Skip to content

Commit

Permalink
Add and set wp-parsely 3.12 as the default version (#5043)
Browse files Browse the repository at this point in the history
* Add and set wp-parsely 3.12 as the default version

* Enable telemetry for wp-parsely 3.12 and greater
  • Loading branch information
acicovic authored Dec 5, 2023
1 parent 37dbec2 commit b4073f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vip-parsely/vip-parsely.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
const WP_PARSELY_RECOMMENDED_WIDGET_BASE_ID = 'parsely_recommended_widget';

// Telemetry is enabled by default on non-production sites.
add_filter( 'wp_parsely_enable_wpadmin_telemetry', '__return_true' );
if ( apply_filters( 'wp_parsely_enable_telemetry_backend', true ) ) {
require __DIR__ . '/Telemetry/class-telemetry.php';
require __DIR__ . '/Telemetry/class-telemetry-system.php';
Expand Down
1 change: 1 addition & 0 deletions wp-parsely.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* The default version is the first entry in the SUPPORTED_VERSIONS list.
*/
const SUPPORTED_VERSIONS = [
'3.12',
'3.11',
'3.10',
'3.9',
Expand Down

0 comments on commit b4073f2

Please sign in to comment.