Skip to content

Commit df18c11

Browse files
committed
Version 2.1.2: New release
1 parent 1eb310e commit df18c11

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed

build/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Jotform Shopping Cart",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Create an online store and embed it in your site.",
55
"category": "embed",
66
"attributes": {

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-primitives'), 'version' => 'c1f29fff3560e928875e');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-primitives'), 'version' => '4d313ca2b4587cb51e20');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jotform-wordpress-store-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Create an online store and embed it in your site.
55
* Requires at least: 5.8
66
* Requires PHP: 7.4
7-
* Version: 2.1.1
7+
* Version: 2.1.2
88
* Author: Jotform
99
* Author URI: https://www.jotform.com
1010
* License: GNU General Public License v3

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": "jotform-wordpress-store-plugin",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Create an online store and embed it in your site.",
55
"author": "Jotform",
66
"license": "GNU General Public License v3",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: block, e-commerce, online store, sell, product catalog, shopp
55
Requires at least: 5.8
66
Requires PHP: 7.4
77
Tested up to: 6.7
8-
Stable tag: 2.1.1
8+
Stable tag: 2.1.2
99
License: GNU General Public License v3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -69,6 +69,10 @@ Other plugins of Jotform allow you to embed your forms to websites. However, wit
6969

7070
== Changelog ==
7171

72+
= 2.1.2 =
73+
* fix: prevent the modal from closing on outside clicks
74+
* docs: update description
75+
7276
= 2.1.1 =
7377
* update dependency versions
7478

src/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Jotform Shopping Cart",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Create an online store and embed it in your site.",
55
"category": "embed",
66
"attributes": {

0 commit comments

Comments
 (0)