Skip to content

Commit

Permalink
ACF Extended: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acf-extended committed Dec 19, 2024
1 parent 0afc8c0 commit 3a02c59
Show file tree
Hide file tree
Showing 22 changed files with 1,174 additions and 599 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,30 @@ Manage WordPress Options from the Settings > Options page. Options value (string

## 📋 Changelog

### 0.9.1

**ACF Extended Pro 0.9.1:**

* Field: Flexible Content - Added "Dynamic Preview Iframe" feature
* Field: Flexible Content - Added "Dynamic Preview Responsive" feature
* Field: Flexible Content - "Dynamic Preview Iframe" render previews in isolated iframes
* Field: Flexible Content - "Dynamic Preview Responsive" allows to switch container preview size
* Field: Address - Cleaned unused argument
* Field: Google Map - Added `acfe_render_google_map()` compatibility with sub fields
* Field: Google Map - Enhanced `acfe_render_google_map()` compatibility with Dynamic Preview
* Field: Radio - Fixed "Custom Choice" render
* Field: WYSIWYG - Enhanced `source_code` modal reset stylesheet
* Field Group Location: Renamed "Dashboard" to "WP Dashboard" for consistency
* Module: Forms - Ajax submission now redraw form on submission

**ACF Extended Basic 0.9.1:**

* Field: Advanced Link - Enhanced malformed values handling
* Field: Flexible Content - Added `acfe/flexible/toggle_hide` filter to control row visibility
* Field: reCaptcha - Enhanced error handling when using incorrect API key
* Field: Taxonomy Terms - Fixed ajax nonce verification when field is cloned
* Module: Forms - Enhanced File/Image/Gallery "Uploaded To" logic using related Form Action

### 0.9.0.9

**ACF Extended Pro 0.9.0.9:**
Expand Down
4 changes: 2 additions & 2 deletions acf-extended.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Advanced Custom Fields: Extended
* Description: All-in-one enhancement suite that improves WordPress & Advanced Custom Fields.
* Version: 0.9.0.9
* Version: 0.9.1
* Author: ACF Extended
* Plugin URI: https://www.acf-extended.com
* Author URI: https://www.acf-extended.com
Expand All @@ -19,7 +19,7 @@
class ACFE{

// vars
var $version = '0.9.0.9';
var $version = '0.9.1';

/**
* construct
Expand Down
4 changes: 2 additions & 2 deletions assets/css/acfe-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ body:not(.acf-admin-5-3) .layout>.acfe-fc-placeholder>a span {
}

.layout>.acfe-fc-placeholder.acfe-fc-preview>.acfe-flexible-placeholder {
min-height: 55px;
min-height: 24px;
height: auto
}

Expand All @@ -840,7 +840,7 @@ body:not(.acf-admin-5-3) .layout>.acfe-fc-placeholder>a span {

.layout>.acfe-fc-placeholder.acfe-fc-preview.-loading {
background: #f9f9f9;
min-height: 110px
min-height: 24px
}

.layout>.acfe-fc-placeholder.acfe-fc-preview.-loading>.acfe-flexible-placeholder>.spinner {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/acfe-input.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3a02c59

Please sign in to comment.