Plugin Directory

Changeset 3011963


Ignore:
Timestamp:
12/19/2023 01:59:46 PM (2 years ago)
Author:
woosms
Message:

fix missing curl connection

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

Legend:

Unmodified
Added
Removed
  • woosms-sms-module-for-woocommerce/trunk/readme.txt

    r3011911 r3011963  
    187187
    188188== Changelog ==
     189= 3.0.6 =
     190* Fix bug - ConnectionCurl missing
     191
    189192= 3.0.5 =
    190193* cURL implementation
  • woosms-sms-module-for-woocommerce/trunk/vendor/composer/installed.php

    r3011891 r3011963  
    22    'root' => array(
    33        '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',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'project',
    2727            'install_path' => __DIR__ . '/../../',
  • woosms-sms-module-for-woocommerce/trunk/woosms-sms-module-for-woocommerce.php

    r3011891 r3011963  
    55 * Plugin URI: https://www.bulkgate.com/en/integrations/sms-plugin-for-woocommerce/
    66 * Description: Notify your customers about order status via SMS notifications.
    7  * Version: 3.0.5
     7 * Version: 3.0.6
    88 * Author: BulkGate
    99 * Author URI: https://www.bulkgate.com/
Note: See TracChangeset for help on using the changeset viewer.