Plugin Directory

Changeset 3210299


Ignore:
Timestamp:
12/19/2024 08:42:19 AM (15 months ago)
Author:
ordersyncplugin
Message:

Update to version 1.11.1 from GitHub

Location:
order-sync-with-google-sheets-for-woocommerce
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • order-sync-with-google-sheets-for-woocommerce/tags/1.11.1/order-sync-with-google-sheets-for-woocommerce.php

    r3209887 r3210299  
    44 * Plugin URI: https://wcordersync.com/
    55 * Description: Sync WooCommerce orders with Google Sheets. Perform WooCommerce order sync, e-commerce order management and sales order management from Google Sheets.
    6  * Version: 1.11.0
     6 * Version: 1.11.1
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2121 */
    2222define( 'OSGSW_FILE', __FILE__ );
    23 define( 'OSGSW_VERSION', '1.11.0' );
     23define( 'OSGSW_VERSION', '1.11.1' );
    2424/**
    2525 * Loading base file
  • order-sync-with-google-sheets-for-woocommerce/tags/1.11.1/readme.txt

    r3209887 r3210299  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    152152== Changelog ==
    153153
     154= 1.11.1 - 19 Dec 2024 =
     155* **Fix**: Updated the settings UI by eliminating duplicate SKU options.
     156
    154157= 1.11.0 - 18 Dec 2024 =
    155158* **New**: Added functionality to sync WooCommerce product SKUs directly to Google Sheets
  • order-sync-with-google-sheets-for-woocommerce/tags/1.11.1/templates/dashboard/settings.php

    r3209887 r3210299  
    142142                </div>
    143143            </div>
    144             <div class="form-group">
    145                 <label :class="forUltimate">
    146                     <div class="ssgs-check">
    147                         <input :readonly="!isPro" type="checkbox" name="product_sku_sync" class="check" x-model="option.product_sku_sync" :checked="option.product_sku_sync == '1'" @change="save_change++">
    148                         <span class="switch"></span>
    149                     </div>
    150                     <span class="label-text">
    151                     <?php
    152                     esc_html_e(
    153                         'Product Sku sync',
    154                         'order-sync-with-google-sheets-for-woocommerce'
    155                     );
    156                     ?>
    157                     </span>
    158                     <span x-show="!isPro" class="ssgs-badge purple">
    159                     <?php
    160                     esc_html_e(
    161                         'Ultimate',
    162                         'order-sync-with-google-sheets-for-woocommerce'
    163                     );
    164                     ?>
    165                     </span>
    166                     <span class="ssgs-badge green" >
    167                     <?php
    168                     esc_html_e(
    169                         'New',
    170                         'order-sync-with-google-sheets-for-woocommerce'
    171                     );
    172                     ?>
    173                     </span>
    174                 </label>
    175                 <div class="description">
    176                     <p>
    177                     <?php
    178                     esc_html_e(
    179                         'Enable to this to show the product sku in a column on Google Sheet',
    180                         'order-sync-with-google-sheets-for-woocommerce'
    181                     );
    182                     ?>
    183                     </p>
    184                 </div>
    185             </div>
     144
    186145        </div>
    187146       
  • order-sync-with-google-sheets-for-woocommerce/trunk/order-sync-with-google-sheets-for-woocommerce.php

    r3209887 r3210299  
    44 * Plugin URI: https://wcordersync.com/
    55 * Description: Sync WooCommerce orders with Google Sheets. Perform WooCommerce order sync, e-commerce order management and sales order management from Google Sheets.
    6  * Version: 1.11.0
     6 * Version: 1.11.1
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2121 */
    2222define( 'OSGSW_FILE', __FILE__ );
    23 define( 'OSGSW_VERSION', '1.11.0' );
     23define( 'OSGSW_VERSION', '1.11.1' );
    2424/**
    2525 * Loading base file
  • order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt

    r3209887 r3210299  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    152152== Changelog ==
    153153
     154= 1.11.1 - 19 Dec 2024 =
     155* **Fix**: Updated the settings UI by eliminating duplicate SKU options.
     156
    154157= 1.11.0 - 18 Dec 2024 =
    155158* **New**: Added functionality to sync WooCommerce product SKUs directly to Google Sheets
  • order-sync-with-google-sheets-for-woocommerce/trunk/templates/dashboard/settings.php

    r3209887 r3210299  
    142142                </div>
    143143            </div>
    144             <div class="form-group">
    145                 <label :class="forUltimate">
    146                     <div class="ssgs-check">
    147                         <input :readonly="!isPro" type="checkbox" name="product_sku_sync" class="check" x-model="option.product_sku_sync" :checked="option.product_sku_sync == '1'" @change="save_change++">
    148                         <span class="switch"></span>
    149                     </div>
    150                     <span class="label-text">
    151                     <?php
    152                     esc_html_e(
    153                         'Product Sku sync',
    154                         'order-sync-with-google-sheets-for-woocommerce'
    155                     );
    156                     ?>
    157                     </span>
    158                     <span x-show="!isPro" class="ssgs-badge purple">
    159                     <?php
    160                     esc_html_e(
    161                         'Ultimate',
    162                         'order-sync-with-google-sheets-for-woocommerce'
    163                     );
    164                     ?>
    165                     </span>
    166                     <span class="ssgs-badge green" >
    167                     <?php
    168                     esc_html_e(
    169                         'New',
    170                         'order-sync-with-google-sheets-for-woocommerce'
    171                     );
    172                     ?>
    173                     </span>
    174                 </label>
    175                 <div class="description">
    176                     <p>
    177                     <?php
    178                     esc_html_e(
    179                         'Enable to this to show the product sku in a column on Google Sheet',
    180                         'order-sync-with-google-sheets-for-woocommerce'
    181                     );
    182                     ?>
    183                     </p>
    184                 </div>
    185             </div>
     144
    186145        </div>
    187146       
Note: See TracChangeset for help on using the changeset viewer.