Plugin Directory

Changeset 3049266

Timestamp:
03/11/2024 04:50:00 PM (5 months ago)
Author:
sofyansitorus
Message:

Update to version 2.2.2

Location:
wcsdm
Files:
34 added
4 edited

Legend:

Unmodified
Added
Removed
  • wcsdm/trunk/README.txt

    r3049193 r3049266  
    66Tested up to: 6.4.3
    77Requires PHP: 7.4
    8 Stable tag: 2.2.1
     8Stable tag: 2.2.
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    137137> **Please upgrade wisely and carefully.**
    138138
     139
     140
     141
     142
    139143= 2.2.1 =
    140144
  • wcsdm/trunk/includes/classes/class-wcsdm-shipping-method.php

    r3049193 r3049266  
    30083008     * @return void
    30093009     */
    3010     public function enqueue_admin_js() {
     3010    public function enqueue_admin_js() {
    30113011        ?>
    30123012        <script type="text/template" id="tmpl-wcsdm-buttons">
  • wcsdm/trunk/includes/constants.php

    r3049193 r3049266  
    1616
    1717// Define plugin constants.
    18 define( 'WCSDM_VERSION', '2.2.1' );
     18define( 'WCSDM_VERSION', '2.2.' );
    1919define( 'WCSDM_DATA_VERSION', '2.1.0' );
    2020define( 'WCSDM_METHOD_ID', 'wcsdm' );
  • wcsdm/trunk/wcsdm.php

    r3049193 r3049266  
    1616 * Plugin URI:        https://wooreer.com
    1717 * Description:       WooCommerce shipping rates calculator allows you to easily offer shipping rates based on the distance calculated using Google Maps Distance Matrix Service API.
    18  * Version:           2.2.1
     18 * Version:           2.2.
    1919 * Author:            Sofyan Sitorus
    2020 * Author URI:        https://github.com/sofyansitorus
Note: See TracChangeset for help on using the changeset viewer.