Skip to content

Commit

Permalink
Deploying version 5.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lgladdy committed Jul 20, 2021
1 parent 0c8704f commit 3ec8839
Show file tree
Hide file tree
Showing 9 changed files with 17,834 additions and 15,409 deletions.
5 changes: 3 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
Plugin URI: https://www.advancedcustomfields.com
Description: Customize WordPress with powerful, professional and intuitive fields.
Version: 5.9.8
Version: 5.9.9
Author: Delicious Brains
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.9.8';
var $version = '5.9.9';

/** @var array The plugin settings array. */
var $settings = array();
Expand Down Expand Up @@ -137,6 +137,7 @@ function initialize() {
acf_include('includes/loop.php');
acf_include('includes/media.php');
acf_include('includes/revisions.php');
acf_include('includes/updates.php');
acf_include('includes/upgrades.php');
acf_include('includes/validation.php');

Expand Down
Loading

0 comments on commit 3ec8839

Please sign in to comment.