From 13fd57ffb41c74800c0eaddec19f5146855d585b Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 21 Oct 2018 16:50:02 -0400 Subject: [PATCH] Remove newlines from readme --- README.txt | 7 ++----- pterotype.php | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index cccdae1..88c90ff 100644 --- a/README.txt +++ b/README.txt @@ -6,10 +6,7 @@ Requires PHP: 7.2.11 License: MIT License URI: https://github.com/jdormit/pterotype/blob/master/LICENSE -Pterotype expands your audience by giving your blog an ActivityPub stream, -making it a part of the Fediverse. +Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. == Description == -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. +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. diff --git a/pterotype.php b/pterotype.php index afdcb7c..b1af8da 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.0.0 +Version: 1.0.1 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.0.0' ); +define( 'PTEROTYPE_VERSION', '1.0.1' ); define( 'PTEROTYPE_BLOG_ACTOR_SLUG', '-blog' ); define( 'PTEROTYPE_BLOG_ACTOR_USERNAME', 'blog' );