Skip to content

Commit

Permalink
version and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Jul 11, 2023
1 parent e95bc59 commit 2da8cbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pmpro-courses.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );

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

0 comments on commit 2da8cbd

Please sign in to comment.