Plugin Directory

Changeset 3080530


Ignore:
Timestamp:
05/02/2024 06:46:37 PM (21 months ago)
Author:
belingo
Message:

tagging 1.10.1

Location:
belingogeo
Files:
49 added
3 edited

Legend:

Unmodified
Added
Removed
  • belingogeo/trunk/belingoGeo.php

    r3077769 r3080530  
    66 * Author URI:  https://belingo.ru
    77 * Author:      Belingo llc
    8  * Version:     1.10
     8 * Version:     1.10.1
    99 * Text Domain: belingogeo
    1010 * Domain Path: /languages
     
    3737require_once 'integrations/yoast.php';
    3838
    39 define("BELINGO_GEO_VERSION", '1.10');
     39define("BELINGO_GEO_VERSION", '1.10.1');
    4040
    4141add_action('template_redirect', 'belingoGeo_init_city');
  • belingogeo/trunk/includes/ajax-functions.php

    r3077259 r3080530  
    169169    }
    170170
     171    if (function_exists('wc_delete_product_transients')) {
     172        wc_delete_product_transients();
     173    }
     174
    171175    wp_send_json($data);
    172176
     
    188192    $data['redirect'] = $back_url;
    189193
     194    if (function_exists('wc_delete_product_transients')) {
     195        wc_delete_product_transients();
     196    }
     197
    190198    wp_send_json($data);
    191199
  • belingogeo/trunk/readme.txt

    r3077794 r3080530  
    44Requires at least: 4.4.2
    55Tested up to: 6.5.2
    6 Stable tag: 1.10
     6Stable tag: 1.10.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36= 1.10.1 =
     37* Fixed WC cache when changing prices for goods and when changing cities
     38
    3639= 1.10 =
    3740* Updating Language Packs
Note: See TracChangeset for help on using the changeset viewer.