diff --git a/README.txt b/README.txt index 11d0fc6..767a624 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: Podro, shipping, woocommerce Requires at least: 4.0 Tested up to: 6.1 Requires PHP: 7.2 -Stable tag: 1.0.4 +Stable tag: 1.0.5 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -58,6 +58,9 @@ Podro Pin integration with WooCommerce. Using this plugin, you will be able to p == Changelog == += 1.0.5 - 2022-12-25 = +* Fix the cities js conflict in checkout page + = 1.0.4 - 2022-12-17 = * Fix the integration with persian-woocommerce and persian-woocommerce-shipping plugins * Fix translation header and text domain issue diff --git a/wp-podro.php b/wp-podro.php index 1eb404b..2d2bb10 100644 --- a/wp-podro.php +++ b/wp-podro.php @@ -9,7 +9,7 @@ * Plugin Name: Podro WP * Plugin URI: https://khorshidlab.com/ * Description: پادروپین؛ ‌مارکت‌پلیس خدمات پستی است و به فروشگاه‌های آنلاین کمک می‌کند تا فرآیند ارسال سفارش‌های اینترنتی را مدیریت کنند. در پادروپین، بدون مراجعه و یا ثبت قرارداد با شرکت‌های پستی، می‌توان سفارش‌های اینترنتی را با هر یک از شرکت‌های پستی ارسال کرد - * Version: 1.0.4 + * Version: 1.0.5 * Author: Khorshid, Podro * Author URI: https://khorshidlab.com/fa/ * Text Domain: podro-wp @@ -36,7 +36,7 @@ * Currently plugin version. */ -define( 'PODRO_VERSION', '1.0.4' ); +define( 'PODRO_VERSION', '1.0.5' ); define( 'PODRO_SLUG', 'podro-wp' ); define( 'PODRO_NAME', 'WP PODRO' ); define( 'PODRO_PLUGIN_ROOT', plugin_dir_path( __FILE__ ) );