Changeset 3423422
- Timestamp:
- 12/19/2025 07:29:46 AM (2 months ago)
- Location:
- masterstudy-lms-learning-management-system/trunk
- Files:
-
- 8 edited
-
_core/assets/icons/fonts/stmlms.woff (modified) (previous)
-
_core/assets/icons/fonts/stmlms.woff2 (modified) (previous)
-
_core/assets/img/coupon/banner.png (modified) (previous)
-
_core/init.php (modified) (1 diff)
-
_core/settings/page_generator/api/get.php (modified) (1 diff)
-
_core/stm-lms-templates/stm-lms-go-pro.php (modified) (4 diffs)
-
masterstudy-lms-learning-management-system.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
masterstudy-lms-learning-management-system/trunk/_core/init.php
r3422825 r3423422 4 4 define( 'STM_LMS_PATH', dirname( STM_LMS_FILE ) ); 5 5 define( 'STM_LMS_URL', plugin_dir_url( STM_LMS_FILE ) ); 6 define( 'STM_LMS_VERSION', '3.7. 7' );6 define( 'STM_LMS_VERSION', '3.7.8' ); 7 7 define( 'STM_LMS_DB_VERSION', '3.7.5' ); 8 8 define( 'STM_LMS_BASE_API_URL', '/wp-json/lms' ); -
masterstudy-lms-learning-management-system/trunk/_core/settings/page_generator/api/get.php
r3392871 r3423422 192 192 $page_opt[ $page_option ] = $page_id; 193 193 } 194 195 $options = array(); 194 196 195 197 if ( ! empty( $page_opt ) ) { -
masterstudy-lms-learning-management-system/trunk/_core/stm-lms-templates/stm-lms-go-pro.php
r3403325 r3423422 187 187 $freemius_info = get_freemius_info(); 188 188 189 $start_date = new DateTime( '2025-1 1-1700:00:00' );190 $deadline = new DateTime( '202 5-12-0923:59:00' );189 $start_date = new DateTime( '2025-12-22 00:00:00' ); 190 $deadline = new DateTime( '2026-01-08 23:59:00' ); 191 191 $current_time = time(); 192 192 $is_promotion = $current_time >= $start_date->format( 'U' ) && $current_time < $deadline->format( 'U' ); … … 225 225 </p> 226 226 <?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> 228 228 <?php endif; ?> 229 229 </div> … … 250 250 <?php 251 251 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, '.', '' ); 255 254 ?> 256 255 <sup>$</sup> … … 328 327 329 328 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'; 335 330 } 336 331 -
masterstudy-lms-learning-management-system/trunk/masterstudy-lms-learning-management-system.php
r3422825 r3423422 8 8 * Author URI: https://stylemixthemes.com/ 9 9 * Text Domain: masterstudy-lms-learning-management-system 10 * Version: 3.7. 710 * Version: 3.7.8 11 11 * Masterstudy LMS Pro tested up to: 4.8 12 12 */ … … 16 16 } 17 17 18 define( 'MS_LMS_VERSION', '3.7. 7' );18 define( 'MS_LMS_VERSION', '3.7.8' ); 19 19 define( 'MS_LMS_FILE', __FILE__ ); 20 20 define( 'MS_LMS_PATH', dirname( MS_LMS_FILE ) ); -
masterstudy-lms-learning-management-system/trunk/readme.txt
r3422825 r3423422 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 3.7. 78 Stable tag: 3.7.8 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 309 309 310 310 == Changelog == 311 = 3.7.8 - 2025-12-19 = 312 - **Fixed:** Minor bugfix 313 311 314 = 3.7.7 - 2025-12-18 = 312 315 - **Fixed:** Minor bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.