Skip to content

Commit 4bc79c8

Browse files
committed
Deploying version 6.2.7
1 parent 6977d23 commit 4bc79c8

File tree

259 files changed

+24378
-13484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+24378
-13484
lines changed

acf.php

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Advanced Custom Fields
1010
* Plugin URI: https://www.advancedcustomfields.com
1111
* Description: Customize WordPress with powerful, professional and intuitive fields.
12-
* Version: 6.2.6.1
12+
* Version: 6.2.7
1313
* Author: WP Engine
1414
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
1515
* Text Domain: acf
@@ -35,7 +35,7 @@ class ACF {
3535
*
3636
* @var string
3737
*/
38-
public $version = '6.2.6.1';
38+
public $version = '6.2.7';
3939

4040
/**
4141
* The plugin settings array.
@@ -63,8 +63,6 @@ class ACF {
6363
*
6464
* @date 23/06/12
6565
* @since 5.0.0
66-
*
67-
* @return void
6866
*/
6967
public function __construct() {
7068
// Do nothing.
@@ -75,8 +73,6 @@ public function __construct() {
7573
*
7674
* @date 28/09/13
7775
* @since 5.0.0
78-
*
79-
* @return void
8076
*/
8177
public function initialize() {
8278

@@ -243,8 +239,6 @@ public function initialize() {
243239
*
244240
* @date 28/09/13
245241
* @since 5.0.0
246-
*
247-
* @return void
248242
*/
249243
public function init() {
250244

@@ -401,8 +395,6 @@ public function init() {
401395
*
402396
* @date 22/10/2015
403397
* @since 5.3.2
404-
*
405-
* @return void
406398
*/
407399
public function register_post_types() {
408400
$cap = acf_get_setting( 'capability' );
@@ -481,8 +473,6 @@ public function register_post_types() {
481473
*
482474
* @date 22/10/2015
483475
* @since 5.3.2
484-
*
485-
* @return void
486476
*/
487477
public function register_post_status() {
488478

assets/build/js/acf-field-group.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-field-group.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-field-group.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-input.js

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-input.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-input.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-internal-post-type.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)