Skip to content

Commit

Permalink
Deploying version 6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lgladdy committed Jun 27, 2023
1 parent fd6fbd0 commit 48ba60e
Show file tree
Hide file tree
Showing 153 changed files with 11,951 additions and 4,944 deletions.
6 changes: 3 additions & 3 deletions acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Advanced Custom Fields
* Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.1.6
* Version: 6.1.7
* Author: WP Engine
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
* Text Domain: acf
Expand All @@ -33,7 +33,7 @@ class ACF {
*
* @var string
*/
public $version = '6.1.6';
public $version = '6.1.7';

/**
* The plugin settings array.
Expand Down Expand Up @@ -269,8 +269,8 @@ public function init() {

// Add post types and taxonomies.
if ( acf_get_setting( 'enable_post_types' ) ) {
acf_include( 'includes/post-types/class-acf-post-type.php' );
acf_include( 'includes/post-types/class-acf-taxonomy.php' );
acf_include( 'includes/post-types/class-acf-post-type.php' );
}

// Include fields.
Expand Down
6 changes: 0 additions & 6 deletions assets/build/css/acf-dark.css.js

This file was deleted.

56 changes: 53 additions & 3 deletions 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: 0 additions & 6 deletions assets/build/css/acf-field-group.css.js

This file was deleted.

2 changes: 1 addition & 1 deletion assets/build/css/acf-field-group.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 48ba60e

Please sign in to comment.