Skip to content

Commit cb9f685

Browse files
author
Vlad Olaru
committed
Version bump to 1.2.8
1 parent 06c2861 commit cb9f685

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

gridable.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
* Plugin Name: Gridable
44
* Plugin URI: https://pixelgrade.com/
55
* Description: A simple and intuitive tool for organizing your content into columns and rows.
6-
* Version: 1.2.7
6+
* Version: 1.2.8
77
* Author: Pixelgrade
88
* Author URI: https://pixelgrade.com/
99
* License: GPL-2.0+
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111
* Text Domain: gridable
1212
* Domain Path: /languages
13+
* Requires at least: 4.9.9
14+
* Tested up to: 5.4.0
15+
* Requires PHP: 5.4.0
1316
*/
1417

1518
// If this file is called directly, abort.
@@ -55,7 +58,7 @@ function deactivate_gridable() {
5558
*/
5659
function run_gridable() {
5760
global $gridable_plugin;
58-
$gridable_plugin = new Gridable( '1.2.7');
61+
$gridable_plugin = new Gridable( '1.2.8');
5962
$gridable_plugin->run();
6063

6164
}

readme.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
=== Gridable - The Missing Grid Content Editor ===
2-
Contributors: pixelgrade, vlad.olaru, euthelup, babbardel, razvanonofrei,
2+
Contributors: pixelgrade, vlad.olaru, euthelup, babbardel, razvanonofrei
33
Tags: grid, preview, render, row, column, inline-edit, editor, gutenberg
4-
Requires at least: 4.7.0
5-
Tested up to: 5.1.1
6-
Stable tag: 1.2.7
4+
Requires at least: 4.9.9
5+
Tested up to: 5.4.0
6+
Stable tag: 1.2.8
7+
Requires PHP: 5.4.0
78
License: GPLv2 or later
89
License URI: http://www.gnu.org/licenses/gpl-2.0.html
910

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

3839
== Changelog ==
3940

41+
= 1.2.8 =
42+
* Fixed compatibility with latest developments in core related to the block editor and the Classic Editor plugin
43+
4044
= 1.2.7 =
4145
* Fixed warning that appeared when Elementor was active.
4246
* Fixed issue where, when using the Gutenberg editor, the interface was not working.

0 commit comments

Comments
 (0)