Plugin Directory

Changeset 3423422


Ignore:
Timestamp:
12/19/2025 07:29:46 AM (2 months ago)
Author:
stylemix
Message:

prepare release 3.7.8

Location:
masterstudy-lms-learning-management-system/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • masterstudy-lms-learning-management-system/trunk/_core/init.php

    r3422825 r3423422  
    44define( 'STM_LMS_PATH', dirname( STM_LMS_FILE ) );
    55define( 'STM_LMS_URL', plugin_dir_url( STM_LMS_FILE ) );
    6 define( 'STM_LMS_VERSION', '3.7.7' );
     6define( 'STM_LMS_VERSION', '3.7.8' );
    77define( 'STM_LMS_DB_VERSION', '3.7.5' );
    88define( 'STM_LMS_BASE_API_URL', '/wp-json/lms' );
  • masterstudy-lms-learning-management-system/trunk/_core/settings/page_generator/api/get.php

    r3392871 r3423422  
    192192        $page_opt[ $page_option ] = $page_id;
    193193    }
     194
     195    $options = array();
    194196
    195197    if ( ! empty( $page_opt ) ) {
  • masterstudy-lms-learning-management-system/trunk/_core/stm-lms-templates/stm-lms-go-pro.php

    r3403325 r3423422  
    187187$freemius_info = get_freemius_info();
    188188
    189 $start_date   = new DateTime( '2025-11-17 00:00:00' );
    190 $deadline     = new DateTime( '2025-12-09 23:59:00' );
     189$start_date   = new DateTime( '2025-12-22 00:00:00' );
     190$deadline     = new DateTime( '2026-01-08 23:59:00' );
    191191$current_time = time();
    192192$is_promotion = $current_time >= $start_date->format( 'U' ) && $current_time < $deadline->format( 'U' );
     
    225225                </p>
    226226                <?php if ( $is_promotion ) : ?>
    227                 <div class="stm-discount"><a href="https://stylemixthemes.com/wordpress-lms-plugin/pricing/?utm_source=wpadmin&utm_medium=push&utm_campaign=masterstudy&utm_content=gopro&utm_term=bfcm2025&plugin_coupon=BFCM25" target="_blank"></a></div>
     227                <div class="stm-discount"><a href="https://stylemixthemes.com/wordpress-lms-plugin/pricing/?utm_source=wpadmin&utm_medium=push&utm_campaign=masterstudy&utm_content=gopro&utm_term=bfcm2025&plugin_coupon=XMAS2025" target="_blank"></a></div>
    228228                <?php endif; ?>
    229229            </div>
     
    250250                                    <?php
    251251                                    if ( $is_promotion ) :
    252                                         $discount       = ( 10 === (int) $plan->licenses ) ? 0.40 : 0.50;
    253                                         $price_annual   = number_format( $plan->annual_price * $discount, 2, '.', '' );
    254                                         $price_lifetime = number_format( $plan->lifetime_price * $discount, 2, '.', '' );
     252                                        $price_annual   = number_format( $plan->annual_price * 0.70, 2, '.', '' );
     253                                        $price_lifetime = number_format( $plan->lifetime_price * 0.70, 2, '.', '' );
    255254                                        ?>
    256255                                        <sup>$</sup>
     
    328327
    329328                                    if ( $is_promotion ) {
    330                                         if ( 10 !== $plan->licenses ) {
    331                                             $annual_url = $annual_url .= '&plugin_coupon=BFCM25';
    332                                         } else {
    333                                             $annual_url = $annual_url .= '&plugin_coupon=BFCM60';
    334                                         }
     329                                        $annual_url = $annual_url .= '&plugin_coupon=XMAS2025';
    335330                                    }
    336331
  • masterstudy-lms-learning-management-system/trunk/masterstudy-lms-learning-management-system.php

    r3422825 r3423422  
    88 * Author URI: https://stylemixthemes.com/
    99 * Text Domain: masterstudy-lms-learning-management-system
    10  * Version: 3.7.7
     10 * Version: 3.7.8
    1111 * Masterstudy LMS Pro tested up to: 4.8
    1212 */
     
    1616}
    1717
    18 define( 'MS_LMS_VERSION', '3.7.7' );
     18define( 'MS_LMS_VERSION', '3.7.8' );
    1919define( 'MS_LMS_FILE', __FILE__ );
    2020define( 'MS_LMS_PATH', dirname( MS_LMS_FILE ) );
  • masterstudy-lms-learning-management-system/trunk/readme.txt

    r3422825 r3423422  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 3.7.7
     8Stable tag: 3.7.8
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    309309
    310310== Changelog ==
     311= 3.7.8 - 2025-12-19 =
     312- **Fixed:** Minor bugfix
     313
    311314= 3.7.7 - 2025-12-18 =
    312315- **Fixed:** Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.