diff --git a/README.md b/README.md index 949f066..d436fd5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ __Requires:__ 5.6 __Tested up to:__ 6.3 -__Requires PHP:__ 7.1 +__Requires PHP:__ 7.2 __License:__ [GPL-2.0+](https://www.gnu.org/licenses/gpl-2.0.html) diff --git a/readme.txt b/readme.txt index 919f41a..45530c2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Tags: followed posts, related posts, where did they go from here Contributors: Ajay, webberzone Donate link: https://ajaydsouza.com/donate/ -Stable tag: 3.0.0 +Stable tag: 3.1.0 Requires at least: 5.6 Requires PHP: 7.2 Tested up to: 6.3 @@ -55,13 +55,8 @@ __If you're looking for a plugin that displays posts related to the content, loo == Screenshots == -1. Options in WP-Admin - General options -2. Options in WP-Admin - Output options -3. Options in WP-Admin - Thumbnail options -4. Options in WP-Admin - Custom styles -5. Options in WP-Admin - Feed options -6. Meta box in Edit Posts screen -7. WordPress widget +1. Frontend view of the Followed Posts (Grid mode) + == Frequently Asked Questions == @@ -87,7 +82,7 @@ You can add the CSS code in the **Custom Styles** section of the plugin settings = Shortcode = -Use `[wfp]` to display the followed posts. This was changed in v3.1.0 from `[wherego]` +Use `[wfp]` to display the followed posts. This was changed in v3.1.0 from `[wherego]`. [Read more in this knowledge base article](https://webberzone.com/support/knowledgebase/followed-posts-shortcode/). = Manual install = @@ -101,6 +96,8 @@ You can also use this function to display posts on any type of page generated by = 3.1.0 = +Release post: [https://webberzone.com/announcements/followed-posts-v3-1-0/](https://webberzone.com/announcements/followed-posts-v3-1-0/) + Complete plugin rewrite to use classes and autoloading. * Features @@ -133,5 +130,5 @@ For previous changelog entries check out the changelog.txt file included with th == Upgrade Notice == -= 3.0.0 = += 3.1.0 = New features and enhancements - view release post and changelog for full details. diff --git a/where-did-they-go-from-here.php b/where-did-they-go-from-here.php index 1ea64b4..6f59ffc 100644 --- a/where-did-they-go-from-here.php +++ b/where-did-they-go-from-here.php @@ -14,7 +14,7 @@ * Plugin Name: WebberZone Followed Posts * Plugin URI: https://webberzone.com/plugins/webberzone-followed-posts/ * Description: The best way to display posts followed by users a.k.a. "Readers who viewed this page, also viewed" links - * Version: 3.1.0-RC2 + * Version: 3.1.0 * Author: Ajay D'Souza * Author URI: https://webberzone.com * License: GPL-2.0+ diff --git a/wporg-assets/screenshot-1.png b/wporg-assets/screenshot-1.png index 86114d8..040fbdd 100644 Binary files a/wporg-assets/screenshot-1.png and b/wporg-assets/screenshot-1.png differ diff --git a/wporg-assets/screenshot-2.png b/wporg-assets/screenshot-2.png deleted file mode 100644 index 1bf0788..0000000 Binary files a/wporg-assets/screenshot-2.png and /dev/null differ diff --git a/wporg-assets/screenshot-3.png b/wporg-assets/screenshot-3.png deleted file mode 100644 index 16e3ae8..0000000 Binary files a/wporg-assets/screenshot-3.png and /dev/null differ diff --git a/wporg-assets/screenshot-4.png b/wporg-assets/screenshot-4.png deleted file mode 100644 index fef3d58..0000000 Binary files a/wporg-assets/screenshot-4.png and /dev/null differ diff --git a/wporg-assets/screenshot-5.png b/wporg-assets/screenshot-5.png deleted file mode 100644 index 0bbc785..0000000 Binary files a/wporg-assets/screenshot-5.png and /dev/null differ diff --git a/wporg-assets/screenshot-6.png b/wporg-assets/screenshot-6.png deleted file mode 100755 index 3163a3c..0000000 Binary files a/wporg-assets/screenshot-6.png and /dev/null differ diff --git a/wporg-assets/screenshot-7.png b/wporg-assets/screenshot-7.png deleted file mode 100755 index 61ce942..0000000 Binary files a/wporg-assets/screenshot-7.png and /dev/null differ