Skip to content

Commit cc2275a

Browse files
committed
Deploying version 6.0.3
1 parent be5a4d6 commit cc2275a

File tree

149 files changed

+1006
-113823
lines changed

Some content is hidden

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

149 files changed

+1006
-113823
lines changed

acf.php

Lines changed: 3 additions & 2 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.0.2
12+
* Version: 6.0.3
1313
* Author: WP Engine
1414
* Author URI: https://www.advancedcustomfields.com
1515
* Text Domain: acf
@@ -32,7 +32,7 @@ class ACF {
3232
*
3333
* @var string
3434
*/
35-
public $version = '6.0.2';
35+
public $version = '6.0.3';
3636

3737
/**
3838
* The plugin settings array.
@@ -122,6 +122,7 @@ public function initialize() {
122122
'rest_api_format' => 'light',
123123
'rest_api_embed_links' => true,
124124
'preload_blocks' => true,
125+
'enable_shortcode' => true,
125126
);
126127

127128
// Include utility functions.

0 commit comments

Comments
 (0)