From 46de0b6fe2932547e7429809289fcdc9d58c7629 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 7 Jan 2019 09:38:45 -0500 Subject: [PATCH] Version 1.3.0 --- README.txt | 9 ++++++--- pterotype.php | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index b8dfe8a..f5debc7 100644 --- a/README.txt +++ b/README.txt @@ -2,11 +2,11 @@ Contributors: jdormit Tags: ActivityPub,Fediverse,Federation Requires at least: 4.9.8 -Requires PHP: 7.2.11 +Requires PHP: 5.6.0 License: MIT License URI: https://github.com/jdormit/pterotype/blob/master/LICENSE -Stable tag: 1.2.13 -Tested up to: 4.9.8 +Stable tag: 1.3.0 +Tested up to: 5.0.2 Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. @@ -14,6 +14,9 @@ Pterotype expands your audience by giving your blog an ActivityPub stream, makin Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. Users of Mastodon, Pleroma, and other Fediverse services will be able to follow and share your posts from the platform of their choice. == Changelog == +### 1.3 +- Fully support PHP 5.x + ### 1.2.13 - Change some syntax that was only supported for PHP >= 5.5 diff --git a/pterotype.php b/pterotype.php index 64893cd..1108920 100644 --- a/pterotype.php +++ b/pterotype.php @@ -3,7 +3,7 @@ Plugin Name: Pterotype Plugin URI: https://getpterotype.com Description: Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. -Version: 1.2.13 +Version: 1.3.0 Author: Jeremy Dormitzer Author URI: https://jeremydormitzer.com License: MIT @@ -12,7 +12,7 @@ License URI: https://github.com/jdormit/blob/master/LICENSE require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; require_once plugin_dir_path( __FILE__ ) . 'includes/init.php'; -define( 'PTEROTYPE_VERSION', '1.2.13' ); +define( 'PTEROTYPE_VERSION', '1.3.0' ); define( 'PTEROTYPE_BLOG_ACTOR_SLUG', '-blog' ); define( 'PTEROTYPE_BLOG_ACTOR_USERNAME', 'blog' );