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 0918281 commit b73dd6cCopy full SHA for b73dd6c
facetwp-monthly.php
@@ -3,8 +3,8 @@
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.0
7
-Author: PetitPHP
+Version: 1.1.0
+Author: Clément Boirie
8
Author URI: https://github.com/petitphp
9
*/
10
@@ -13,7 +13,7 @@
13
die( '-1' );
14
}
15
16
-define( 'FWP_MTLY_VER', '1.0.0' );
+define( 'FWP_MTLY_VER', '1.1.0' );
17
define( 'FWP_MTLY_URL', plugin_dir_url( __FILE__ ) );
18
define( 'FWP_MTLY_DIR', plugin_dir_path( __FILE__ ) );
19
0 commit comments