From e4b56eaac669ec06cfbac24d6f864dff2e6f71f1 Mon Sep 17 00:00:00 2001 From: samiahmedsiddiqui Date: Wed, 12 Jun 2019 00:23:38 +0500 Subject: [PATCH] Bump to v1.5.1 --- custom-permalinks.php | 4 ++-- frontend/class-custom-permalinks-form.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/custom-permalinks.php b/custom-permalinks.php index f6179fe..b27b396 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.5.0 + * Version: 1.5.1 * 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.5.0' ); + define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.5.1' ); } if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) { diff --git a/frontend/class-custom-permalinks-form.php b/frontend/class-custom-permalinks-form.php index 57efd77..bb539e2 100644 --- a/frontend/class-custom-permalinks-form.php +++ b/frontend/class-custom-permalinks-form.php @@ -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 */ diff --git a/readme.txt b/readme.txt index 14887a8..1b79260 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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