Skip to content

Commit

Permalink
v5.11.1
Browse files Browse the repository at this point in the history
Release of 5.11.1

Signed-off-by: Kolja Nolte <kolja.nolte@gmail.com>
  • Loading branch information
thaikolja committed Nov 23, 2021
1 parent 511a713 commit 0a9c097
Show file tree
Hide file tree
Showing 119 changed files with 69,835 additions and 41,373 deletions.
8 changes: 6 additions & 2 deletions acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Advanced Custom Fields PRO
Plugin URI: https://www.advancedcustomfields.com
Description: Customize WordPress with powerful, professional and intuitive fields.
Version: 5.10.2
Version: 5.11.1
Author: Delicious Brains
Author URI: https://www.advancedcustomfields.com
Text Domain: acf
Expand All @@ -19,7 +19,7 @@
class ACF {

/** @var string The plugin version number. */
var $version = '5.10.2';
var $version = '5.11.1';

/** @var array The plugin settings array. */
var $settings = array();
Expand Down Expand Up @@ -97,6 +97,9 @@ function initialize() {
'select2_version' => 4,
'row_index_offset' => 1,
'remove_wp_meta_box' => true,
'rest_api_enabled' => true,
'rest_api_format' => 'light',
'rest_api_embed_links' => true,
);

// Include utility functions.
Expand Down Expand Up @@ -142,6 +145,7 @@ function initialize() {
acf_include( 'includes/updates.php' );
acf_include( 'includes/upgrades.php' );
acf_include( 'includes/validation.php' );
acf_include( 'includes/rest-api.php' );

// Include ajax.
acf_include( 'includes/ajax/class-acf-ajax.php' );
Expand Down
7 changes: 6 additions & 1 deletion assets/build/css/acf-dark.css

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

6 changes: 6 additions & 0 deletions assets/build/css/acf-dark.css.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/
/******/
/******/ })()
;
1 change: 1 addition & 0 deletions assets/build/css/acf-dark.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/build/css/acf-dark.min.css

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

7 changes: 6 additions & 1 deletion assets/build/css/acf-field-group.css

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

6 changes: 6 additions & 0 deletions assets/build/css/acf-field-group.css.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/
/******/
/******/ })()
;
1 change: 1 addition & 0 deletions assets/build/css/acf-field-group.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0a9c097

Please sign in to comment.