Changeset 2720457
- Timestamp:
- 05/09/2022 08:53:08 AM (4 years ago)
- Location:
- woosms-sms-module-for-woocommerce/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
woosms-sms-module-for-woocommerce-admin.php (modified) (1 diff)
-
woosms-sms-module-for-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woosms-sms-module-for-woocommerce/trunk/README.md
r2719176 r2720457 161 161 162 162 ## Changelog 163 164 **2.0.33** 165 * Change name WooSMS -> BulkGate 163 166 164 167 **2.0.32** -
woosms-sms-module-for-woocommerce/trunk/readme.txt
r2719176 r2720457 160 160 161 161 == Changelog == 162 163 = 2.0.33 = 164 * Change name WooSMS -> BulkGate 162 165 163 166 = 2.0.32 = -
woosms-sms-module-for-woocommerce/trunk/woosms-sms-module-for-woocommerce-admin.php
r2630688 r2720457 212 212 $application_token = $woo_sms_settings->load('static:application_token', false); 213 213 214 add_menu_page('woosms_profile_page', 'BulkGate (WooSMS)', $capabilities, $application_token ? 'woosms_dashboard_default' : 'woosms_sign_in', '', ((float)$wp_version) >= 3.8 ? 'dashicons-email-alt' : plugins_url(WOOSMS_DIR . '/img/logo.png'), '58');214 add_menu_page('woosms_profile_page', 'BulkGate SMS', $capabilities, $application_token ? 'woosms_dashboard_default' : 'woosms_sign_in', '', ((float)$wp_version) >= 3.8 ? 'dashicons-email-alt' : plugins_url(WOOSMS_DIR . '/img/logo.png'), '58'); 215 215 216 216 if ($application_token && is_array($menu)) -
woosms-sms-module-for-woocommerce/trunk/woosms-sms-module-for-woocommerce.php
r2630688 r2720457 4 4 Plugin URI: https://www.bulkgate.com/en/integrations/sms-plugin-for-woocommerce/ 5 5 Description: Extend your WooCommerce store capabilities. Send personalized bulk SMS messages. Notify your customers about order status via customer SMS notifications. Receive order updates via Admin SMS notifications. 6 Version: 2.0.3 26 Version: 2.0.33 7 7 Author: BulkGate 8 8 Author URI: https://www.bulkgate.com/
Note: See TracChangeset
for help on using the changeset viewer.