From 6d021c7e25209d32b7096e53786943449e0f1d7c Mon Sep 17 00:00:00 2001 From: Rebecca Hum Date: Fri, 20 Oct 2023 11:19:34 -0600 Subject: [PATCH] Release 0.9 (#87) --- readme.txt | 10 +++++++++- zoninator.php | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 65af926..54737e0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: batmoo, automattic, wpcomvip, pkevan, matthumphreys, potatomaster, Tags: zones, post order, post list, posts, order, zonination, content curation, curation, content management Requires at least: 3.5 Tested up to: 5.7 -Stable tag: 0.8 +Stable tag: 0.9 License: GPLv2 Curation made easy! Create "zones" then add and order your content! @@ -55,6 +55,14 @@ Filter the following and change according to your needs: == Changelog == += 0.9 = +* Correctly position cloned sortable element on mobile +* Add method to add post type to zoninator +* Fix simple typo +* Add filter to control fields included in Zoninator zone feed responses +* Switch from travis to github actions +* Add default_post_types property to Zoninator class + = 0.8 = * Added a REST API for retrieving and managing zones diff --git a/zoninator.php b/zoninator.php index c362065..2d527d9 100644 --- a/zoninator.php +++ b/zoninator.php @@ -3,7 +3,7 @@ Plugin Name: Zone Manager (Zoninator) Description: Curation made easy! Create "zones" then add and order your content! Author: Mohammad Jangda, Automattic -Version: 0.8 +Version: 0.9 Author URI: http://vip.wordpress.com Text Domain: zoninator Domain Path: /language/ @@ -32,7 +32,7 @@ if( ! class_exists( 'Zoninator' ) ) : -define( 'ZONINATOR_VERSION', '0.8' ); +define( 'ZONINATOR_VERSION', '0.9' ); define( 'ZONINATOR_PATH', dirname( __FILE__ ) ); define( 'ZONINATOR_URL', trailingslashit( plugins_url( '', __FILE__ ) ) );