Skip to content

Commit d8e6510

Browse files
Merge pull request #85 from Codeinwp/development
Fix Internet Explorer incompatibility Add option to choose Marker color for Google Map block Refreshed "New Marker" UI for Google Map block
2 parents 3f6b8a5 + 70a51b3 commit d8e6510

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

otter-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gutenberg Blocks and Template Library by Otter
44
* Plugin URI: https://themeisle.com/plugins/otter-blocks
55
* Description: Create beautiful and attracting posts, pages, and landing pages with Gutenberg Blocks and Template Library by Otter. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages.
6-
* Version: 1.2.3
6+
* Version: 1.2.4
77
* Author: ThemeIsle
88
* Author URI: https://themeisle.com
99
* License: GPL-2.0+
@@ -22,7 +22,7 @@
2222
define( 'OTTER_BLOCKS_BASEFILE', __FILE__ );
2323
define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) );
2424
define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) );
25-
define( 'OTTER_BLOCKS_VERSION', '1.2.3' );
25+
define( 'OTTER_BLOCKS_VERSION', '1.2.4' );
2626
define( 'OTTER_BLOCKS_DEV', false );
2727

2828
$vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otter-blocks",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Gutenberg Blocks and Template Library by Otter",
55
"scripts": {
66
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",

0 commit comments

Comments
 (0)