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.
2 parents bae82ca + 414b255 commit 8db7e12Copy full SHA for 8db7e12
classes/monthly.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-class FacetWP_Facet_Monthly {
+class FacetWP_Facet_Monthly extends FacetWP_Facet {
4
5
function __construct() {
6
$this->label = __( 'Monthly Archive', 'fwp' );
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: 2.0.1
+Version: 2.0.2
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', '2.0.1' );
+define( 'FWP_MTLY_VER', '2.0.2' );
17
define( 'FWP_MTLY_URL', plugin_dir_url( __FILE__ ) );
18
define( 'FWP_MTLY_DIR', plugin_dir_path( __FILE__ ) );
19
0 commit comments