Skip to content

Commit 0efc2df

Browse files
committed
chore: bump version to 1.1.2
1 parent 1d73eb7 commit 0efc2df

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A collection of rich text formats for the WordPress block editor with interactiv
2424

2525
### Manual
2626

27-
1. [Download](https://github.com/lubusIN/blablablocks-formats/archive/refs/tags/v1.1.1.zip) latest release from GitHub
27+
1. [Download](https://github.com/lubusIN/blablablocks-formats/archive/refs/tags/v1.1.2.zip) latest release from GitHub
2828
2. Visit `Plugins > Add New`
2929
3. Upload the `blablablocks-formats.zip` file
3030
4. Activate `BlaBlaBlocks Formats` from the plugins page

blablablocks-formats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Plugin Name: BlaBlaBlocks Formats
55
* Description: Rich text formats from BlaBlaBlocks.
6-
* Version: 1.1.1
6+
* Version: 1.1.2
77
* Requires at least: 6.6
88
* Requires PHP: 7.4
99
* Author: Lubus

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blablablocks-formats",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Rich Text formats from BlaBlaBlocks",
55
"author": "Lubus",
66
"license": "MIT",

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: lubus, ajitbohra, punitv342, nagpai
33
Tags: rich text format, gutenberg, highlight, tooltip, text effects
44
Requires at least: 6.6
5-
Tested up to: 6.8
5+
Tested up to: 6.9
66
Requires PHP: 7.4
7-
Stable tag: 1.1.1
7+
Stable tag: 1.1.2
88
License: MIT
99
License URI: https://www.gnu.org/licenses/MIT
1010

@@ -123,6 +123,10 @@ Yes! BlaBlaBlocks Formats is MIT-licensed and open for contributions.
123123

124124
== Changelog ==
125125

126+
= 1.1.2 =
127+
* Bump plugin version to 1.1.2
128+
* Update "Tested up to" to 6.9
129+
126130
= 1.1.1 =
127131
* Fixed unnecessary backend scripts (React, Redux, etc.) from loading on the frontend when applying formats.
128132

0 commit comments

Comments
 (0)