Changeset 3080530
- Timestamp:
- 05/02/2024 06:46:37 PM (21 months ago)
- Location:
- belingogeo
- Files:
-
- 49 added
- 3 edited
-
tags/1.10.1 (added)
-
tags/1.10.1/belingoGeo.php (added)
-
tags/1.10.1/css (added)
-
tags/1.10.1/css/belingoGeo.css (added)
-
tags/1.10.1/css/select2.min.css (added)
-
tags/1.10.1/examples (added)
-
tags/1.10.1/examples/all_cities_rf.csv (added)
-
tags/1.10.1/examples/example1.csv (added)
-
tags/1.10.1/images (added)
-
tags/1.10.1/images/logo_mini_20x20.png (added)
-
tags/1.10.1/includes (added)
-
tags/1.10.1/includes/admin (added)
-
tags/1.10.1/includes/admin/functions.php (added)
-
tags/1.10.1/includes/admin/settings.php (added)
-
tags/1.10.1/includes/ajax-functions.php (added)
-
tags/1.10.1/includes/belingogeo-city-class.php (added)
-
tags/1.10.1/includes/core-functions.php (added)
-
tags/1.10.1/includes/functions.php (added)
-
tags/1.10.1/includes/hooks.php (added)
-
tags/1.10.1/includes/shortcodes.php (added)
-
tags/1.10.1/includes/sitemaps.php (added)
-
tags/1.10.1/integrations (added)
-
tags/1.10.1/integrations/woocommerce.php (added)
-
tags/1.10.1/integrations/yoast.php (added)
-
tags/1.10.1/js (added)
-
tags/1.10.1/js/belingoGeo.js (added)
-
tags/1.10.1/js/belingoGeoAdmin.js (added)
-
tags/1.10.1/js/select2.min.js (added)
-
tags/1.10.1/languages (added)
-
tags/1.10.1/languages/belingogeo-ru_RU.mo (added)
-
tags/1.10.1/languages/belingogeo-ru_RU.po (added)
-
tags/1.10.1/languages/belingogeo.pot (added)
-
tags/1.10.1/readme.txt (added)
-
tags/1.10.1/templates (added)
-
tags/1.10.1/templates/after_cities_list.php (added)
-
tags/1.10.1/templates/before_cities_list.php (added)
-
tags/1.10.1/templates/cities_addon_contacts.php (added)
-
tags/1.10.1/templates/city_in_list.php (added)
-
tags/1.10.1/templates/popup_select_city.php (added)
-
tags/1.10.1/templates/question_city.php (added)
-
tags/1.10.1/templates/select_city.php (added)
-
tags/1.10.1/templates/selector.php (added)
-
tags/1.10.1/uninstall.php (added)
-
tags/1.10.1/vendor (added)
-
tags/1.10.1/vendor/SxGeo (added)
-
tags/1.10.1/vendor/SxGeo/SxGeo.php (added)
-
tags/1.10.1/vendor/SxGeo/SxGeoCity.dat (added)
-
tags/1.10.1/vendor/SxGeo/index.php (added)
-
tags/1.10.1/vendor/SxGeo/license.txt (added)
-
trunk/belingoGeo.php (modified) (2 diffs)
-
trunk/includes/ajax-functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
belingogeo/trunk/belingoGeo.php
r3077769 r3080530 6 6 * Author URI: https://belingo.ru 7 7 * Author: Belingo llc 8 * Version: 1.10 8 * Version: 1.10.1 9 9 * Text Domain: belingogeo 10 10 * Domain Path: /languages … … 37 37 require_once 'integrations/yoast.php'; 38 38 39 define("BELINGO_GEO_VERSION", '1.10 ');39 define("BELINGO_GEO_VERSION", '1.10.1'); 40 40 41 41 add_action('template_redirect', 'belingoGeo_init_city'); -
belingogeo/trunk/includes/ajax-functions.php
r3077259 r3080530 169 169 } 170 170 171 if (function_exists('wc_delete_product_transients')) { 172 wc_delete_product_transients(); 173 } 174 171 175 wp_send_json($data); 172 176 … … 188 192 $data['redirect'] = $back_url; 189 193 194 if (function_exists('wc_delete_product_transients')) { 195 wc_delete_product_transients(); 196 } 197 190 198 wp_send_json($data); 191 199 -
belingogeo/trunk/readme.txt
r3077794 r3080530 4 4 Requires at least: 4.4.2 5 5 Tested up to: 6.5.2 6 Stable tag: 1.10 6 Stable tag: 1.10.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 35 35 == Changelog == 36 = 1.10.1 = 37 * Fixed WC cache when changing prices for goods and when changing cities 38 36 39 = 1.10 = 37 40 * Updating Language Packs
Note: See TracChangeset
for help on using the changeset viewer.