Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaambo committed Mar 8, 2023
1 parent e1a6b6e commit 87a4cea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion good-slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A simple and extendable slider block using Swiper
* Requires at least: 6.0
* Requires PHP: 7.4
* Version: 1.1.0
* Version: 1.2.0
* Author: GoodWP
* Author URI: https://goodwp.io
* License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "good-slider",
"version": "1.1.0",
"version": "1.2.0",
"description": "A simple and extendable slider block using Swiper",
"author": "goodwp",
"license": "GPL-2.0-or-later",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: goodwpio, gaambo
Tags: block, slider, swiper
Requires at least: 6.0
Tested up to: 6.1
Stable tag: 1.1.0
Stable tag: 1.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -62,6 +62,10 @@ Yes, we are working on exposing the most common configuration options (slides sh

== Changelog ==

= 1.2.0 (2023-03-08) =
* Add a server side render callback to the item block
* Prevent empty item/slides from rendering

= 1.1.0 (2022-12-09) =
* Added JavaScript filters to filter `InnerBlocks` settings/props for slider and item block.

Expand Down

0 comments on commit 87a4cea

Please # to comment.