Skip to content

Commit

Permalink
Bump to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jun 11, 2019
1 parent 48c401a commit e4b56ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.5.0
* Version: 1.5.1
* 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.5.0' );
define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.5.1' );
}

if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion frontend/class-custom-permalinks-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public function custom_permalinks_delete_term( $id ) {
*
* @access public
* @since 1.2
* @updated 1.5.0
* @updated 1.5.1
*
* @return string
*/
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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: 5.2
Stable tag: 1.5.0
Stable tag: 1.5.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -97,6 +97,11 @@ This process defines you the steps to follow either you are installing through W

== Changelog ==

= 1.5.1 - Jun 11, 2019 =

* Bugs
* Added additional check for [Call to undefined function pll_current_language](https://wordpress.org/support/topic/call-to-undefined-function-pll_current_language/)

= 1.5.0 - Jun 04, 2019 =

* Bugs
Expand Down

0 comments on commit e4b56ea

Please sign in to comment.