Skip to content

Commit 8db7e12

Browse files
authored
Merge pull request #5 from asadowski10/master
fix Deprecated: Creation of dynamic property FacetWP_Facet_Monthly:: …
2 parents bae82ca + 414b255 commit 8db7e12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

classes/monthly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class FacetWP_Facet_Monthly {
3+
class FacetWP_Facet_Monthly extends FacetWP_Facet {
44

55
function __construct() {
66
$this->label = __( 'Monthly Archive', 'fwp' );

facetwp-monthly.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: FacetWP - Monthly
44
Plugin URI: https://github.com/petitphp/facetwp-monthly
55
Description: Filter your posts by monthly archive
6-
Version: 2.0.1
6+
Version: 2.0.2
77
Author: Clément Boirie
88
Author URI: https://github.com/petitphp
99
*/
@@ -13,7 +13,7 @@
1313
die( '-1' );
1414
}
1515

16-
define( 'FWP_MTLY_VER', '2.0.1' );
16+
define( 'FWP_MTLY_VER', '2.0.2' );
1717
define( 'FWP_MTLY_URL', plugin_dir_url( __FILE__ ) );
1818
define( 'FWP_MTLY_DIR', plugin_dir_path( __FILE__ ) );
1919

0 commit comments

Comments
 (0)