Skip to content

Commit

Permalink
Version bump to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Apr 28, 2020
1 parent 06c2861 commit cb9f685
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions gridable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
* Plugin Name: Gridable
* Plugin URI: https://pixelgrade.com/
* Description: A simple and intuitive tool for organizing your content into columns and rows.
* Version: 1.2.7
* Version: 1.2.8
* Author: Pixelgrade
* Author URI: https://pixelgrade.com/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: gridable
* Domain Path: /languages
* Requires at least: 4.9.9
* Tested up to: 5.4.0
* Requires PHP: 5.4.0
*/

// If this file is called directly, abort.
Expand Down Expand Up @@ -55,7 +58,7 @@ function deactivate_gridable() {
*/
function run_gridable() {
global $gridable_plugin;
$gridable_plugin = new Gridable( '1.2.7');
$gridable_plugin = new Gridable( '1.2.8');
$gridable_plugin->run();

}
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
=== Gridable - The Missing Grid Content Editor ===
Contributors: pixelgrade, vlad.olaru, euthelup, babbardel, razvanonofrei,
Contributors: pixelgrade, vlad.olaru, euthelup, babbardel, razvanonofrei
Tags: grid, preview, render, row, column, inline-edit, editor, gutenberg
Requires at least: 4.7.0
Tested up to: 5.1.1
Stable tag: 1.2.7
Requires at least: 4.9.9
Tested up to: 5.4.0
Stable tag: 1.2.8
Requires PHP: 5.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -37,6 +38,9 @@ We invest a lot of time and energy into developing Gridable in a way that makes

== Changelog ==

= 1.2.8 =
* Fixed compatibility with latest developments in core related to the block editor and the Classic Editor plugin

= 1.2.7 =
* Fixed warning that appeared when Elementor was active.
* Fixed issue where, when using the Gutenberg editor, the interface was not working.
Expand Down

0 comments on commit cb9f685

Please sign in to comment.