We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d7d85 commit b88faebCopy full SHA for b88faeb
facetwp-monthly.php
@@ -3,7 +3,7 @@
3
Plugin Name: FacetWP - Monthly
4
Plugin URI: https://github.com/petitphp/facetwp-monthly
5
Description: Filter your posts by monthly archive
6
-Version: 1.1.0
+Version: 2.0.0
7
Author: Clément Boirie
8
Author URI: https://github.com/petitphp
9
*/
@@ -13,7 +13,7 @@
13
die( '-1' );
14
}
15
16
-define( 'FWP_MTLY_VER', '1.1.0' );
+define( 'FWP_MTLY_VER', '2.0.0' );
17
define( 'FWP_MTLY_URL', plugin_dir_url( __FILE__ ) );
18
define( 'FWP_MTLY_DIR', plugin_dir_path( __FILE__ ) );
19
0 commit comments