Skip to content

Commit 0a9c097

Browse files
committed
v5.11.1
Release of 5.11.1 Signed-off-by: Kolja Nolte <kolja.nolte@gmail.com>
1 parent 511a713 commit 0a9c097

File tree

119 files changed

+69835
-41373
lines changed

Some content is hidden

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

119 files changed

+69835
-41373
lines changed

acf.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Advanced Custom Fields PRO
44
Plugin URI: https://www.advancedcustomfields.com
55
Description: Customize WordPress with powerful, professional and intuitive fields.
6-
Version: 5.10.2
6+
Version: 5.11.1
77
Author: Delicious Brains
88
Author URI: https://www.advancedcustomfields.com
99
Text Domain: acf
@@ -19,7 +19,7 @@
1919
class ACF {
2020

2121
/** @var string The plugin version number. */
22-
var $version = '5.10.2';
22+
var $version = '5.11.1';
2323

2424
/** @var array The plugin settings array. */
2525
var $settings = array();
@@ -97,6 +97,9 @@ function initialize() {
9797
'select2_version' => 4,
9898
'row_index_offset' => 1,
9999
'remove_wp_meta_box' => true,
100+
'rest_api_enabled' => true,
101+
'rest_api_format' => 'light',
102+
'rest_api_embed_links' => true,
100103
);
101104

102105
// Include utility functions.
@@ -142,6 +145,7 @@ function initialize() {
142145
acf_include( 'includes/updates.php' );
143146
acf_include( 'includes/upgrades.php' );
144147
acf_include( 'includes/validation.php' );
148+
acf_include( 'includes/rest-api.php' );
145149

146150
// Include ajax.
147151
acf_include( 'includes/ajax/class-acf-ajax.php' );

assets/build/css/acf-dark.css

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

assets/build/css/acf-dark.css.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/******/ (function() { // webpackBootstrap
2+
/******/ "use strict";
3+
/******/
4+
/******/
5+
/******/ })()
6+
;

assets/build/css/acf-dark.css.map

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

assets/build/css/acf-dark.min.css

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/css/acf-field-group.css

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/******/ (function() { // webpackBootstrap
2+
/******/ "use strict";
3+
/******/
4+
/******/
5+
/******/ })()
6+
;

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

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

0 commit comments

Comments
 (0)