From 26c2faedc5603b4c8b589be950a49479313cbb23 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Sun, 15 Mar 2020 20:34:50 +0100 Subject: [PATCH] version bump --- .gitignore | 1 + README.md | 4 ++-- activitypub.php | 2 +- languages/activitypub.pot | 4 ++-- readme.txt | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f5e9294..6012ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ package-lock.json composer.lock .DS_Store .idea/ +.php_cs.cache diff --git a/README.md b/README.md index d1ddfc2..d32cf04 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 **Tested up to:** 5.3 -**Stable tag:** 0.9.1 +**Stable tag:** 0.10.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -239,7 +239,7 @@ Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github ## Installation ## -Follow the normal instructions for [installing WordPress plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins). +Follow the normal instructions for [installing WordPress plugins](https://wordpress.org/support/article/managing-plugins/). ### Automatic Plugin Installation ### diff --git a/activitypub.php b/activitypub.php index 23ff78b..7edbad1 100644 --- a/activitypub.php +++ b/activitypub.php @@ -3,7 +3,7 @@ * Plugin Name: ActivityPub * Plugin URI: https://github.com/pfefferle/wordpress-activitypub/ * Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. - * Version: 0.9.1 + * Version: 0.10.0 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/languages/activitypub.pot b/languages/activitypub.pot index 4c0abfb..48119ad 100644 --- a/languages/activitypub.pot +++ b/languages/activitypub.pot @@ -2,10 +2,10 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: ActivityPub 0.9.1\n" +"Project-Id-Version: ActivityPub 0.10.0\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wordpress-activitypub\n" -"POT-Creation-Date: 2020-02-21 10:08:48+00:00\n" +"POT-Creation-Date: 2020-03-15 19:34:14+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index 402ec5f..697422a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/ Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 Tested up to: 5.3 -Stable tag: 0.9.1 +Stable tag: 0.10.0 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -239,7 +239,7 @@ Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github == Installation == -Follow the normal instructions for [installing WordPress plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins). +Follow the normal instructions for [installing WordPress plugins](https://wordpress.org/support/article/managing-plugins/). = Automatic Plugin Installation =