Skip to content

Commit

Permalink
Merge pull request #85 from liip/fix/wp-editor-dependency
Browse files Browse the repository at this point in the history
fix(): Update npm dependencies
  • Loading branch information
tschortsch committed Jul 29, 2021
2 parents 6f34e9c + f46cb07 commit 33e93a2
Show file tree
Hide file tree
Showing 8 changed files with 1,146 additions and 1,301 deletions.
2 changes: 1 addition & 1 deletion languages/wp-bootstrap-blocks-de_CH.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Bootstrap Blocks plugin.
msgid ""
msgstr ""
"Project-Id-Version: Bootstrap Blocks 3.3.1\n"
"Project-Id-Version: Bootstrap Blocks 3.3.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-"
"blocks\n"
"POT-Creation-Date: 2021-06-13T14:01:24+00:00\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/wp-bootstrap-blocks-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Bootstrap Blocks plugin.
msgid ""
msgstr ""
"Project-Id-Version: Bootstrap Blocks 3.3.1\n"
"Project-Id-Version: Bootstrap Blocks 3.3.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-"
"blocks\n"
"POT-Creation-Date: 2021-06-13T14:01:24+00:00\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/wp-bootstrap-blocks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPL2+.
msgid ""
msgstr ""
"Project-Id-Version: Bootstrap Blocks 3.3.1\n"
"Project-Id-Version: Bootstrap Blocks 3.3.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-blocks\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2,401 changes: 1,121 additions & 1,280 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-bootstrap-blocks",
"version": "3.3.1",
"version": "3.3.2",
"private": true,
"description": "Bootstrap Gutenberg Blocks for WordPress",
"author": "Liip AG",
Expand All @@ -18,22 +18,22 @@
"url": "https://github.com/liip/bootstrap-blocks-wordpress-plugin/issues"
},
"dependencies": {
"@wordpress/block-editor": "^6.1.8",
"@wordpress/blocks": "^9.1.4",
"@wordpress/components": "^14.1.5",
"@wordpress/compose": "^4.1.2",
"@wordpress/data": "^5.1.2",
"@wordpress/editor": "^10.1.11",
"@wordpress/element": "^3.1.1",
"@wordpress/hooks": "^3.1.1",
"@wordpress/i18n": "^4.1.1"
"@wordpress/block-editor": "^7.0.0",
"@wordpress/blocks": "^11.0.0",
"@wordpress/components": "^15.0.0",
"@wordpress/compose": "^5.0.0",
"@wordpress/data": "^6.0.0",
"@wordpress/editor": "^11.0.0",
"@wordpress/element": "^4.0.0",
"@wordpress/hooks": "^3.2.0",
"@wordpress/i18n": "^4.2.1"
},
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@wordpress/base-styles": "^3.5.4",
"@wordpress/env": "^4.0.5",
"@wordpress/scripts": "^16.1.4",
"cypress": "^7.6.0",
"@wordpress/base-styles": "^3.6.0",
"@wordpress/env": "^4.1.0",
"@wordpress/scripts": "^17.1.0",
"cypress": "^8.1.0",
"cypress-wp-test-utils": "^0.3.0",
"cypress-xpath": "^1.6.2",
"eslint-plugin-cypress": "^2.11.3",
Expand All @@ -49,7 +49,7 @@
"wp-env": "wp-env",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint": "npm run lint:pkg-json && npm run lint:css && npm run lint:js && npm run lint:md-docs && npm run lint:md-js",
"lint": "npm run lint:pkg-json && npm run lint:css && npm run lint:js && npm run lint:md-docs",
"lint:css": "wp-scripts lint-style 'src/**/*.scss'",
"lint:js": "wp-scripts lint-js",
"lint:js-fix": "wp-scripts lint-js --fix",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: gutenberg, blocks, bootstrap
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 3.3.1
Stable tag: 3.3.2
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -121,6 +121,10 @@ Please create a new GitHub issue and let us know: [https://github.com/liip/boots

== Changelog ==

= 3.3.2 =

* [FIX] Remove deprecated `wp-editor` dependency in newer versions of WordPress to avoid deprecation notice in widget screen (WordPress >= 5.8).

= 3.3.1 =

* [COMPATIBILITY] Tested up to WordPress 5.8.
Expand Down
2 changes: 1 addition & 1 deletion src/class-wp-bootstrap-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class WP_Bootstrap_Blocks {
*
* @var string
*/
public static $version = '3.3.1';
public static $version = '3.3.2';

/**
* The plugin token.
Expand Down
2 changes: 1 addition & 1 deletion wp-bootstrap-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Bootstrap Gutenberg Blocks for WordPress.
* Author: Liip AG
* Author URI: https://liip.ch
* Version: 3.3.1
* Version: 3.3.2
* License: GPL2+
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: wp-bootstrap-blocks
Expand Down

0 comments on commit 33e93a2

Please sign in to comment.