Skip to content

Commit

Permalink
Update Changelog for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blockerabot committed Dec 21, 2024
1 parent b7f567e commit 11b95c4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
11 changes: 5 additions & 6 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
== Changelog ==

= 1.0.1 =
= 1.1.0 =

### Improvements
- Updated the plugin name.
- Updated the contributors list.
- Updated the readme file.
- Updated the plugin description.
### Bug Fixes
- Fixed WooCommerce E2E tests for checking WooCommerce blocks support.
- Fixed the current identifier of the Blockera admin page menu in the WordPress dashboard.
- Resolved compatibility issues with PHP 7.4.

## More

Expand Down
2 changes: 2 additions & 0 deletions packages/blockera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.0.2 (2024-12-21)

### Bug Fixes

- Fixed WooCommerce E2E tests for checking WooCommerce blocks support.
Expand Down
2 changes: 1 addition & 1 deletion packages/blockera/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/blockera",
"version": "1.0.1",
"version": "1.0.2",
"description": "The bootstrapper for blockera php application for WordPress in admin and front-end sides.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blockera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/blockera",
"version": "1.0.1",
"version": "1.0.2",
"description": "The bootstrapper for blockera react application for WordPress site and block editors.",
"author": "The Blockera Core Contributors",
"license": "ISC",
Expand Down
2 changes: 2 additions & 0 deletions packages/wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.0.1 (2024-12-21)

### Bug Fixes
- Fixed the current identifier of the Blockera admin page menu in the WordPress dashboard.
- Resolved compatibility issues with PHP 7.4.
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/wordpress",
"version": "1.0.0",
"version": "1.0.1",
"description": "The utilities for blockera on WordPress CMS.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/wordpress",
"version": "1.0.0",
"version": "1.0.1",
"description": "The utilities for blockera on WordPress CMS.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down

0 comments on commit 11b95c4

Please sign in to comment.