diff --git a/facetwp-monthly.php b/facetwp-monthly.php index df0dcee..1b09513 100644 --- a/facetwp-monthly.php +++ b/facetwp-monthly.php @@ -3,7 +3,7 @@ Plugin Name: FacetWP - Monthly Plugin URI: https://github.com/petitphp/facetwp-monthly Description: Filter your posts by monthly archive -Version: 1.1.0 +Version: 2.0.0 Author: Clément Boirie Author URI: https://github.com/petitphp */ @@ -13,7 +13,7 @@ die( '-1' ); } -define( 'FWP_MTLY_VER', '1.1.0' ); +define( 'FWP_MTLY_VER', '2.0.0' ); define( 'FWP_MTLY_URL', plugin_dir_url( __FILE__ ) ); define( 'FWP_MTLY_DIR', plugin_dir_path( __FILE__ ) );