Skip to content

Commit

Permalink
Merge branch 'release/5.8.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 24, 2019
2 parents fef3ac5 + 8661d0b commit 459c0ea
Show file tree
Hide file tree
Showing 37 changed files with 1,689 additions and 1,902 deletions.
5 changes: 2 additions & 3 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.8.4
Version: 5.8.7
Author: Elliot Condon
Author URI: https://www.advancedcustomfields.com
Text Domain: acf
Expand All @@ -17,7 +17,7 @@
class ACF {

/** @var string The plugin version number. */
var $version = '5.8.4';
var $version = '5.8.7';

/** @var array The plugin settings array. */
var $settings = array();
Expand Down Expand Up @@ -165,7 +165,6 @@ function initialize() {
acf_include('includes/admin/admin-notices.php');
acf_include('includes/admin/admin-tools.php');
acf_include('includes/admin/admin-upgrade.php');
acf_include('includes/admin/settings-info.php');
}

// Include PRO.
Expand Down
2 changes: 1 addition & 1 deletion assets/css/acf-field-group.css

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

2 changes: 1 addition & 1 deletion assets/css/acf-global.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/acf-input.css

Large diffs are not rendered by default.

Loading

0 comments on commit 459c0ea

Please sign in to comment.