Skip to content

Commit

Permalink
Bump to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jun 17, 2020
1 parent 6bb7267 commit 3bab99e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions permalinks-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Permalinks Customizer
* Plugin URI: https://wordpress.org/plugins/permalinks-customizer/
* Description: Set permalinks for default post-type and custom post-type which can be changed from the single post edit page.
* Version: 2.8.0
* Version: 2.8.1
* Author: YAS Global Team
* Author URI: https://www.yasglobal.com/web-design-development/wordpress/permalinks-customizer/
* License: GPLv3
Expand Down Expand Up @@ -67,7 +67,7 @@ private function setup_constants() {
}

if ( ! defined( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION' ) ) {
define( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION', '2.8.0' );
define( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION', '2.8.1' );
}

if ( ! defined( 'PERMALINKS_CUSTOMIZER_PATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Link, Permalink, URL, Redirects, Tags
Requires at least: 3.5
Requires PHP: 5.2.4
Tested up to: 5.4
Stable tag: 2.8.0
Stable tag: 2.8.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down

0 comments on commit 3bab99e

Please sign in to comment.