Skip to content

Commit

Permalink
Merge pull request #17 from KevinBatdorf/release/1.2.4
Browse files Browse the repository at this point in the history
Release 1.2.4
  • Loading branch information
KevinBatdorf authored Aug 30, 2022
2 parents 4976ddf + c7f2c91 commit 3ce113a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code-block-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Code highlighting powered by the VS Code engine
* Requires at least: 6.0
* Requires PHP: 7.0
* Version: 1.2.3
* Version: 1.2.4
* Author: Kevin Batdorf
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: kbat82
Tags: block, code, syntax, highlighting, snippet
Tested up to: 6.0
Stable tag: 1.2.3
Stable tag: 1.2.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -220,6 +220,9 @@ add_action('wp_enqueue_scripts', function() {

== Changelog ==

= 1.2.4 - 2022-08-30 =
- Fix: Limit alignments to wide and full only.

= 1.2.3 - 2022-08-29 =
- Fix: Force left text alignment in the editor
- Tweak: Set WP default alignment to "none"
Expand Down
2 changes: 1 addition & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"supports": {
"html": false,
"align": true
"align": ["full", "wide"]
},
"textdomain": "code-block-pro",
"editorScript": "file:./index.js",
Expand Down

0 comments on commit 3ce113a

Please sign in to comment.