Plugin Directory

Changeset 3385572


Ignore:
Timestamp:
10/28/2025 04:49:56 AM (7 weeks ago)
Author:
beautifulplugins
Message:

Release version refs/tags/v1.2.0

Location:
sms-manager/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sms-manager/trunk/languages/sms-manager.pot

    r3334977 r3385572  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: SMS Manager 1.1.0\n"
     5"Project-Id-Version: SMS Manager 1.2.0\n"
    66"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"
    88"MIME-Version: 1.0\n"
    99"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 ===
    22Contributors: beautifulplugins
    33Tags: sms, sms manager, sms notifications, woocommerce, woocommerce sms
    44Tested up to: 6.8
    5 Stable tag: 1.1.0
     5Stable tag: 1.2.0
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    106106
    107107== Changelog ==
     108= 1.2.0 (28th October 2025) =
     109* Compatibility - Checked compatibility with the latest version of WooCommerce (v10.3).
     110
    108111= 1.1.0 (28th July 2025) =
    109112* Compatibility - Checked compatibility with WooCommerce and WordPress latest versions.
  • sms-manager/trunk/sms-manager.php

    r3334977 r3385572  
    44 * Plugin URI:           https://beautifulplugins.com/sms-manager/
    55 * Description:          SMS Manager for WooCommerce allows you to send SMS notifications to your customers.
    6  * Version:              1.1.0
     6 * Version:              1.2.0
    77 * Requires at least:    5.0
    88 * Requires PHP:         7.4
     
    1515 * Tested up to:         6.8
    1616 * WC requires at least: 3.0.0
    17  * WC tested up to:      10.0
     17 * WC tested up to:      10.3
    1818 * Requires Plugins:     woocommerce
    1919 *
     
    4848 */
    4949function sms_manager() {
    50     return Plugin::create( __FILE__, '1.1.0' );
     50    return Plugin::create( __FILE__, '1.2.0' );
    5151}
    5252
  • sms-manager/trunk/vendor/composer/installed.php

    r3334977 r3385572  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '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',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.