Changeset 3425884
- Timestamp:
- 12/23/2025 06:46:02 AM (3 months ago)
- Location:
- upsells-for-learndash
- Files:
-
- 51 added
- 5 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/assets (added)
-
tags/1.1.0/assets/css (added)
-
tags/1.1.0/assets/css/font-awesome.min.css (added)
-
tags/1.1.0/assets/css/ldups-upsells-courses.css (added)
-
tags/1.1.0/assets/css/select2.min.css (added)
-
tags/1.1.0/assets/css/slick.min.css (added)
-
tags/1.1.0/assets/css/sweetalert2.min.css (added)
-
tags/1.1.0/assets/fonts (added)
-
tags/1.1.0/assets/fonts/FontAwesome.otf (added)
-
tags/1.1.0/assets/fonts/fa-brands-400.woff2 (added)
-
tags/1.1.0/assets/fonts/fa-regular-400.woff2 (added)
-
tags/1.1.0/assets/fonts/fa-solid-900.woff2 (added)
-
tags/1.1.0/assets/fonts/fa-v4compatibility.woff2 (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.eot (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.ttf (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.woff (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.woff2 (added)
-
tags/1.1.0/assets/images (added)
-
tags/1.1.0/assets/images/moneyback-badge.png (added)
-
tags/1.1.0/assets/images/saffiretech_logo.png (added)
-
tags/1.1.0/assets/js (added)
-
tags/1.1.0/assets/js/custom-script.js (added)
-
tags/1.1.0/assets/js/ldups-backend.js (added)
-
tags/1.1.0/assets/js/ldups-upsells-courses.js (added)
-
tags/1.1.0/assets/js/select2.min.js (added)
-
tags/1.1.0/assets/js/slick.min.js (added)
-
tags/1.1.0/assets/js/sweetalert2.all.min.js (added)
-
tags/1.1.0/include (added)
-
tags/1.1.0/include/ldups-upsells-class-setting-fields.php (added)
-
tags/1.1.0/include/ldups-upsells-class-setting-page.php (added)
-
tags/1.1.0/include/ldups-upsells-course-desc-metabox.php (added)
-
tags/1.1.0/include/ldups-upsells-metabox.php (added)
-
tags/1.1.0/include/ldups-upsells-widget.php (added)
-
tags/1.1.0/languages (added)
-
tags/1.1.0/languages/ldups-upsells.pot (added)
-
tags/1.1.0/readme.txt (added)
-
tags/1.1.0/upsells-for-learndash.php (added)
-
trunk/assets/css/font-awesome.min.css (added)
-
trunk/assets/css/slick.min.css (added)
-
trunk/assets/fonts (added)
-
trunk/assets/fonts/FontAwesome.otf (added)
-
trunk/assets/fonts/fa-brands-400.woff2 (added)
-
trunk/assets/fonts/fa-regular-400.woff2 (added)
-
trunk/assets/fonts/fa-solid-900.woff2 (added)
-
trunk/assets/fonts/fa-v4compatibility.woff2 (added)
-
trunk/assets/fonts/fontawesome-webfont.eot (added)
-
trunk/assets/fonts/fontawesome-webfont.ttf (added)
-
trunk/assets/fonts/fontawesome-webfont.woff (added)
-
trunk/assets/fonts/fontawesome-webfont.woff2 (added)
-
trunk/assets/js/slick.min.js (added)
-
trunk/include/ldups-upsells-course-desc-metabox.php (modified) (1 diff)
-
trunk/include/ldups-upsells-metabox.php (modified) (1 diff)
-
trunk/include/ldups-upsells-widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/upsells-for-learndash.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
upsells-for-learndash/trunk/include/ldups-upsells-course-desc-metabox.php
r3383290 r3425884 1 1 <?php 2 3 if ( ! defined( 'ABSPATH' ) ) { 4 exit; 5 } 2 6 3 7 if ( ! function_exists( 'sft_upfbt_course_meta_callback' ) && ! function_exists( 'sft_upfbt_free_course_meta_callback' ) ) { -
upsells-for-learndash/trunk/include/ldups-upsells-metabox.php
r3383290 r3425884 1 1 <?php 2 3 if ( ! defined( 'ABSPATH' ) ) { 4 exit; 5 } 6 2 7 /** 3 8 * Get upsell course name and id in metabox. -
upsells-for-learndash/trunk/include/ldups-upsells-widget.php
r3383290 r3425884 1 1 <?php 2 3 if ( ! defined( 'ABSPATH' ) ) { 4 exit; 5 } 6 2 7 add_action( 'learndash-course-after', 'ldups_upsells_show_learndash_course' ); 3 8 -
upsells-for-learndash/trunk/readme.txt
r3383290 r3425884 2 2 Contributors: SaffireTech 3 3 Tags: upsells, courses, bundles 4 LD Requires at least: 3.6 .0.35 LD tested up to: 4.25 .34 LD Requires at least: 3.6 5 LD tested up to: 4.25 6 6 Requires at least: 5.3 7 Tested up to: 6.8 .37 Tested up to: 6.8 8 8 Requires PHP: 7.4 9 Stable tag: 1. 0.89 Stable tag: 1.1.0 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 67 67 == Changelog == 68 68 69 = 1.1.0 2025-12-23 = 70 71 * Fix - Code improvements aligned with WordPress guidelines. 72 69 73 = 1.0.8 2025-10-23 = 70 74 -
upsells-for-learndash/trunk/upsells-for-learndash.php
r3383290 r3425884 7 7 * Author: SaffireTech 8 8 * Text Domain: ldups-upsells 9 * Requires Plugins: sfwd-lms 9 10 * Domain Path: /languages 10 * Stable Tag: 1. 0.811 * Stable Tag: 1.1.0 11 12 * Requires at least: 5.3 12 * Tested up to: 6.8 .313 * Tested up to: 6.8 13 14 * Requires PHP: 7.4 14 * LD Requires at least: 3.6 .0.315 * LD tested up to: 4.25 .115 * LD Requires at least: 3.6 16 * LD tested up to: 4.25 16 17 * License: GPLv3 17 18 * License URI: URI: https://www.gnu.org/licenses/gpl-3.0.html 18 * Version: 1. 0.819 * Version: 1.1.0 19 20 */ 20 21 … … 94 95 wp_enqueue_style( 'ldups-upsells-course-css', plugins_url( 'assets/css/ldups-upsells-courses.css', __FILE__ ), array(), '1.0.0' ); 95 96 wp_enqueue_style( 'ldups-upsells-select2-css', plugins_url( 'assets/css/select2.min.css', __FILE__ ), array(), '1.1.0' ); 96 wp_enqueue_style( 'ldups-upsells-slick-css', 'https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css', array(), '1.1.0' );97 wp_enqueue_style( 'ldups-upsells-group-css', esc_url( 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' ), array(), '1.0.0' );97 wp_enqueue_style( 'ldups-upsells-slick-css', plugins_url( 'assets/css/slick.min.css', __FILE__ ), array(), '1.1.0' ); 98 wp_enqueue_style( 'ldups-upsells-group-css', plugins_url( 'assets/css/font-awesome.min.css', __FILE__ ), array(), '1.0.1' ); 98 99 wp_enqueue_script( 'ldups-upsells-course-js', plugins_url( 'assets/js/ldups-upsells-courses.js', __FILE__ ), array( 'jquery' ), '1.0.0', false ); 99 wp_enqueue_script( 'ldups-upsells-slick-js', 'https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js', array( 'jquery' ), '1.0.0', false );100 wp_enqueue_script( 'ldups-upsells-slick-js', plugins_url( 'assets/js/slick.min.js', __FILE__ ), array( 'jquery' ), '1.0.0', false ); 100 101 wp_enqueue_script( 'ldups_sweet_alert_script', plugins_url( 'assets/js/sweetalert2.all.min.js', __FILE__ ), array(), '10.10.1', false ); 101 load_plugin_textdomain( 'ldups-upsells', false, basename( dirname( __FILE__ ) ) . '/languages/' );102 102 wp_localize_script( 103 103 'ldups-upsells-course-js',
Note: See TracChangeset
for help on using the changeset viewer.