From 2da8cbd6cb2a87375a8781f620b515b8c865c53f Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Wed, 12 Jul 2023 05:48:20 +1000 Subject: [PATCH] version and readme update --- pmpro-courses.php | 4 ++-- readme.txt | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pmpro-courses.php b/pmpro-courses.php index 993c9fb..8172038 100644 --- a/pmpro-courses.php +++ b/pmpro-courses.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro - Courses for Membership Add On * Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/ * Description: Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro. - * Version: 1.2.2 + * Version: 1.2.3 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: pmpro-courses @@ -12,7 +12,7 @@ defined( 'ABSPATH' ) || die( 'File cannot be accessed directly' ); -define( 'PMPRO_COURSES_VERSION', '1.2.2' ); +define( 'PMPRO_COURSES_VERSION', '1.2.3' ); define( 'PMPRO_COURSES_DIR', dirname( __FILE__ ) ); define( 'PMPRO_COURSES_BASENAME', plugin_basename( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 1d00589..64359af 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: strangerstudios, paidmembershipspro, kimannwall, jarryd-long Tags: course, education, elearning, lms, membership, pmpro Requires at least: 5.4 -Tested up to: 6.2 -Stable tag: 1.2.2 +Tested up to: 6.3 +Stable tag: 1.2.3 Requires PHP: 7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -135,6 +135,8 @@ Please visit [our support site at https://www.paidmembershipspro.com](http://www 4. A course page on the site frontend showing overview content, a registration box with required levels, and a list of lessons. == Changelog == += 1.2.3 - 2023-07-11 +* BUG FIX: Fixed issue where rewrite slug prefix would default to pmpro_course sometimes. The slug prefix should always be course (or course-2/etc if there are other plugins using course already). Flushing the pretty permalink rewrite rules can fix issues. = 1.2.2 - 2023-06-30 = * BUG FIX/ENHANCEMENT: Added open to enable or disable the default module's Course CPT archive.