Plugin Directory

Changeset 3411735


Ignore:
Timestamp:
12/05/2025 06:08:36 AM (3 months ago)
Author:
hookandhook
Message:

3.2.26 | Tested up to 6.9

Location:
wp-courses
Files:
230 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-courses/trunk/README.md

    r3276663 r3411735  
    44Tags: course, courses, lms, online courses, elearning
    55Requires at least: 5.0
    6 Tested up to: 6.8
    7 Stable tag: 3.2.25
     6Tested up to: 6.9
     7Stable tag: 3.2.26
    88License: GPLv2 or later license
    99
     
    124124== Changelog ===
    125125
     1263.2.26: Tested up to 6.9
    1261273.2.25: Tested up to 6.8
    1271283.2.24: Fix modules opened bug
  • wp-courses/trunk/wp-courses.php

    r3276663 r3411735  
    44 * Plugin Name: WP Courses LMS
    55 * Description: Create unlimited online courses on your WordPress website with WP Courses LMS.
    6  * Version: 3.2.25
     6 * Version: 3.2.26
    77 * Author: WP Courses
    88 * Plugin URI: https://wpcoursesplugin.com
     
    591591
    592592        if (!empty($plugin_data['Version'])) {
    593             if (version_compare('3.2.8', $plugin_data['Version'], '>')) {
     593            if (version_compare('3.2.9', $plugin_data['Version'], '>')) {
    594594                $output = 'You are using an outdated version of WP Courses LMS Premium. Please update to the latest version to ensure compatibility and security.';
    595595
Note: See TracChangeset for help on using the changeset viewer.