From 4de799452f0d3abe57d182a2570a2247f7b08e9b Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Sat, 1 Jul 2023 01:59:49 +1000 Subject: [PATCH] version and changelog update --- pmpro-courses.php | 2 +- readme.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pmpro-courses.php b/pmpro-courses.php index 45cb38c..993c9fb 100644 --- a/pmpro-courses.php +++ b/pmpro-courses.php @@ -12,7 +12,7 @@ defined( 'ABSPATH' ) || die( 'File cannot be accessed directly' ); -define( 'PMPRO_COURSES_VERSION', dirname( __FILE__ ) ); +define( 'PMPRO_COURSES_VERSION', '1.2.2' ); define( 'PMPRO_COURSES_DIR', dirname( __FILE__ ) ); define( 'PMPRO_COURSES_BASENAME', plugin_basename( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 843f0bd..1d00589 100644 --- a/readme.txt +++ b/readme.txt @@ -136,7 +136,8 @@ Please visit [our support site at https://www.paidmembershipspro.com](http://www == Changelog == -= 1.2.2 - 2023-06-28 = += 1.2.2 - 2023-06-30 = +* BUG FIX/ENHANCEMENT: Added open to enable or disable the default module's Course CPT archive. * BUG FIX: Fixed and issue with TutorLMS integration. Clicking Preview lesson button was causing redirect instead of actually preview the lesson. * BUG FIX: Fixed an issue with default and LifterLMS modules enabled at the same time. LifterLMS courses were giving 404 errors due conflicts with default CPT and Lifter permalinks.