Skip to content

Commit

Permalink
Preparing version update 0.4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barnemax-pilotin committed Apr 4, 2023
1 parent b854a27 commit 30980c0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pilopress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,7 +28,7 @@ class PiloPress {
*
* @var string
*/
public $version = '0.4.3.1';
public $version = '0.4.3.2';

/**
* ACF
Expand Down
18 changes: 16 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 30980c0

Please sign in to comment.