Skip to content

Commit

Permalink
[#105] Added defaultLeft support
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Jun 13, 2024
1 parent 66d6e33 commit 7c15195
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 119 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.0
* Version: 1.0.1
* Requires at least: 5.7
* Requires PHP: 8.1
* Requires Plugins: advanced-custom-fields-pro
Expand All @@ -21,7 +21,7 @@
use Viget\ACFBlocksToolkit\Settings;

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

// Plugin path.
define( 'ACFBT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
64 changes: 42 additions & 22 deletions wp-content/plugins/acf-blocks-toolkit/assets/icons.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '51a36d532ad341289a38');
<?php return array('dependencies' => array(), 'version' => '5f2ddef1c2a1a8ed7045');
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('react', 'wp-block-editor', 'wp-components', 'wp-hooks', 'wp-i18n'), 'version' => '5d2f309ba1c2b62ab162');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-hooks', 'wp-i18n'), 'version' => '4adf2fbb0a5c99be8a2d');
2 changes: 1 addition & 1 deletion wp-content/plugins/acf-blocks-toolkit/build/index.js

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

Loading

0 comments on commit 7c15195

Please sign in to comment.