diff --git a/README.md b/README.md index dabaa1b..6d6c21d 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,21 @@ Available hooks are list and describe in [our Hooks documentation](https://www.p ## Changelog +### 0.4.3.2 - 05/04/2023 + +* Added: TailwindCSS CDN feature +* Added: filter `pip/layouts/flexible_render_style` to allow CSS enqueue via ACFE +* Added : filters `pip/shortcode/button/start_html_output` and `pip/shortcode/button/end_html_output` for easier HTML customization with `pip_button` shortcode +* Added: filters `pip/tailwind_api/front_build_args` and `pip/tailwind_api/admin_build_args` +* Added: action `pip/flexible/layouts/prefix` +* Improved: admin styles for layout preview displaying better (not getting overriden by WP default styles anymore) +* Improved: clearer Tailwind CSS error when compiling +* Improved: layout's JS files version based on `filemtime()` +* Improved: way of handling the path of uploaded fonts +* Fixed: Default Content / Locked Content not creating duplicates anymore when activating Polylang +* Fixed: JS conflict with moving a layout with the "up" or "down" controls in the `pip_flexible` when there was another flexible content within +* Fixed: some parts of ACF V6 UI that were hidden + ### 0.4.3.1 - 12/10/2022 * Added: TailwindCSS3 & JIT compatibility diff --git a/pilopress.php b/pilopress.php index 103928d..eb93a2d 100644 --- a/pilopress.php +++ b/pilopress.php @@ -3,7 +3,7 @@ * Plugin Name: Pilo'Press * Plugin URI: https://www.pilot-in.com * Description: The most advanced WordPress Page Builder using Advanced Custom Field & TailwindCSS - * Version: 0.4.3.1 + * Version: 0.4.3.2 * Author: Pilot'in * Author URI: https://www.pilot-in.com * License: GPLv2 or later @@ -28,7 +28,7 @@ class PiloPress { * * @var string */ - public $version = '0.4.3.1'; + public $version = '0.4.3.2'; /** * ACF diff --git a/readme.txt b/readme.txt index 6545abe..e5cd174 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: pilotin Donate link: https://www.pilot-in.com Tags: acf, page builder, tailwindcss Requires at least: 4.9 -Tested up to: 6.0.2 +Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 0.4.3.1 +Stable tag: 0.4.3.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -111,6 +111,20 @@ Available hooks are list and describe in [GitHub Page](https://pilot-in.github.i == Changelog == += 0.4.3.2 - 05/04/2023 = +* Added: TailwindCSS CDN feature +* Added: filter `pip/layouts/flexible_render_style` to allow CSS enqueue via ACFE +* Added : filters `pip/shortcode/button/start_html_output` and `pip/shortcode/button/end_html_output` for easier HTML customization with `pip_button` shortcode +* Added: filters `pip/tailwind_api/front_build_args` and `pip/tailwind_api/admin_build_args` +* Added: action `pip/flexible/layouts/prefix` +* Improved: admin styles for layout preview displaying better (not getting overriden by WP default styles anymore) +* Improved: clearer Tailwind CSS error when compiling +* Improved: layout's JS files version based on `filemtime()` +* Improved: way of handling the path of uploaded fonts +* Fixed: Default Content / Locked Content not creating duplicates anymore when activating Polylang +* Fixed: JS conflict with moving a layout with the "up" or "down" controls in the `pip_flexible` when there was another flexible content within +* Fixed: some parts of ACF V6 UI that were hidden + = 0.4.3.1 - 12/10/2022 = * Added: TailwindCSS3 & JIT compatibility * Improved: ACF v6.0 new UI compatibility