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__ ) );