Skip to content

Commit

Permalink
version and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Jun 30, 2023
1 parent 262439e commit 4de7994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pmpro-courses.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ ) );

Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4de7994

Please sign in to comment.