From 8081eaf37b4f0ae50eee0c6efd2d6a5c91b12e04 Mon Sep 17 00:00:00 2001 From: Christie Speich Date: Thu, 30 Jul 2020 16:23:41 -0400 Subject: [PATCH] version update --- README.txt | 11 +++++++---- mooberry-story.php | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 18d255c..6315d08 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: http://www.mooberrydreams.com/products/mooberry-story Tags: author, authors, writer, writers, story, creative writing, fiction, serial, book Requires at least: 3.8.0 Tested up to: 4.4 -Stable tag: 1.2.2 +Stable tag: 1.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -28,8 +28,8 @@ If you have stories you've already posted on your blog, you can still use Moober == Installation == -1. Upload the entire `mooberry-story` directory to the `/wp-content/plugins/` directory -2. Activate the plugin through the 'Plugins' menu in WordPress +1. Upload the entire `mooberry-story` directory to the `/wp-content/plugins/` directory +2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. Add Stories to your blog via the Stories menu. Several customization options available. @@ -40,6 +40,9 @@ If you have stories you've already posted on your blog, you can still use Moober 6. Two widgets and multiple options allow you to highlight stories on your sidebar so readers can find them easily. == Changelog == += 1.5 = +* Added: Now displays meta data on TOC page + = 1.2.2 = * Fixes errors using the_title in a custom WP_Query @@ -55,5 +58,5 @@ If you have stories you've already posted on your blog, you can still use Moober * Adds Brazilian Portuguese translation = 1.0 = -* Initial Version +* Initial Version diff --git a/mooberry-story.php b/mooberry-story.php index 4b53bc8..207ad12 100644 --- a/mooberry-story.php +++ b/mooberry-story.php @@ -3,7 +3,7 @@ Plugin Name: Mooberry Story Plugin URI: http://www.mooberrydreams.com/products/mooberry-story Description: Organizes multiple blog posts into a series. Make it easy for readers to find your stories, including older ones. -Version: 1.4 +Version: 1.5 Author: Mooberry Dreams Author URI: https://profiles.wordpress.org/mooberrydreams/ License: GPL2 @@ -29,7 +29,7 @@ define( 'MBDS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'MBDS_PLUGIN_VERSION_KEY', 'mbds_version' ); -define( 'MBDS_PLUGIN_VERSION', '1.4' ); +define( 'MBDS_PLUGIN_VERSION', '1.5' ); //update checker