Skip to content

Commit

Permalink
Update Changelog for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blockerabot committed Jan 17, 2025
1 parent 0ea208c commit 7e91a9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 2 additions & 6 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
== Changelog ==

= 1.2.0 =

### Improvements
- Updated block sections to remove the "Powered by Blockera" icon from the bottom. Instead, an indicator was added at the top of the block to show whether it is in advanced mode, displayed only once per block. (Based on users feedback)
= 1.2.1 =

### Bug Fixes
- Ensured compatibility with the React.js rendering pipeline [[🔗 Bug](https://community.blockera.ai/bugs-mdhyb8nc/post/single-product-block-error-bXDiO88g7LsP0hV)].
- Fixed the block mode callback handler to improve functionality and reliability [[🔗 Bug](https://community.blockera.ai/bugs-mdhyb8nc/post/block-mode-switch-not-works-FsR1uwRuIcCakWp)].
- Fixed an issue causing compatibility errors with the Blocksy theme.

## More

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

## 1.0.2 (2025-01-17)

### Bug Fixes
- Fixed an issue causing compatibility errors with the Blocksy theme.

Expand Down
2 changes: 1 addition & 1 deletion packages/editor/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/editor",
"version": "1.0.1",
"version": "1.0.2",
"description": "Blockera Editor php package to implements WordPress block and site editor functionalities on admin and front-end.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/editor",
"version": "1.0.1",
"version": "1.0.2",
"description": "A editor package to includes high level components inside WordPress Block Editor.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down

0 comments on commit 7e91a9a

Please sign in to comment.