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.