Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykervran committed May 12, 2022
1 parent 963896f commit e63a28a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bea-silo.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: BEA - Silo
Version: 1.1.5
Version: 1.1.6
Version Boilerplate: 2.1.0
Plugin URI: http://www.beapi.fr
Description: Add silo feature
Expand Down Expand Up @@ -39,7 +39,7 @@
}

// Plugin constants
define( 'BEA_SILO_VERSION', '1.1.5' );
define( 'BEA_SILO_VERSION', '1.1.6' );
define( 'BEA_SILO_MIN_PHP_VERSION', '5.4' );

// Plugin URL and PATH
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ REST Api route looks like `{ndd}/wp-json/bea/silo?post_types[0]=post&term_id=4`,

# Changelog

#1.1.6 - 12 May 2022
* Handle empty taxonomy silo case

#1.1.5 - 24 Janv 2019
* Add new filter on args for register_rest_route in controller

Expand Down

0 comments on commit e63a28a

Please sign in to comment.