Changeset 3452880
- Timestamp:
- 02/03/2026 01:00:02 PM (8 weeks ago)
- Location:
- wc-key-manager
- Files:
-
- 2 added
- 10 edited
- 1 copied
-
tags/1.3.4 (copied) (copied from wc-key-manager/trunk)
-
tags/1.3.4/includes/Admin/Notices.php (modified) (1 diff)
-
tags/1.3.4/includes/Admin/views/notices/special-offer.php (added)
-
tags/1.3.4/languages/wc-key-manager.pot (modified) (4 diffs)
-
tags/1.3.4/readme.txt (modified) (2 diffs)
-
tags/1.3.4/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.3.4/wc-key-manager.php (modified) (1 diff)
-
trunk/includes/Admin/Notices.php (modified) (1 diff)
-
trunk/includes/Admin/views/notices/special-offer.php (added)
-
trunk/languages/wc-key-manager.pot (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wc-key-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-key-manager/tags/1.3.4/includes/Admin/Notices.php
r3434313 r3452880 30 30 $current_time = absint( wp_date( 'U' ) ); 31 31 32 // Special offer notice. 33 $special_offer_end_time = strtotime( '2026-02-28 00:00:00' ); 34 if ( ! defined( 'WCKM_PRO_VERSION' ) && $current_time < $special_offer_end_time ) { 35 WCKM()->notices->add( 36 array( 37 'message' => __DIR__ . '/views/notices/special-offer.php', 38 'dismissible' => false, 39 'notice_id' => 'wckm_feb_special_2026', 40 'style' => 'border-left-color: #0542fa;', 41 'class' => 'notice-special-offer', 42 ) 43 ); 44 } 45 32 46 if ( ! defined( 'WCKM_PRO_VERSION' ) ) { 33 47 WCKM()->notices->add( -
wc-key-manager/tags/1.3.4/languages/wc-key-manager.pot
r3434313 r3452880 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Key Manager 1.3. 3\n"5 "Project-Id-Version: Key Manager 1.3.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-key-manager\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: 2026-0 1-07T11:54:59+00:00\n"12 "POT-Creation-Date: 2026-02-03T11:31:28+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 1451 1451 1452 1452 #: includes/Admin/views/notices/review.php:42 1453 #: includes/Admin/views/notices/special-offer.php:40 1453 1454 #: includes/Admin/views/notices/upgrade.php:40 1454 1455 msgid "Maybe later" … … 1457 1458 #: includes/Admin/views/notices/review.php:46 1458 1459 msgid "I've already left a review" 1460 msgstr "" 1461 1462 #: includes/Admin/views/notices/special-offer.php:18 1463 msgid "Special Offer!" 1464 msgstr "" 1465 1466 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1467 #: includes/Admin/views/notices/special-offer.php:24 1468 #, php-format 1469 msgid "🎉 Save <strong>20%% discount</strong> on %1$s! Upgrade now for enhanced license management, advanced controls, and priority support. Use code: %2$s at checkout to grab the deal." 1470 msgstr "" 1471 1472 #: includes/Admin/views/notices/special-offer.php:36 1473 msgid "Grab the Deal" 1474 msgstr "" 1475 1476 #: includes/Admin/views/notices/special-offer.php:44 1477 msgid "Close permanently" 1459 1478 msgstr "" 1460 1479 -
wc-key-manager/tags/1.3.4/readme.txt
r3434313 r3452880 3 3 Tags: key, license, key manager, software license, gift cards 4 4 Tested up to: 6.9 5 Stable tag: 1.3. 35 Stable tag: 1.3.4 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 165 165 166 166 == Changelog == 167 = 1.3.4 (2026-02-03) = 168 * Fix: Few known issues are fixed. 169 167 170 = 1.3.3 (2026-01-07) = 168 171 * Fix: Resolved several minor bugs to improve overall stability and reliability. -
wc-key-manager/tags/1.3.4/vendor/composer/installed.php
r3434313 r3452880 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 1e8260e713a59f43d09591f181c1396fbd0b5563',6 'reference' => 'cf51b8e744299cc168e69b090dbf862450393524', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 41 41 'pretty_version' => 'dev-master', 42 42 'version' => 'dev-master', 43 'reference' => ' 1e8260e713a59f43d09591f181c1396fbd0b5563',43 'reference' => 'cf51b8e744299cc168e69b090dbf862450393524', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../', -
wc-key-manager/tags/1.3.4/wc-key-manager.php
r3434313 r3452880 4 4 * Plugin URI: https://wckeymanager.com/ 5 5 * Description: Key Manager is a WooCommerce plugin for selling and managing license keys, game keys, pin codes, gift cards, serial numbers, and other items. 6 * Version: 1.3. 36 * Version: 1.3.4 7 7 * Requires at least: 5.2 8 8 * Tested up to: 6.9 -
wc-key-manager/trunk/includes/Admin/Notices.php
r3434313 r3452880 30 30 $current_time = absint( wp_date( 'U' ) ); 31 31 32 // Special offer notice. 33 $special_offer_end_time = strtotime( '2026-02-28 00:00:00' ); 34 if ( ! defined( 'WCKM_PRO_VERSION' ) && $current_time < $special_offer_end_time ) { 35 WCKM()->notices->add( 36 array( 37 'message' => __DIR__ . '/views/notices/special-offer.php', 38 'dismissible' => false, 39 'notice_id' => 'wckm_feb_special_2026', 40 'style' => 'border-left-color: #0542fa;', 41 'class' => 'notice-special-offer', 42 ) 43 ); 44 } 45 32 46 if ( ! defined( 'WCKM_PRO_VERSION' ) ) { 33 47 WCKM()->notices->add( -
wc-key-manager/trunk/languages/wc-key-manager.pot
r3434313 r3452880 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Key Manager 1.3. 3\n"5 "Project-Id-Version: Key Manager 1.3.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-key-manager\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: 2026-0 1-07T11:54:59+00:00\n"12 "POT-Creation-Date: 2026-02-03T11:31:28+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 1451 1451 1452 1452 #: includes/Admin/views/notices/review.php:42 1453 #: includes/Admin/views/notices/special-offer.php:40 1453 1454 #: includes/Admin/views/notices/upgrade.php:40 1454 1455 msgid "Maybe later" … … 1457 1458 #: includes/Admin/views/notices/review.php:46 1458 1459 msgid "I've already left a review" 1460 msgstr "" 1461 1462 #: includes/Admin/views/notices/special-offer.php:18 1463 msgid "Special Offer!" 1464 msgstr "" 1465 1466 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1467 #: includes/Admin/views/notices/special-offer.php:24 1468 #, php-format 1469 msgid "🎉 Save <strong>20%% discount</strong> on %1$s! Upgrade now for enhanced license management, advanced controls, and priority support. Use code: %2$s at checkout to grab the deal." 1470 msgstr "" 1471 1472 #: includes/Admin/views/notices/special-offer.php:36 1473 msgid "Grab the Deal" 1474 msgstr "" 1475 1476 #: includes/Admin/views/notices/special-offer.php:44 1477 msgid "Close permanently" 1459 1478 msgstr "" 1460 1479 -
wc-key-manager/trunk/readme.txt
r3434313 r3452880 3 3 Tags: key, license, key manager, software license, gift cards 4 4 Tested up to: 6.9 5 Stable tag: 1.3. 35 Stable tag: 1.3.4 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 165 165 166 166 == Changelog == 167 = 1.3.4 (2026-02-03) = 168 * Fix: Few known issues are fixed. 169 167 170 = 1.3.3 (2026-01-07) = 168 171 * Fix: Resolved several minor bugs to improve overall stability and reliability. -
wc-key-manager/trunk/vendor/composer/installed.php
r3434313 r3452880 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 1e8260e713a59f43d09591f181c1396fbd0b5563',6 'reference' => 'cf51b8e744299cc168e69b090dbf862450393524', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 41 41 'pretty_version' => 'dev-master', 42 42 'version' => 'dev-master', 43 'reference' => ' 1e8260e713a59f43d09591f181c1396fbd0b5563',43 'reference' => 'cf51b8e744299cc168e69b090dbf862450393524', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../', -
wc-key-manager/trunk/wc-key-manager.php
r3434313 r3452880 4 4 * Plugin URI: https://wckeymanager.com/ 5 5 * Description: Key Manager is a WooCommerce plugin for selling and managing license keys, game keys, pin codes, gift cards, serial numbers, and other items. 6 * Version: 1.3. 36 * Version: 1.3.4 7 7 * Requires at least: 5.2 8 8 * Tested up to: 6.9
Note: See TracChangeset
for help on using the changeset viewer.