Changeset 3214802
- Timestamp:
- 12/30/2024 11:43:16 AM (15 months ago)
- Location:
- upsells-for-learndash
- Files:
-
- 24 added
- 3 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/assets (added)
-
tags/1.0.7/assets/css (added)
-
tags/1.0.7/assets/css/ldups-upsells-courses.css (added)
-
tags/1.0.7/assets/css/select2.min.css (added)
-
tags/1.0.7/assets/css/sweetalert2.min.css (added)
-
tags/1.0.7/assets/images (added)
-
tags/1.0.7/assets/images/moneyback-badge.png (added)
-
tags/1.0.7/assets/images/saffiretech_logo.png (added)
-
tags/1.0.7/assets/js (added)
-
tags/1.0.7/assets/js/custom-script.js (added)
-
tags/1.0.7/assets/js/ldups-backend.js (added)
-
tags/1.0.7/assets/js/ldups-upsells-courses.js (added)
-
tags/1.0.7/assets/js/select2.min.js (added)
-
tags/1.0.7/assets/js/sweetalert2.all.min.js (added)
-
tags/1.0.7/include (added)
-
tags/1.0.7/include/ldups-upsells-class-setting-fields.php (added)
-
tags/1.0.7/include/ldups-upsells-class-setting-page.php (added)
-
tags/1.0.7/include/ldups-upsells-metabox.php (added)
-
tags/1.0.7/include/ldups-upsells-widget.php (added)
-
tags/1.0.7/languages (added)
-
tags/1.0.7/languages/ldups-upsells.pot (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/upsells-for-learndash.php (added)
-
trunk/languages/ldups-upsells.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/upsells-for-learndash.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
upsells-for-learndash/trunk/languages/ldups-upsells.pot
r3034912 r3214802 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: UpSells For LearnDash 1.0. 5\n"5 "Project-Id-Version: UpSells For LearnDash 1.0.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/upsells-for-learndash\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 02-12T20:00:55+05:30\n"12 "POT-Creation-Date: 2024-12-30T11:31:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 8.1\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: ldups-upsells\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: upsells-for-learndash.php 18 19 msgid "UpSells For LearnDash" 19 20 msgstr "" 20 21 21 22 #. Plugin URI of the plugin 23 #: upsells-for-learndash.php 22 24 msgid "https://www.saffiretech.com/upsells-for-learndash/" 23 25 msgstr "" 24 26 25 27 #. Description of the plugin 28 #: upsells-for-learndash.php 26 29 msgid "UpSells for LearnDash allows you to create a widget on LearnDash course page that enables you to display other related courses of your choice. It enables you to increase visibility of your higher end course offerings to your customers and thus driving more sales." 27 30 msgstr "" 28 31 29 32 #. Author of the plugin 33 #: upsells-for-learndash.php 30 34 msgid "SaffireTech" 31 35 msgstr "" 32 36 33 37 #. Author URI of the plugin 38 #: upsells-for-learndash.php 34 39 msgid "https://www.saffiretech.com" 35 40 msgstr "" -
upsells-for-learndash/trunk/readme.txt
r3074192 r3214802 7 7 Tested up to: 6.4.3 8 8 Requires PHP: 7.4 9 Stable tag: 1.0. 69 Stable tag: 1.0.7 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 67 67 == Changelog == 68 68 69 = 1.0.7 2024-12-30 = 70 71 * Update - Tested Compatibility with WordPress version 6.7.1. 72 * Update - Tested Compatibility with LearnDash version 4.20.0.1. 73 * Update - Tested Compatibility with Woocommerce version 9.5.1. 74 * Update - Tested Compatibility with EDD version 3.3.5.2. 75 76 69 77 = 1.0.6 2024-02-13 = 70 78 -
upsells-for-learndash/trunk/upsells-for-learndash.php
r3034912 r3214802 8 8 * Text Domain: ldups-upsells 9 9 * Domain Path: /languages 10 * Stable Tag: 1.0. 610 * Stable Tag: 1.0.7 11 11 * Requires at least: 5.3 12 * Tested up to: 6. 4.312 * Tested up to: 6.7.1 13 13 * Requires PHP: 7.4 14 14 * LD Requires at least: 3.6.0.3 15 * LD tested up to: 4. 10.315 * LD tested up to: 4.20.0.1 16 16 * License: GPLv3 17 17 * License URI: URI: https://www.gnu.org/licenses/gpl-3.0.html 18 * Version: 1.0. 618 * Version: 1.0.7 19 19 */ 20 20
Note: See TracChangeset
for help on using the changeset viewer.