Skip to content

Commit

Permalink
Bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Aug 8, 2016
1 parent 490a696 commit 1277b7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ No. Elementor supports WordPress 4.4 or greater, and is compatible with PHP 5.4
### 0.6.5 - 08.08.2016 ###
* Tweak! - Added border and box shadow controls for Image widget
* Tweak! - In new page don't create empty section
* Tweak! - Embed Roboto font from Google Fonts at editor mode
* Tweak! - Embed Roboto font from Google Fonts in editor mode
* Fixed! - Reset structure or remove column after resize

### 0.6.4 - 04.08.2016 ###
Expand Down
4 changes: 2 additions & 2 deletions elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
* Plugin URI: https://elementor.com/
* Author: Elementor.com
* Version: 0.6.4
* Version: 0.6.5
* Author URI: https://elementor.com/
*
* Text Domain: elementor
Expand All @@ -22,7 +22,7 @@

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

define( 'ELEMENTOR_VERSION', '0.6.4' );
define( 'ELEMENTOR_VERSION', '0.6.5' );

define( 'ELEMENTOR__FILE__', __FILE__ );
define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elementor",
"slug": "elementor",
"version": "0.6.4",
"version": "0.6.5",
"author": "Pojo Team",
"homepage": "http://pojo.me/",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: pojo.me, KingYes, ariel.k, jzaltzberg, yehudah
Tags: page builder, editor, builder, visual editor, front-end editor, design, drag and drop builder, front-end builder, landing page, page builder plugin, site builder, template builder, visual builder, website builder, wysiwyg
Requires at least: 4.4
Tested up to: 4.5
Stable tag: 0.6.4
Stable tag: 0.6.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -158,7 +158,7 @@ No. Elementor supports WordPress 4.4 or greater, and is compatible with PHP 5.4
= 0.6.5 - 08.08.2016 =
* Tweak! - Added border and box shadow controls for Image widget
* Tweak! - In new page don't create empty section
* Tweak! - Embed Roboto font from Google Fonts at editor mode
* Tweak! - Embed Roboto font from Google Fonts in editor mode
* Fixed! - Reset structure or remove column after resize

= 0.6.4 - 04.08.2016 =
Expand Down

0 comments on commit 1277b7a

Please sign in to comment.