From b8302326584fb9b5bf990b468bc3df730f7efd21 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 8 Nov 2018 09:07:07 -0500 Subject: [PATCH] Version 1.2.6 --- README.txt | 2 +- pterotype.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 90b3afc..cb7bc3c 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Requires at least: 4.9.8 Requires PHP: 7.2.11 License: MIT License URI: https://github.com/jdormit/pterotype/blob/master/LICENSE -Stable tag: 1.2.5 +Stable tag: 1.2.6 Tested up to: 4.9.8 Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. diff --git a/pterotype.php b/pterotype.php index 3a3253e..3239c16 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.5 +Version: 1.2.6 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.5' ); +define( 'PTEROTYPE_VERSION', '1.2.6' ); define( 'PTEROTYPE_BLOG_ACTOR_SLUG', '-blog' ); define( 'PTEROTYPE_BLOG_ACTOR_USERNAME', 'blog' );