Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Version 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jdormit committed Nov 27, 2018
1 parent 3fac21c commit 7355342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
Stable tag: 1.2.13
Tested up to: 4.9.8

Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse.
Expand All @@ -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.2.13
- Change some syntax that was only supported for PHP >= 5.5

### 1.2.12
- Revert the change made in 1.2.12, as it turns out .well-known can only be at the domain root

Expand Down
4 changes: 2 additions & 2 deletions pterotype.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
Version: 1.2.13
Author: Jeremy Dormitzer
Author URI: https://jeremydormitzer.com
License: MIT
Expand All @@ -12,7 +12,7 @@
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/init.php';

define( 'PTEROTYPE_VERSION', '1.2.12' );
define( 'PTEROTYPE_VERSION', '1.2.13' );
define( 'PTEROTYPE_BLOG_ACTOR_SLUG', '-blog' );
define( 'PTEROTYPE_BLOG_ACTOR_USERNAME', 'blog' );

Expand Down

0 comments on commit 7355342

Please sign in to comment.