Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Mar 15, 2017
2 parents bdd4957 + 7f3220f commit 6310e45
Show file tree
Hide file tree
Showing 158 changed files with 9,856 additions and 1,465 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ env:
- WP_VERSION=4.6 WP_MULTISITE=1
- WP_VERSION=4.5 WP_MULTISITE=0
- WP_VERSION=4.5 WP_MULTISITE=1
- WP_VERSION=4.4 WP_MULTISITE=0
- WP_VERSION=4.4 WP_MULTISITE=1

install:
- curl -s http://getcomposer.org/installer | php
Expand Down
57 changes: 52 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

**Contributors:** [pojo.me](https://profiles.wordpress.org/pojo.me), [KingYes](https://profiles.wordpress.org/KingYes), [ariel.k](https://profiles.wordpress.org/ariel.k), [jzaltzberg](https://profiles.wordpress.org/jzaltzberg), [mati1000](https://profiles.wordpress.org/mati1000), [pojosh](https://profiles.wordpress.org/pojosh), [yehudah](https://profiles.wordpress.org/yehudah)
**Tags:** page builder, editor, elementor, 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
**Requires at least:** 4.5
**Tested up to:** 4.7
**Stable tag:** 1.2.3
**Stable tag:** 1.3.4
**License:** GPLv3
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -117,7 +117,7 @@ You can also add a new language via [translate.wordpress.org](https://translate.

### Minimum Requirements ###

* WordPress 4.4 or greater
* WordPress 4.5 or greater
* PHP version 5.4 or greater
* MySQL version 5.0 or greater

Expand Down Expand Up @@ -163,18 +163,65 @@ Yeah! Elementor enables to seamlessly build RTL pages as well as other translate

**My site is working with WordPress 2.6, will Elementor work for me?**

No. Elementor supports WordPress 4.4 or greater, and is compatible with PHP 5.4 or greater. We recommend your host supports PHP version 5.6 or greater and MySQL version 5.6 or greater.
No. Elementor supports WordPress 4.5 or greater, and is compatible with PHP 5.4 or greater. We recommend your host supports PHP version 5.6 or greater and MySQL version 5.6 or greater.

## Screenshots ##

1. **Drag & Drop.** Our instant drag & drop lets you easily place every element anywhere on the page.
2. **Resize Columns.** Set the column width exactly how you want it by dragging its corner left and right.
2. **Visual Resize Control.** Customize the various elements of the page. Resizing images, changing column sizes and much more.
3. **Truly Live Edit.** Changes on the page are displayed in realtime. No need to press update or preview.
4. **Template Library.** Save your pages or sections as templates, so you can easily reuse them again, or choose one of our beautiful pre-designed templates.
5. **Responsive Design.** Create custom settings for desktop, tablet & mobile by switching between devices.
6. **Revision History.** Switch between earlier versions of your page design, so your design process is backed up, every step of the way.
7. **Shape Divider.** Choose from a wide array of shape dividers and separate your sections in endless ways, that until now were simply not possible.

## Changelog ##

### 1.3.4 - 14.03.2017 ###
* Tweak! - Added more hooks for handling styles & scripts ([Topic](https://wordpress.org/support/topic/is-there-way-to-remove-google-font-link/))
* Tweak! - Added Swiper library for future widgets
* Fix! - Added Revision History for all Elementor-enabled CPTs
* Fix! - Shapes for RTL direction
* Fix! - Issue with images not loading in some situations
* Fix! - Click on arrow icon in select field

### 1.3.3 - 08.03.2017 ###
* Fix! - Negative shape rotation in front-end ([#1438](https://github.com/pojome/elementor/issues/1438))
* Fix! - Error with anchor links with an invalid target ([Topic](https://wordpress.org/support/topic/popup-maker-not-working-on-elementor-1-3-2-pages/))
* Fix! - Alignment issue in Icon List widget

### 1.3.2 - 07.03.2017 ###
* Tweak! - Added Bring to Front option for shape divider
* Fix! - Normalize template data in some situations ([#1432](https://github.com/pojome/elementor/issues/1432))
* Fix! - Removed shapes handler JS from front-end
* Fix! - Added support for shapes on Edge browser ([#1427](https://github.com/pojome/elementor/issues/1427))
* Fix! - Shapes glitch on some screen width

### 1.3.1 - 07.03.2017 ###
* Fix! - Insert or embed template in the editor ([#1426](https://github.com/pojome/elementor/issues/1426), [#1425](https://github.com/pojome/elementor/issues/1425))
* Fix! - Imported templates were not saved correctly ([Topic](https://wordpress.org/support/topic/new-version-not-loading-2/))
* Fix! - Comparing default values for array or multiple controls

### 1.3.0 - 06.03.2017 ###
* New! - Added Shape Divider to sections
* New! - Added Lightbox for video widget ([#741](https://github.com/pojome/elementor/issues/741))
* New! - Added new social icons for Slideshare, Vkontakte & Tripadvisor
* New! - Print JS file just when is needed, by new method `Widget::get_script_depends()` ([Code Reference](https://github.com/pojome/elementor-hello-world/blob/5d37a45a9419ecb825e1706eb83689dfa0b252f8/widgets/hello-world.php#L34-L42))
* Tweak! - Improved Icon List widget by adding: line-up, divider and space between options ([#822](https://github.com/pojome/elementor/issues/822))
* Tweak! - Added box shadow control for Button widget ([#1357](https://github.com/pojome/elementor/issues/1357))
* Tweak! - Don't use `html_entity_decode` on json posted data (Improving JSON format for saving Data by deprecated `html_entity_decode`)
* Tweak! - Element-ID as anchor has no smooth scroll - Added ability to pass element id to selectors ([#1333](https://github.com/pojome/elementor/issues/1333))
* Fix! - Added margin top property in `.elementor-inner` class for better handling with fixed headers

### 1.2.4 - 28.02.2017 ###
* Tweak! - Improved embed google fonts in the front-end
* Tweak! - Added selector in Button widget to override custom style in some themes ([#1285](https://github.com/pojome/elementor/issues/1285))
* Tweak! - Load unminified color-picker.js file when `SCRIPT_DEBUG` is `true` ([#1364](https://github.com/pojome/elementor/issues/1364))
* Fix! - Bug when dragging a column from a single-column section to another section ([#1346](https://github.com/pojome/elementor/issues/1346))
* Fix! - Reduced padding for Progress Bar widget in mobile ([#1358](https://github.com/pojome/elementor/issues/1358))
* Fix! - Descriptor field style in the repeater field
* Fix! - Alt key for some keyboard input sources ([#1328](https://github.com/pojome/elementor/issues/1328))

### 1.2.3 - 14.02.2017 ###
* Fix! - Typography group data render ([Topic](https://wordpress.org/support/topic/erro-after-upgrading-to-version-1-2-2/))

Expand Down
9 changes: 6 additions & 3 deletions assets/css/admin-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/admin-rtl.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions assets/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions assets/css/editor-preview-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/editor-preview-rtl.min.css

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions assets/css/editor-preview.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/editor-preview.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 6310e45

Please sign in to comment.