Changeset 3011963
- Timestamp:
- 12/19/2023 01:59:46 PM (2 years ago)
- Location:
- woosms-sms-module-for-woocommerce/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
vendor/composer/installed.php (modified) (2 diffs)
-
woosms-sms-module-for-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woosms-sms-module-for-woocommerce/trunk/readme.txt
r3011911 r3011963 187 187 188 188 == Changelog == 189 = 3.0.6 = 190 * Fix bug - ConnectionCurl missing 191 189 192 = 3.0.5 = 190 193 * cURL implementation -
woosms-sms-module-for-woocommerce/trunk/vendor/composer/installed.php
r3011891 r3011963 2 2 'root' => array( 3 3 'name' => 'bulkgate/woosms', 4 'pretty_version' => '3.0. 5',5 'version' => '3.0. 5.0',6 'reference' => ' e56aa39534ba13e21955856b0dab1d02d613dd59',4 'pretty_version' => '3.0.6', 5 'version' => '3.0.6.0', 6 'reference' => 'f2e7d668d8b6e7f79e6c1a05608084a674b73ea8', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'bulkgate/woosms' => array( 23 'pretty_version' => '3.0. 5',24 'version' => '3.0. 5.0',25 'reference' => ' e56aa39534ba13e21955856b0dab1d02d613dd59',23 'pretty_version' => '3.0.6', 24 'version' => '3.0.6.0', 25 'reference' => 'f2e7d668d8b6e7f79e6c1a05608084a674b73ea8', 26 26 'type' => 'project', 27 27 'install_path' => __DIR__ . '/../../', -
woosms-sms-module-for-woocommerce/trunk/woosms-sms-module-for-woocommerce.php
r3011891 r3011963 5 5 * Plugin URI: https://www.bulkgate.com/en/integrations/sms-plugin-for-woocommerce/ 6 6 * Description: Notify your customers about order status via SMS notifications. 7 * Version: 3.0. 57 * Version: 3.0.6 8 8 * Author: BulkGate 9 9 * Author URI: https://www.bulkgate.com/
Note: See TracChangeset
for help on using the changeset viewer.