From b73dd6cdf54157b86f8e28fce6fb4c4cc737ebb4 Mon Sep 17 00:00:00 2001 From: petitphp Date: Thu, 22 Sep 2016 18:50:59 +0200 Subject: [PATCH] bump plugin version --- facetwp-monthly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/facetwp-monthly.php b/facetwp-monthly.php index 06df648..df0dcee 100644 --- a/facetwp-monthly.php +++ b/facetwp-monthly.php @@ -3,8 +3,8 @@ Plugin Name: FacetWP - Monthly Plugin URI: https://github.com/petitphp/facetwp-monthly Description: Filter your posts by monthly archive -Version: 1.0 -Author: PetitPHP +Version: 1.1.0 +Author: Clément Boirie Author URI: https://github.com/petitphp */ @@ -13,7 +13,7 @@ die( '-1' ); } -define( 'FWP_MTLY_VER', '1.0.0' ); +define( 'FWP_MTLY_VER', '1.1.0' ); define( 'FWP_MTLY_URL', plugin_dir_url( __FILE__ ) ); define( 'FWP_MTLY_DIR', plugin_dir_path( __FILE__ ) );