Plugin Directory

Changeset 2720457


Ignore:
Timestamp:
05/09/2022 08:53:08 AM (4 years ago)
Author:
woosms
Message:

change name

Location:
woosms-sms-module-for-woocommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woosms-sms-module-for-woocommerce/trunk/README.md

    r2719176 r2720457  
    161161
    162162## Changelog
     163
     164**2.0.33**
     165* Change name WooSMS -> BulkGate
    163166
    164167**2.0.32**
  • woosms-sms-module-for-woocommerce/trunk/readme.txt

    r2719176 r2720457  
    160160
    161161== Changelog ==
     162
     163= 2.0.33 =
     164* Change name WooSMS -> BulkGate
    162165
    163166= 2.0.32 =
  • woosms-sms-module-for-woocommerce/trunk/woosms-sms-module-for-woocommerce-admin.php

    r2630688 r2720457  
    212212    $application_token = $woo_sms_settings->load('static:application_token', false);
    213213
    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');
    215215
    216216    if ($application_token && is_array($menu))
  • woosms-sms-module-for-woocommerce/trunk/woosms-sms-module-for-woocommerce.php

    r2630688 r2720457  
    44  Plugin URI: https://www.bulkgate.com/en/integrations/sms-plugin-for-woocommerce/
    55  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.32
     6  Version: 2.0.33
    77  Author: BulkGate
    88  Author URI: https://www.bulkgate.com/
Note: See TracChangeset for help on using the changeset viewer.