diff --git a/custom-permalinks.php b/custom-permalinks.php index 9bfa7b1..2f2de6c 100644 --- a/custom-permalinks.php +++ b/custom-permalinks.php @@ -3,7 +3,7 @@ * Plugin Name: Custom Permalinks * Plugin URI: https://wordpress.org/plugins/custom-permalinks/ * Description: Set custom permalinks on a per-post basis - * Version: 1.3.0 + * Version: 1.4.0 * Author: Sami Ahmed Siddiqui * Author URI: https://www.custompermalinks.com/ * Donate link: https://www.paypal.me/yasglobal @@ -64,7 +64,7 @@ private function setup_constants() { } if ( ! defined( 'CUSTOM_PERMALINKS_PLUGIN_VERSION' ) ) { - define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.3.0' ); + define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.4.0' ); } if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) { diff --git a/readme.txt b/readme.txt index 4e36487..fd480f4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: sasiddiqui, michaeltyson Donate link: https://www.paypal.me/yasglobal Tags: permalink, url, link, address, custom, redirect, custom post type, GDPR, GDPR Compliant Requires at least: 2.6 -Tested up to: 4.9 -Stable tag: 1.3.0 +Tested up to: 5.0 +Stable tag: 1.4.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl.html @@ -97,7 +97,7 @@ This process defines you the steps to follow either you are installing through W == Changelog == -= 1.4.0 - Oct 29, 2018 = += 1.4.0 - Nov 08, 2018 = * Enhancement * Added Support for Gutenberg