Skip to content

Commit

Permalink
Merge pull request #81 from Codeinwp/development
Browse files Browse the repository at this point in the history
Add BlockInserter
Google Maps Improvements
Link Component Improvements
Fix Sizing Control value type
  • Loading branch information
HardeepAsrani authored May 24, 2019
2 parents aeb6982 + 31b740b commit 2251c36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions otter-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gutenberg Blocks and Template Library by Otter
* Plugin URI: https://themeisle.com/plugins/otter-blocks
* 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.
* Version: 1.2.2
* Version: 1.2.3
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPL-2.0+
Expand All @@ -22,7 +22,7 @@
define( 'OTTER_BLOCKS_BASEFILE', __FILE__ );
define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) );
define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) );
define( 'OTTER_BLOCKS_VERSION', '1.2.2' );
define( 'OTTER_BLOCKS_VERSION', '1.2.3' );
define( 'OTTER_BLOCKS_DEV', false );

$vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otter-blocks",
"version": "1.2.2",
"version": "1.2.3",
"description": "Gutenberg Blocks and Template Library by Otter",
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Gutenberg Blocks and Template Library by Otter #
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani)
**Tags:** gutenberg, block, services block, pricing block, testimonials block, post grid block, google map block, font awesome block, sharing icons block, about author block, columns block, advanced columns, section, columds, row, layout
**Requires at least:** 4.9
**Tested up to:** 5.1
**Requires at least:** 5.0
**Tested up to:** 5.2
**Requires PHP:** 5.4
**Stable tag:** trunk
**License:** GPLv3
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Gutenberg Blocks and Template Library by Otter ===
Contributors: themeisle, hardeepasrani
Tags: gutenberg, block, services block, pricing block, testimonials block, post grid block, google map block, font awesome block, sharing icons block, about author block, columns block, advanced columns, section, columds, row, layout
Requires at least: 4.9
Tested up to: 5.1
Requires at least: 5.0
Tested up to: 5.2
Requires PHP: 5.4
Stable tag: trunk
License: GPLv3
Expand Down

0 comments on commit 2251c36

Please sign in to comment.