diff --git a/README.md b/README.md index 0c38987..beef9d7 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,10 @@ There are quite a few: ## Changelog +## 2.4.3 +* Automatically generate CSS file on bulk translation (thanks to [https://github.com/Elisa3232](@Elisa3232)). +* Fix PHP error when PLL()->curlang not defined (thanks to [https://wordpress.org/support/users/timsgr/](@timsgr)). + ## 2.4.2 * Fix deprecation notices for Polylang 3.4. * Bump tested versions WordPress 6.3 & Elementor 3.13. diff --git a/README.txt b/README.txt index 40376df..43836ec 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: elementor, polylang, multilingual, language switcher, languages, templates Requires at least: 5.4 Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 2.4.2 +Stable tag: 2.4.3 License: GPL-2.0-or-later License URI: https://opensource.org/licenses/GPL-2.0 @@ -200,6 +200,10 @@ There are quite a few: == Changelog == += 2.4.3 = +* Automatically generate CSS file on bulk translation (thanks to @Elisa3232). +* Fix PHP error when PLL()->curlang not defined (thanks to @timsgr). + = 2.4.2 = * Fix deprecation notices for Polylang 3.4. * Bump tested versions WordPress 6.3 & Elementor 3.13. diff --git a/connect-polylang-elementor.php b/connect-polylang-elementor.php index b78a845..9e14f08 100755 --- a/connect-polylang-elementor.php +++ b/connect-polylang-elementor.php @@ -10,7 +10,7 @@ * Plugin Name: Connect Polylang for Elementor * Plugin URI: https://github.com/creame/connect-polylang-elementor * Description: Connect Polylang with Elementor. Display templates in the correct language, language switcher widget, language visibility conditions and dynamic tags. - * Version: 2.4.2 + * Version: 2.4.3 * Author: Creame * Author URI: https://crea.me/ * License: GPL-2.0-or-later @@ -19,8 +19,8 @@ * Domain Path: /languages/ * Requires WP: 5.4 * Requires PHP: 5.6 - * Elementor tested up to: 3.13.4 - * Elementor Pro tested up to: 3.13.2 + * Elementor tested up to: 3.14.1 + * Elementor Pro tested up to: 3.14.1 * * Copyright (c) 2021 Paco Toledo - CREAME * Copyright (c) 2018-2021 David Decker - DECKERWEB @@ -36,7 +36,7 @@ * * @since 2.0.0 */ -define( 'CPEL_PLUGIN_VERSION', '2.4.2' ); +define( 'CPEL_PLUGIN_VERSION', '2.4.3' ); define( 'CPEL_FILE', __FILE__ ); define( 'CPEL_DIR', plugin_dir_path( CPEL_FILE ) ); define( 'CPEL_BASENAME', plugin_basename( CPEL_FILE ) ); diff --git a/languages/connect-polylang-elementor.pot b/languages/connect-polylang-elementor.pot index 5eb4260..e0e93e3 100644 --- a/languages/connect-polylang-elementor.pot +++ b/languages/connect-polylang-elementor.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPL-2.0-or-later. msgid "" msgstr "" -"Project-Id-Version: Connect Polylang for Elementor 2.4.2\n" +"Project-Id-Version: Connect Polylang for Elementor 2.4.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/connect-polylang-elementor\n" "Last-Translator: Pacotole \n" "Language-Team: Creame \n"