Skip to content

Commit

Permalink
Deploying version 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lgladdy committed Jun 24, 2024
1 parent 1ef8b96 commit fa72b30
Show file tree
Hide file tree
Showing 208 changed files with 15,261 additions and 14,477 deletions.
4 changes: 2 additions & 2 deletions acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Advanced Custom Fields
* Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.3.1
* Version: 6.3.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
* Text Domain: acf
Expand All @@ -35,7 +35,7 @@ class ACF {
*
* @var string
*/
public $version = '6.3.1';
public $version = '6.3.2';

/**
* The plugin settings array.
Expand Down
2 changes: 2 additions & 0 deletions assets/build/css/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/build/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
24 changes: 11 additions & 13 deletions assets/build/js/acf-field-group.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/build/js/acf-field-group.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/build/js/acf-field-group.min.js

Large diffs are not rendered by default.

30 changes: 12 additions & 18 deletions assets/build/js/acf-input.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/build/js/acf-input.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/build/js/acf-input.min.js

Large diffs are not rendered by default.

23 changes: 9 additions & 14 deletions assets/build/js/acf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/build/js/acf.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/build/js/acf.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/build/js/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/images/field-states/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/images/field-type-icons/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/images/field-type-previews/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/images/icons/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/images/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/color-picker-alpha/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/datepicker/images/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/datepicker/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/select2/3/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/select2/4/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/select2/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions assets/inc/timepicker/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 2 additions & 0 deletions includes/Blocks/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.
2 changes: 1 addition & 1 deletion includes/acf-field-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ function acf_render_field_instructions( $field, $tooltip = false ) {
$instructions = acf_esc_html( $field['instructions'] );

if ( $tooltip ) {
printf( '<div class="acf-tip"><i tabindex="0" class="acf-icon acf-icon-help acf-js-tooltip" title="%s">?</i></div>', $instructions ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- escaped earlier in function.
printf( '<div class="acf-tip"><i tabindex="0" class="acf-icon acf-icon-help acf-js-tooltip" title="%s">?</i></div>', esc_attr( $instructions ) ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- escaped earlier in function.
} else {
printf( '<p class="description">%s</p>', $instructions ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- escaped earlier in function.
}
Expand Down
Loading

0 comments on commit fa72b30

Please sign in to comment.