diff --git a/dintero-checkout-for-woocommerce.php b/dintero-checkout-for-woocommerce.php index 4f8e0df..5797338 100644 --- a/dintero-checkout-for-woocommerce.php +++ b/dintero-checkout-for-woocommerce.php @@ -5,7 +5,7 @@ * Description: Dintero offers a complete payment solution. Simplifying the payment process for you and the customer. * Author: Dintero, Krokedil * Author URI: https://krokedil.com/ - * Version: 1.9.3 + * Version: 1.10.1 * Text Domain: dintero-checkout-for-woocommerce * Domain Path: /languages * @@ -22,7 +22,7 @@ exit; } -define( 'DINTERO_CHECKOUT_VERSION', '1.9.3' ); +define( 'DINTERO_CHECKOUT_VERSION', '1.10.1' ); define( 'DINTERO_CHECKOUT_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); define( 'DINTERO_CHECKOUT_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'DINTERO_CHECKOUT_MAIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 708d2d5..e5caf1f 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tested up to: 6.4.1 Requires PHP: 7.0 WC requires at least: 6.1.0 WC tested up to: 8.2.1 -Stable tag: 1.10.0 +Stable tag: 1.10.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -82,6 +82,9 @@ Go to [https://www.dintero.com/contact-us](https://www.dintero.com/contact-us) t 1. The plugin settings screen where you set up the details to connect to Dintero. == Changelog == += 2024.06.19 - version 1.10.1 = +* Tweak - Bump plugin version in main PHP file. + = 2024.06.19 - version 1.10.0 = * Feature - Add support for different billing and shipping address in Express checkout. * Fix - The shipping company should now be saved to the order as intended.