Skip to content

Commit

Permalink
Release 0.9 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum authored Oct 20, 2023
1 parent ac677d5 commit 6d021c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions zoninator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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__ ) ) );

Expand Down

0 comments on commit 6d021c7

Please sign in to comment.