Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Nov 8, 2018
1 parent f6a5904 commit 4dceae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' ) ) {
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4dceae9

Please sign in to comment.