Skip to content

Commit

Permalink
ACF Extended: 0.8.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
acf-extended committed Oct 11, 2022
1 parent 843d491 commit e6508c6
Show file tree
Hide file tree
Showing 20 changed files with 1,114 additions and 440 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Override a specific field instruction placement to any position: Below labels, b

**[Instruction Read More](https://www.acf-extended.com/features/field-settings/instruction-read-more)** **(PRO)**

Allow to expand instructions text with a Read More link. This feature is useful for lengthy instructions text.
Allow to expand instructions text with a "Read More" link. This feature is useful for lengthy instructions text.

**[Min/Max](https://www.acf-extended.com/features/field-settings/min-max)** **(PRO)**

Expand Down Expand Up @@ -446,7 +446,7 @@ The Developer Mode allow you to view all Posts, Terms, Users & Options custom me

**[Forms](https://www.acf-extended.com/features/modules/dynamic-forms)** **(FREE / PRO)**

Manage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce Actions for a complete control over the form behavior.
Manage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce "Actions" for a complete control over the form behavior.

**[Options Pages UI](https://www.acf-extended.com/features/modules/dynamic-options-pages)**

Expand Down Expand Up @@ -544,6 +544,30 @@ Manage WordPress Options from the Settings > Options page. Options value (string

## 📋 Changelog

### 0.8.8.10

**ACF Extended Pro 0.8.8.10:**

* Field: File - Improved default values implementation
* Field: File - Fixed Preview Style "Select2" setting render styling
* Field: WYSIWYG - Fixed "Custom Toolbar" setting not working correctly in ACF 6.0 UI
* Field Settings: Min/Max - Added settings as default values in related fields
* Module: Scripts - Improved validation process to only trigger inside page wrapper
* General: Fixed ACF 6.0 CSS on ACF "Updates" page

**ACF Extended Basic 0.8.8.10:**

* Field: Image/File - Fixed undefined index notice when ACFE Form forced specific uploader type
* Field: Flexible Content - Clear fields storage in Field Group UI to avoid third party plugins messing with it
* Module: Forms - Reverted logic for the Image/File/Gallery media modal
* Field Groups: Fixed Advanced Settings/Validation settings not working correctly in ACF 6.0 UI
* General: Added several ACF 6.0 Field Groups CSS fixes
* General: Hooks - Added `acf_add_filter_variations()` to general hooks
* General: Enhanced `acfe_is_admin_screen()` helper
* General: Enhanced `ftype` js logic to avoid overriding prototype
* General: Enhanced `acfe.fieldExtend` js logic & added dependencies
* General: Enhanced js helpers

### 0.8.8.9

**ACF Extended Pro 0.8.8.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.8.8.9
* Version: 0.8.8.10
* 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.8.8.9';
var $version = '0.8.8.10';

/**
* construct
Expand Down
111 changes: 50 additions & 61 deletions assets/css/acfe-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,16 @@
overflow: hidden
}

body:not(.acf-admin-single-field-group) .acf-fields>.acf-tab-wrap .acf-tab-group li a {
background: #f1f1f1;
border-color: #ccd0d4
}

body:not(.acf-admin-single-field-group) .acf-fields>.acf-tab-wrap .acf-tab-group li a:hover {
background: #fff
}

body:not(.acf-admin-single-field-group) .acf-fields>.acf-tab-wrap .acf-tab-group li.active a {
background: #fff
}

body:not(.acf-admin-single-field-group) .acf-fields>.acf-tab-wrap:first-child .acf-tab-group {
border-top: none
}

body:not(.acf-admin-single-field-group) .acf-tooltip {
font-size: 13px
}

@media only screen and (max-width:1300px) {
.acf-admin-toolbar i.acf-icon {
display: none !important
}
}

code,
kbd,
pre,
Expand Down Expand Up @@ -1021,47 +1010,47 @@ body.is-dragging-metaboxes #acf_after_title-sortables {
border-bottom: 0
}

.acf-field .select2-container.-acf .select2-selection--single {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single {
border-radius: 3px;
height: 30px;
outline: 0
}

.acf-field .select2-container.-acf .select2-selection--single .select2-selection__rendered {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__rendered {
font-size: 14px;
height: 28px;
line-height: 27px;
padding-right: 23px
}

.acf-field .select2-container.-acf .select2-selection--single .select2-selection__clear {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__clear {
line-height: 26px;
height: 28px;
font-size: 16px;
margin-right: 0
}

.acf-field .select2-container.-acf .select2-selection--single button.select2-selection__clear {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single button.select2-selection__clear {
position: absolute;
right: 24px;
padding: 0
}

.acf-field .select2-container.-acf .select2-selection--single button.select2-selection__clear span {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single button.select2-selection__clear span {
line-height: 26px;
height: 28px;
display: inline-block
}

.acf-field .select2-container.-acf .select2-selection--single .select2-selection__placeholder {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__placeholder {
color: #444
}

.acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow {
height: 28px
}

.acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow b {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow b {
background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat;
background-size: 16px 16px;
border: 0;
Expand All @@ -1071,65 +1060,65 @@ body.is-dragging-metaboxes #acf_after_title-sortables {
margin-top: -7px
}

.acf-field .select2-container.-acf.select2-container--open .select2-selection--single,
.acf-field .select2-container.-acf:focus .select2-selection--single {
body:not(.acf-admin-6) .acf-field .select2-container.-acf.select2-container--open .select2-selection--single,
body:not(.acf-admin-6) .acf-field .select2-container.-acf:focus .select2-selection--single {
border-color: #007cba;
color: #016087;
-webkit-box-shadow: 0 0 0 1px #007cba;
box-shadow: 0 0 0 1px #007cba
}

.select2-container .select2-dropdown {
body:not(.acf-admin-6) .select2-container .select2-dropdown {
margin-top: 0;
border-color: #aaa !important
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
body:not(.acf-admin-6) .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
min-height: 30px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 2px
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
body:not(.acf-admin-6) .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
color: #777
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-moz-placeholder {
body:not(.acf-admin-6) .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-moz-placeholder {
color: #777
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
body:not(.acf-admin-6) .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
color: #777
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
body:not(.acf-admin-6) .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
color: #777
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
body:not(.acf-admin-6) .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
color: #777
}

.select2-container .select2-dropdown .select2-results__option {
body:not(.acf-admin-6) .select2-container .select2-dropdown .select2-results__option {
margin-bottom: 0
}

.acf-field .select2-container.-acf .select2-selection--multiple {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple {
min-height: 30px;
line-height: 1;
border-radius: 3px;
padding: 0
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
padding: 0 2px;
display: inline-block;
margin: 0
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
margin-right: 2px;
margin-top: 2px;
line-height: 1.6;
Expand All @@ -1141,11 +1130,11 @@ body.is-dragging-metaboxes #acf_after_title-sortables {
padding: 0 5px
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
padding: 0
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
float: right;
margin-left: 3px;
margin-right: 0;
Expand All @@ -1158,11 +1147,11 @@ body.is-dragging-metaboxes #acf_after_title-sortables {
margin-top: 0
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
background: 0 0
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__clear {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__clear {
margin-top: 0;
margin-right: 6px;
font-size: 16px;
Expand All @@ -1172,53 +1161,53 @@ body.is-dragging-metaboxes #acf_after_title-sortables {
position: relative
}

.acf-field .select2-container.-acf .select2-selection--multiple button.select2-selection__clear {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple button.select2-selection__clear {
float: right
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline {
float: left;
width: auto
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field {
margin-top: 4px;
font-size: 14px;
padding-left: 2px;
margin-left: 0
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
color: #444
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
color: #444
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
color: #444
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
color: #444
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
color: #444
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child:last-child .select2-search__field {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child:last-child .select2-search__field {
padding-left: 6px
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered+.select2-search--inline {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered+.select2-search--inline {
float: none;
display: inline-block;
vertical-align: top
}

.acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered+.select2-search--inline .select2-search__field {
body:not(.acf-admin-6) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered+.select2-search--inline .select2-search__field {
height: 22px;
line-height: 1.4;
padding-left: 0;
Expand All @@ -1227,32 +1216,32 @@ body.is-dragging-metaboxes #acf_after_title-sortables {
margin-top: 4px !important
}

.acf-field .select2-container.-acf.select2-container--focus .select2-selection--multiple,
.acf-field .select2-container.-acf.select2-container--open .select2-selection--multiple {
body:not(.acf-admin-6) .acf-field .select2-container.-acf.select2-container--focus .select2-selection--multiple,
body:not(.acf-admin-6) .acf-field .select2-container.-acf.select2-container--open .select2-selection--multiple {
border-color: #7e8993
}

.select2-selection__choice>code,
.select2-selection__rendered>code {
body:not(.acf-admin-6) .select2-selection__choice>code,
body:not(.acf-admin-6) .select2-selection__rendered>code {
font-size: 12px;
padding: 3px;
vertical-align: 1px;
line-height: 12px
}

.select2-results__option>code {
body:not(.acf-admin-6) .select2-results__option>code {
font-size: 12px
}

.acf-input-wrap .acf-is-prepended+.select2>.selection>.select2-selection {
body:not(.acf-admin-6) .acf-input-wrap .acf-is-prepended+.select2>.selection>.select2-selection {
border-radius: 0 3px 3px 0 !important
}

.acf-input-wrap .acf-is-appended+.select2>.selection>.select2-selection {
body:not(.acf-admin-6) .acf-input-wrap .acf-is-appended+.select2>.selection>.select2-selection {
border-radius: 3px 0 0 3px !important
}

.acf-input-wrap .acf-is-prepended.acf-is-appended+.select2>.selection>.select2-selection {
body:not(.acf-admin-6) .acf-input-wrap .acf-is-prepended.acf-is-appended+.select2>.selection>.select2-selection {
border-radius: 0 !important
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/acfe-admin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit e6508c6

Please sign in to comment.