Skip to content

Commit

Permalink
CFWD Feedback / Updates (#151)
Browse files Browse the repository at this point in the history
* [N/A] Added a few notes, typo fixes

* [N/A] Editor Style Updates

* [N/A] Add Post Excerpt Block Support

* [N/A] Fix duplicate admin notice, formatted theme.json

* [N/A] Automated color.js

* [#147] WP Cols & Mobile Menu Breakpoints

* [N/A] Move plop templates

* [#124] Demo Icon + Insert before other icons

* [N/A] ACF BT Package updates

* [N/A] Latest version of ACF Pro

* [N/A] Package updates

* [N/A] Restore CTA & Image/Text Patterns

* [N/A] Default Post Archive Template

* [N/A] Singular Post Template

* [N/A] Move Tailwind plugins folder
  • Loading branch information
bd-viget authored Oct 7, 2024
1 parent 94eb448 commit 1eed3c0
Show file tree
Hide file tree
Showing 216 changed files with 12,809 additions and 3,181 deletions.
4 changes: 2 additions & 2 deletions wp-content/plugins/acf-blocks-toolkit/acf-blocks-toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ACF Blocks Toolkit
* Plugin URI: https://viget.com
* Description: ACF Block Registration and Helper functions.
* Version: 1.0.1
* Version: 1.0.2
* Requires at least: 5.7
* Requires PHP: 8.1
* Requires Plugins: advanced-custom-fields-pro
Expand All @@ -22,7 +22,7 @@
use Viget\ACFBlocksToolkit\Settings;

// Plugin version.
const ACFBT_VERSION = '1.0.1';
const ACFBT_VERSION = '1.0.2';

// Plugin path.
define( 'ACFBT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '31dd407f2e05602363d1');
<?php return array('dependencies' => array(), 'version' => 'bb26d2215b1947f63677');
2 changes: 1 addition & 1 deletion wp-content/plugins/acf-blocks-toolkit/build/editor.css

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '3a17c5c5db4ea9010920');
<?php return array('dependencies' => array(), 'version' => '7b952eb55b478caa11e4');
2 changes: 1 addition & 1 deletion wp-content/plugins/acf-blocks-toolkit/build/style.css

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

Loading

0 comments on commit 1eed3c0

Please sign in to comment.