Skip to content

Commit

Permalink
v1.0.6: Version bump and change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Oct 7, 2024
1 parent 1eed3c0 commit 4d427dd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ ddev delete project-name -O -y && cd ../ && rm -rf project-name

## Changelog

### v1.0.6
* Added 2 new breakpoints: `wp-cols` and `mobile-menu`.
* Added Full Site Editor style support.
* Added Button Icon support for the Post Excerpt block.
* Added Default templates for Archive and Singular posts.
* Fixed duplicate admin notice.
* Fixed a deployment issue where a package was missing.
* Automated the WordPress color palette from the Tailwind config.
* Reorganized some of the source files.
* Updated Dependencies
* Other minor bug fixes, corrections, and code comments.

### v1.0.5
* Fixed issue where WordPress was not installing correctly.
* Fixed issue where Viget WP Composer installation was not working.
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"name": "viget/wordpress-site-starter",
"version": "1.0.5",
"version": "1.0.6",
"source": {
"url": "/root/path/not/relative/path/to/wordpress-site-starter/.git",
"type": "git",
Expand Down
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.2
* Version: 1.0.3
* 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.2';
const ACFBT_VERSION = '1.0.3';

// Plugin path.
define( 'ACFBT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
4 changes: 2 additions & 2 deletions wp-content/plugins/acf-blocks-toolkit/package-lock.json

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

2 changes: 1 addition & 1 deletion wp-content/plugins/acf-blocks-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acf-blocks-toolkit",
"version": "1.0.2",
"version": "1.0.3",
"description": "ACF Block support and button icons.",
"author": "Viget",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 4d427dd

Please sign in to comment.