Plugin Directory

Changeset 3126414


Ignore:
Timestamp:
07/27/2024 06:44:33 AM (20 months ago)
Author:
ordersyncplugin
Message:

Update to version 1.9.2 from GitHub

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

Legend:

Unmodified
Added
Removed
  • order-sync-with-google-sheets-for-woocommerce/tags/1.9.2/includes/classes/class-popup.php

    r3009173 r3126414  
    150150                            <div class="osgsw-days-dropdown">
    151151                                <div class="selected-option" data-days="7"><?php esc_html_e( '7 Days', 'order-sync-with-google-sheet-for-woocommerce' ); ?></div>
    152                                 <ul class="options">
     152                                <ul class="osgsw_options">
    153153                                    <li data-value="7"><?php esc_html_e( '7 Days', 'order-sync-with-google-sheet-for-woocommerce' ); ?></li>
    154154                                    <li data-value="14"><?php esc_html_e( '14 Days', 'order-sync-with-google-sheet-for-woocommerce' ); ?></li>
  • order-sync-with-google-sheets-for-woocommerce/tags/1.9.2/order-sync-with-google-sheets-for-woocommerce.php

    r3119898 r3126414  
    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.9.1
     6 * Version: 1.9.2
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2121 */
    2222define( 'OSGSW_FILE', __FILE__ );
    23 define( 'OSGSW_VERSION', '1.9.1' );
     23define( 'OSGSW_VERSION', '1.9.2' );
    2424/**
    2525 * Loading base file
  • order-sync-with-google-sheets-for-woocommerce/tags/1.9.2/public/css/global.css

    r3058177 r3126414  
    444444}
    445445
    446 .options {
     446.osgsw_options {
    447447  display: none;
    448448  list-style: none;
     
    456456}
    457457
    458 .options li {
     458.osgsw_options li {
    459459  padding: 9px 20px 9px 15px;
    460460  cursor: pointer;
     
    465465}
    466466
    467 .options li:nth-child(3) {
     467.osgsw_options li:nth-child(3) {
    468468  color: #9ca3af !important;
    469469  border: none !important;
    470470}
    471471
    472 .options li:hover,
    473 .options li:focus {
     472.osgsw_options li:hover,
     473.osgsw_options li:focus {
    474474  border-bottom: 1px solid #e2e8f0;
    475475  background-color: #eff6ff;
    476476}
    477477
    478 .show-options .options {
     478.show-options .osgsw_options {
    479479  display: block;
    480480}
  • order-sync-with-google-sheets-for-woocommerce/tags/1.9.2/readme.txt

    r3119898 r3126414  
    33Tags: sync order, order management, inventory management, bulk edit, woocommerce orders
    44Requires at least: 5.4
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 5.6
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Changelog ==
    128128
     129= 1.9.2 – 27 Jul 2024 =
     130* **Improvement**: Enhanced compatibility to support WordPress 6.6
     131* **Fix:** Fixed an issue that caused the disappearance of the stock manager for variable products on WooCommerce when order sync plugin is activated.
     132
    129133= 1.9.1 – 17 Jul 2024 =
    130134* **Fix:** Fixed the issues in the setup process that prevented users from configuring the plugin
  • order-sync-with-google-sheets-for-woocommerce/trunk/includes/classes/class-popup.php

    r3009173 r3126414  
    150150                            <div class="osgsw-days-dropdown">
    151151                                <div class="selected-option" data-days="7"><?php esc_html_e( '7 Days', 'order-sync-with-google-sheet-for-woocommerce' ); ?></div>
    152                                 <ul class="options">
     152                                <ul class="osgsw_options">
    153153                                    <li data-value="7"><?php esc_html_e( '7 Days', 'order-sync-with-google-sheet-for-woocommerce' ); ?></li>
    154154                                    <li data-value="14"><?php esc_html_e( '14 Days', 'order-sync-with-google-sheet-for-woocommerce' ); ?></li>
  • order-sync-with-google-sheets-for-woocommerce/trunk/order-sync-with-google-sheets-for-woocommerce.php

    r3119898 r3126414  
    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.9.1
     6 * Version: 1.9.2
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2121 */
    2222define( 'OSGSW_FILE', __FILE__ );
    23 define( 'OSGSW_VERSION', '1.9.1' );
     23define( 'OSGSW_VERSION', '1.9.2' );
    2424/**
    2525 * Loading base file
  • order-sync-with-google-sheets-for-woocommerce/trunk/public/css/global.css

    r3058177 r3126414  
    444444}
    445445
    446 .options {
     446.osgsw_options {
    447447  display: none;
    448448  list-style: none;
     
    456456}
    457457
    458 .options li {
     458.osgsw_options li {
    459459  padding: 9px 20px 9px 15px;
    460460  cursor: pointer;
     
    465465}
    466466
    467 .options li:nth-child(3) {
     467.osgsw_options li:nth-child(3) {
    468468  color: #9ca3af !important;
    469469  border: none !important;
    470470}
    471471
    472 .options li:hover,
    473 .options li:focus {
     472.osgsw_options li:hover,
     473.osgsw_options li:focus {
    474474  border-bottom: 1px solid #e2e8f0;
    475475  background-color: #eff6ff;
    476476}
    477477
    478 .show-options .options {
     478.show-options .osgsw_options {
    479479  display: block;
    480480}
  • order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt

    r3119898 r3126414  
    33Tags: sync order, order management, inventory management, bulk edit, woocommerce orders
    44Requires at least: 5.4
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 5.6
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Changelog ==
    128128
     129= 1.9.2 – 27 Jul 2024 =
     130* **Improvement**: Enhanced compatibility to support WordPress 6.6
     131* **Fix:** Fixed an issue that caused the disappearance of the stock manager for variable products on WooCommerce when order sync plugin is activated.
     132
    129133= 1.9.1 – 17 Jul 2024 =
    130134* **Fix:** Fixed the issues in the setup process that prevented users from configuring the plugin
Note: See TracChangeset for help on using the changeset viewer.