Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilupu committed May 25, 2017
1 parent a5ab066 commit d28fa60
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 78 deletions.
157 changes: 81 additions & 76 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,76 +1,81 @@
=== Gridable - The Missing Grid Content Editor ===
Contributors: pixelgrade, euthelup, babbardel, razvanonofrei
Tags: grid, preview, render, row, column, inline-edit
Requires at least: 4.6.1
Tested up to: 4.7.3
Stable tag: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Gridable — The Missing Grid Content Editor

== Description ==

Gridable is a witty solution for WordPress lovers who want to create flexible and reliable grids. Being smoothly integrated into the **WordPress's Editor** interface, our plugin becomes a suitable choice for everyone: from people with a technical background to those who are non-techy. It simplifies the entire process of building an extensive range of grids that fit perfectly into various environments.

Gridable allows you to create an adaptable and fully responsive grid in no time. Thanks to options such as row spacing top and bottom, row gutter and row background color everything comes in the right place without effort. Imagine playing around with bold approaches for different sections of your website through a grid system that puts convenience on top of the digital experience.

It has never been easier to create a dynamic grid with such ease and creative freedom.

##Complete control

You have a particular set of options that allow you to adjust the grid content editor to your unique brand's voice and personality. Mix and match colors, spacings, content with images, and make them yours.

## No coding required

Gridable is accessible for everyone who handles WordPress. Being so naturally integrated into the platform, every action is a very natural behavior and doesn't require any special skills.

## Continuous improvement

We invest a lot of time and energy into developing Gridable in a way that makes sense and brings real value to its users so that people make the most out of it.

== Installation ==

1. Activate the plugin through the 'Plugins' menu in WordPress
2. Edit a post, page or a custom post type
3. Enjoy the "Add Row" button

== Changelog ==

= 1.2.0 =
* Improved UI style as Gutenberg
* Rewrite the Column Resize feature which helped us fix a lot of bugs with the content "Copy/Paste" actions
* Added the ability to have 1 level of **Nested rows**
* Added Screenshots to wordpress.org
* Added a better Distraction-Free editor width

= 1.1.0 =
* Rewrite `gridable_sh_row_classes` and `gridable_sh_col_classes` into a more consistent way as `gridable_row_class` and `gridable_column_class`
* Limit the word selection to the column container
* Fix conflict with Yoast
* Fix the attributes default selection
* Make inline preview for bg_color attribute
* Small fixes


= 1.0.0 =
* Improved the inline grid UI
* We changed the grid system from 6 columns to 12 columns
* We added the [attributes system](https://github.com/pixelgrade/gridable/tree/dev#need-some-grid-attributes) which supports fields like text, checkbox, select and colorpicker
* Improved the row and column templates.
* Small fixes

= 0.5.0 =
* Improved the resize UI
* Added the `girdable_load_public_style` filter which allows you to disable the plugin public CSS style so you can add your own
* Fixed the conflicts with toolbars of links and galleries
* Small fixes

= 0.1.0 =
* Improved editing UX by keeping the cursor inside the column while pressing enter on empty lines
* Fixed PHP Fatal error when there is no other style appended
* Fixed the removal when there is a nested row
* Small fixes

= 0.0.1 =
* Plugin init
=== Gridable - The Missing Grid Content Editor ===
Contributors: pixelgrade, euthelup, babbardel, razvanonofrei
Tags: grid, preview, render, row, column, inline-edit
Requires at least: 4.6.1
Tested up to: 4.7.5
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Gridable — The Missing Grid Content Editor

== Description ==

Gridable is a witty solution for WordPress lovers who want to create flexible and reliable grids. Being smoothly integrated into the **WordPress's Editor** interface, our plugin becomes a suitable choice for everyone: from people with a technical background to those who are non-techy. It simplifies the entire process of building an extensive range of grids that fit perfectly into various environments.

Gridable allows you to create an adaptable and fully responsive grid in no time. Thanks to options such as row spacing top and bottom, row gutter and row background color everything comes in the right place without effort. Imagine playing around with bold approaches for different sections of your website through a grid system that puts convenience on top of the digital experience.

It has never been easier to create a dynamic grid with such ease and creative freedom.

##Complete control

You have a particular set of options that allow you to adjust the grid content editor to your unique brand's voice and personality. Mix and match colors, spacings, content with images, and make them yours.

## No coding required

Gridable is accessible for everyone who handles WordPress. Being so naturally integrated into the platform, every action is a very natural behavior and doesn't require any special skills.

## Continuous improvement

We invest a lot of time and energy into developing Gridable in a way that makes sense and brings real value to its users so that people make the most out of it.

== Installation ==

1. Activate the plugin through the 'Plugins' menu in WordPress
2. Edit a post, page or a custom post type
3. Enjoy the "Add Row" button

== Changelog ==

= 1.2.1 =
* **Added specificity to CSS Classes**.
Since there are lots of conflicts with other plugins which uses the `.row` and `.col` classes we decided to prefix them with `.gridable.row` and `.gridable.col`.
You can still use the `gridable_row_class` filter to add your own classes, we just adjusted the defaults.

= 1.2.0 =
* Improved UI style as Gutenberg
* Rewrite the Column Resize feature which helped us fix a lot of bugs with the content "Copy/Paste" actions
* Added the ability to have 1 level of **Nested rows**
* Added Screenshots to wordpress.org
* Added a better Distraction-Free editor width

= 1.1.0 =
* Rewrite `gridable_sh_row_classes` and `gridable_sh_col_classes` into a more consistent way as `gridable_row_class` and `gridable_column_class`
* Limit the word selection to the column container
* Fix conflict with Yoast
* Fix the attributes default selection
* Make inline preview for bg_color attribute
* Small fixes


= 1.0.0 =
* Improved the inline grid UI
* We changed the grid system from 6 columns to 12 columns
* We added the [attributes system](https://github.com/pixelgrade/gridable/tree/dev#need-some-grid-attributes) which supports fields like text, checkbox, select and colorpicker
* Improved the row and column templates.
* Small fixes

= 0.5.0 =
* Improved the resize UI
* Added the `girdable_load_public_style` filter which allows you to disable the plugin public CSS style so you can add your own
* Fixed the conflicts with toolbars of links and galleries
* Small fixes

= 0.1.0 =
* Improved editing UX by keeping the cursor inside the column while pressing enter on empty lines
* Fixed PHP Fatal error when there is no other style appended
* Fixed the removal when there is a nested row
* Small fixes

= 0.0.1 =
* Plugin init
2 changes: 1 addition & 1 deletion gridable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gridable
* Plugin URI: https://pixelgrade.com/
* Description: The Missed Grid Content Editor
* Version: 1.2.0
* Version: 1.2.1
* Author: Pixelgrade
* Author URI: https://pixelgrade.com/
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion includes/class-gridable.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Gridable {
public function __construct() {

$this->gridable = 'gridable';
$this->version = '1.2.0';
$this->version = '1.2.1';

$this->load_dependencies();
$this->set_locale();
Expand Down

0 comments on commit d28fa60

Please sign in to comment.