Changeset 3385572
- Timestamp:
- 10/28/2025 04:49:56 AM (7 weeks ago)
- Location:
- sms-manager/trunk
- Files:
-
- 4 edited
-
languages/sms-manager.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sms-manager.php (modified) (3 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sms-manager/trunk/languages/sms-manager.pot
r3334977 r3385572 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: SMS Manager 1. 1.0\n"5 "Project-Id-Version: SMS Manager 1.2.0\n" 6 6 "Report-Msgid-Bugs-To: https://beautifulplugins.com/support/\n" 7 "POT-Creation-Date: 2025- 07-27 19:13:20+00:00\n"7 "POT-Creation-Date: 2025-10-28 04:44:01+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
sms-manager/trunk/readme.txt
r3334977 r3385572 1 === SMS Manager - WooCommerce SMS Notifications===1 === SMS Manager - SMS Notifications for WooCommerce === 2 2 Contributors: beautifulplugins 3 3 Tags: sms, sms manager, sms notifications, woocommerce, woocommerce sms 4 4 Tested up to: 6.8 5 Stable tag: 1. 1.05 Stable tag: 1.2.0 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 106 106 107 107 == Changelog == 108 = 1.2.0 (28th October 2025) = 109 * Compatibility - Checked compatibility with the latest version of WooCommerce (v10.3). 110 108 111 = 1.1.0 (28th July 2025) = 109 112 * Compatibility - Checked compatibility with WooCommerce and WordPress latest versions. -
sms-manager/trunk/sms-manager.php
r3334977 r3385572 4 4 * Plugin URI: https://beautifulplugins.com/sms-manager/ 5 5 * Description: SMS Manager for WooCommerce allows you to send SMS notifications to your customers. 6 * Version: 1. 1.06 * Version: 1.2.0 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 … … 15 15 * Tested up to: 6.8 16 16 * WC requires at least: 3.0.0 17 * WC tested up to: 10. 017 * WC tested up to: 10.3 18 18 * Requires Plugins: woocommerce 19 19 * … … 48 48 */ 49 49 function sms_manager() { 50 return Plugin::create( __FILE__, '1. 1.0' );50 return Plugin::create( __FILE__, '1.2.0' ); 51 51 } 52 52 -
sms-manager/trunk/vendor/composer/installed.php
r3334977 r3385572 2 2 'root' => array( 3 3 'name' => 'beautifulplugins/sms-manager', 4 'pretty_version' => 'v1. 1.0',5 'version' => '1. 1.0.0',6 'reference' => ' 72673a2045013be0afc5bfb3ed705e7f76746a85',4 'pretty_version' => 'v1.2.0', 5 'version' => '1.2.0.0', 6 'reference' => '14dd17638fdc37489d584a6bdc2e9e3dce584ba6', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'beautifulplugins/sms-manager' => array( 14 'pretty_version' => 'v1. 1.0',15 'version' => '1. 1.0.0',16 'reference' => ' 72673a2045013be0afc5bfb3ed705e7f76746a85',14 'pretty_version' => 'v1.2.0', 15 'version' => '1.2.0.0', 16 'reference' => '14dd17638fdc37489d584a6bdc2e9e3dce584ba6', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.