SEOPress - Version 2.1.1

Version Description

  • FIX Add new plugin page error
Download this release

Release Info

Developer rainbowgeek
Plugin Icon 128x128 SEOPress
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1 to 2.1.1

Files changed (2) hide show
  1. readme.txt +1 -1
  2. seopress.php +3 -3
readme.txt CHANGED
@@ -1 +1 @@
1
- === WordPress SEO Plugin, SEOPress ===
1
+ === WordPress SEO Plugin, SEOPress ===
seopress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
  Description: The best SEO plugin.
6
- Version: 2.1
7
  Author: Benjamin DENIS
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
@@ -55,7 +55,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
55
  //Define
56
  ///////////////////////////////////////////////////////////////////////////////////////////////////
57
 
58
- define( 'SEOPRESS_VERSION', '2.1' );
59
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
60
 
61
  ///////////////////////////////////////////////////////////////////////////////////////////////////
@@ -580,7 +580,7 @@ function seopress_get_toggle_advanced_option() {
580
  // SEOPress PRO link in plugin featured tab
581
  ///////////////////////////////////////////////////////////////////////////////////////////////////
582
  function seopress_filter_api_result( $result, $action, $args ) {
583
- //remove_filter( 'plugins_api_result', 'seopress_filter_api_result', 10, 3 );
584
 
585
  if ( false === ( $defaults = get_transient( 'seopress_plugins_api' ) ) ) {
586
  $defaults = plugins_api( 'plugin_information', array( 'slug' => 'wp-seopress', 'fields' => array( 'active_installs' => true ) ) );
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
  Description: The best SEO plugin.
6
+ Version: 2.1.1
7
  Author: Benjamin DENIS
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
55
  //Define
56
  ///////////////////////////////////////////////////////////////////////////////////////////////////
57
 
58
+ define( 'SEOPRESS_VERSION', '2.1.1' );
59
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
60
 
61
  ///////////////////////////////////////////////////////////////////////////////////////////////////
580
  // SEOPress PRO link in plugin featured tab
581
  ///////////////////////////////////////////////////////////////////////////////////////////////////
582
  function seopress_filter_api_result( $result, $action, $args ) {
583
+ remove_filter( 'plugins_api_result', 'seopress_filter_api_result', 10, 3 );
584
 
585
  if ( false === ( $defaults = get_transient( 'seopress_plugins_api' ) ) ) {
586
  $defaults = plugins_api( 'plugin_information', array( 'slug' => 'wp-seopress', 'fields' => array( 'active_installs' => true ) ) );