Compare commits
5 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
edf1bac99d | |
|
|
d6a46976ef | |
|
|
fca2af463e | |
|
|
28183c4288 | |
|
|
b52f0cd3ba |
4
acf.php
4
acf.php
|
|
@ -9,7 +9,7 @@
|
|||
* Plugin Name: Advanced Custom Fields PRO
|
||||
* Plugin URI: https://www.advancedcustomfields.com
|
||||
* Description: Customize WordPress with powerful, professional and intuitive fields.
|
||||
* Version: 6.6.0
|
||||
* Version: 6.7.0.2
|
||||
* Author: WP Engine
|
||||
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
|
||||
* Update URI: https://www.advancedcustomfields.com/pro
|
||||
|
|
@ -45,7 +45,7 @@ if ( ! class_exists( 'ACF' ) ) {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $version = '6.6.0';
|
||||
public $version = '6.7.0.2';
|
||||
|
||||
/**
|
||||
* The plugin settings array.
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
[data-acf-inline-contenteditable="1"][contenteditable=true]:empty::before{content:attr(data-acf-placeholder);opacity:.62}[data-acf-inline-contenteditable="1"][contenteditable=true]:empty{border:1px dashed rgba(255,0,0,0)}[data-acf-inline-fields-uid]:hover,[data-acf-inline-contenteditable]:hover{outline:2px solid var(--wp-admin-theme-color);outline-offset:2px}.acf-block-has-validation-error{border:2px solid #d94f4f}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1296,8 +1296,19 @@ function acf_get_grouped_posts( $args ) {
|
|||
|
||||
// find array of post_type
|
||||
$post_types = acf_get_array( $args['post_type'] );
|
||||
$post_types_labels = acf_get_pretty_post_types( $post_types );
|
||||
$is_single_post_type = ( count( $post_types ) == 1 );
|
||||
$is_single_post_type = ( count( $post_types ) === 1 );
|
||||
|
||||
// WordPress 6.8+ sorts post_type arrays for cache key generation
|
||||
// We need to use the same sorted order when processing results
|
||||
if (
|
||||
! $is_single_post_type &&
|
||||
$args['posts_per_page'] !== -1 &&
|
||||
version_compare( get_bloginfo( 'version' ), '6.8', '>=' )
|
||||
) {
|
||||
sort( $post_types );
|
||||
}
|
||||
|
||||
$post_types_labels = acf_get_pretty_post_types( $post_types );
|
||||
|
||||
// attachment doesn't work if it is the only item in an array
|
||||
if ( $is_single_post_type ) {
|
||||
|
|
|
|||
|
|
@ -153,13 +153,14 @@ if ( ! class_exists( 'acf_field_google_map' ) ) :
|
|||
|
||||
<div class="title">
|
||||
|
||||
<input class="search" type="text" placeholder="<?php esc_attr_e( 'Search for address...', 'acf' ); ?>" value="<?php echo esc_attr( $search ); ?>" />
|
||||
|
||||
<div class="acf-actions -hover">
|
||||
<a href="#" data-name="search" class="acf-icon -search grey" title="<?php esc_attr_e( 'Search', 'acf' ); ?>"></a>
|
||||
<a href="#" data-name="clear" class="acf-icon -cancel grey" title="<?php esc_attr_e( 'Clear location', 'acf' ); ?>"></a>
|
||||
<a href="#" data-name="locate" class="acf-icon -location grey" title="<?php esc_attr_e( 'Find current location', 'acf' ); ?>"></a>
|
||||
<button type="button" data-name="search" class="acf-icon -search grey" aria-label="<?php esc_attr_e( 'Search', 'acf' ); ?>"></button>
|
||||
<button type="button" data-name="clear" class="acf-icon -cancel grey" aria-label="<?php esc_attr_e( 'Clear location', 'acf' ); ?>"></button>
|
||||
<button type="button" data-name="locate" class="acf-icon -location grey" aria-label="<?php esc_attr_e( 'Find current location', 'acf' ); ?>"></button>
|
||||
</div>
|
||||
|
||||
<input class="search" type="text" placeholder="<?php esc_attr_e( 'Search for address...', 'acf' ); ?>" value="<?php echo esc_attr( $search ); ?>" />
|
||||
<i class="acf-loading"></i>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
BIN
lang/acf-ar.mo
BIN
lang/acf-ar.mo
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: bg_BG\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
BIN
lang/acf-ca.mo
BIN
lang/acf-ca.mo
Binary file not shown.
4111
lang/acf-ca.po
4111
lang/acf-ca.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
4113
lang/acf-cs_CZ.po
4113
lang/acf-cs_CZ.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
4115
lang/acf-da_DK.po
4115
lang/acf-da_DK.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: de_CH\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
4131
lang/acf-de_DE.po
4131
lang/acf-de_DE.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
BIN
lang/acf-el.mo
BIN
lang/acf-el.mo
Binary file not shown.
4115
lang/acf-el.po
4115
lang/acf-el.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
4111
lang/acf-en_GB.po
4111
lang/acf-en_GB.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
4133
lang/acf-es_CL.po
4133
lang/acf-es_CL.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
4123
lang/acf-es_ES.po
4123
lang/acf-es_ES.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
5103
lang/acf-es_MX.po
5103
lang/acf-es_MX.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
4113
lang/acf-fa_AF.po
4113
lang/acf-fa_AF.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
4111
lang/acf-fa_IR.po
4111
lang/acf-fa_IR.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
BIN
lang/acf-fi.mo
BIN
lang/acf-fi.mo
Binary file not shown.
4113
lang/acf-fi.po
4113
lang/acf-fi.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
4111
lang/acf-fr_FR.po
4111
lang/acf-fr_FR.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
4115
lang/acf-gl_ES.po
4115
lang/acf-gl_ES.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
BIN
lang/acf-gu.mo
BIN
lang/acf-gu.mo
Binary file not shown.
4114
lang/acf-gu.po
4114
lang/acf-gu.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: he_IL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
BIN
lang/acf-hr.mo
BIN
lang/acf-hr.mo
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: hu_HU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-10-06T21:27:19+00:00\n"
|
||||
"PO-Revision-Date: 2025-12-11T18:22:21+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: id_ID\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
4124
lang/acf-it_IT.po
4124
lang/acf-it_IT.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
BIN
lang/acf-ja.mo
BIN
lang/acf-ja.mo
Binary file not shown.
4117
lang/acf-ja.po
4117
lang/acf-ja.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
4139
lang/acf-ko_KR.po
4139
lang/acf-ko_KR.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue