Changeset 3210299
- Timestamp:
- 12/19/2024 08:42:19 AM (15 months ago)
- Location:
- order-sync-with-google-sheets-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/1.11.1 (copied) (copied from order-sync-with-google-sheets-for-woocommerce/trunk)
-
tags/1.11.1/order-sync-with-google-sheets-for-woocommerce.php (modified) (2 diffs)
-
tags/1.11.1/readme.txt (modified) (2 diffs)
-
tags/1.11.1/templates/dashboard/settings.php (modified) (1 diff)
-
trunk/order-sync-with-google-sheets-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/templates/dashboard/settings.php (modified) (1 diff)
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 4 4 * Plugin URI: https://wcordersync.com/ 5 5 * 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. 06 * Version: 1.11.1 7 7 * Author: WC Order Sync 8 8 * Author URI: https://wcordersync.com/ … … 21 21 */ 22 22 define( 'OSGSW_FILE', __FILE__ ); 23 define( 'OSGSW_VERSION', '1.11. 0' );23 define( 'OSGSW_VERSION', '1.11.1' ); 24 24 /** 25 25 * Loading base file -
order-sync-with-google-sheets-for-woocommerce/tags/1.11.1/readme.txt
r3209887 r3210299 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.11. 07 Stable tag: 1.11.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 1.11.1 - 19 Dec 2024 = 155 * **Fix**: Updated the settings UI by eliminating duplicate SKU options. 156 154 157 = 1.11.0 - 18 Dec 2024 = 155 158 * **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 142 142 </div> 143 143 </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 186 145 </div> 187 146 -
order-sync-with-google-sheets-for-woocommerce/trunk/order-sync-with-google-sheets-for-woocommerce.php
r3209887 r3210299 4 4 * Plugin URI: https://wcordersync.com/ 5 5 * 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. 06 * Version: 1.11.1 7 7 * Author: WC Order Sync 8 8 * Author URI: https://wcordersync.com/ … … 21 21 */ 22 22 define( 'OSGSW_FILE', __FILE__ ); 23 define( 'OSGSW_VERSION', '1.11. 0' );23 define( 'OSGSW_VERSION', '1.11.1' ); 24 24 /** 25 25 * Loading base file -
order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt
r3209887 r3210299 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.11. 07 Stable tag: 1.11.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 1.11.1 - 19 Dec 2024 = 155 * **Fix**: Updated the settings UI by eliminating duplicate SKU options. 156 154 157 = 1.11.0 - 18 Dec 2024 = 155 158 * **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 142 142 </div> 143 143 </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 186 145 </div> 187 146
Note: See TracChangeset
for help on using the changeset viewer.