Version Description
- Fix: Show the WP.org rating request to admins only
Download this release
Release Info
Developer | khaxan |
Plugin | SmartCrawl SEO |
Version | 2.2.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.4 to 2.2.4.1
- changelog.txt +5 -1
- includes/admin/settings/settings.php +1 -1
- languages/wds.pot +2 -2
- readme.txt +6 -2
- wpmu-dev-seo.php +2 -2
changelog.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
Plugin Name: SmartCrawl SEO
|
2 |
|
3 |
Change Log:
|
4 |
-
|
|
|
|
|
|
|
|
|
5 |
2.2.4 - 2018-11-28
|
6 |
----------------------------------------------------------------------
|
7 |
- Add: URL redirection to external domains
|
1 |
Plugin Name: SmartCrawl SEO
|
2 |
|
3 |
Change Log:
|
4 |
+
----------------------------------------------------------------------
|
5 |
+
2.2.4.1 - 2018-12-11
|
6 |
+
----------------------------------------------------------------------
|
7 |
+
- Fix: Show the WP.org rating request to admins only
|
8 |
+
|
9 |
2.2.4 - 2018-11-28
|
10 |
----------------------------------------------------------------------
|
11 |
- Add: URL redirection to external domains
|
includes/admin/settings/settings.php
CHANGED
@@ -518,7 +518,7 @@ class Smartcrawl_Settings_Settings extends Smartcrawl_Settings_Admin {
|
|
518 |
|
519 |
public function wp_org_rating_request() {
|
520 |
$service = $this->get_service();
|
521 |
-
if ( $service->is_member() ) {
|
522 |
return;
|
523 |
}
|
524 |
|
518 |
|
519 |
public function wp_org_rating_request() {
|
520 |
$service = $this->get_service();
|
521 |
+
if ( $service->is_member() || ! current_user_can( 'manage_options' ) ) {
|
522 |
return;
|
523 |
}
|
524 |
|
languages/wds.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the SmartCrawl package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: SmartCrawl 2.2.4\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpmu-dev-seo\n"
|
7 |
-
"POT-Creation-Date: 2018-12-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the same license as the SmartCrawl package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: SmartCrawl 2.2.4.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpmu-dev-seo\n"
|
7 |
+
"POT-Creation-Date: 2018-12-11 04:55:00+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
readme.txt
CHANGED
@@ -6,8 +6,8 @@ Tags: SEO, Search Engine Optimization, Sitemap, PageRank, website ranking, SEO t
|
|
6 |
Author URI: https://premium.wpmudev.org/
|
7 |
Author: WPMU DEV
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to:
|
10 |
-
Stable tag: 2.2.4
|
11 |
|
12 |
The SEO checker and optimization tool that helps you rank higher and get discovered in search engines.
|
13 |
|
@@ -86,6 +86,10 @@ SmartCrawl works with any normal WP content and page builders shouldn’t be an
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
|
|
89 |
= 2.2.4 =
|
90 |
|
91 |
* New: URL redirection to external domains
|
6 |
Author URI: https://premium.wpmudev.org/
|
7 |
Author: WPMU DEV
|
8 |
Requires at least: 4.6
|
9 |
+
Tested up to: 5.0
|
10 |
+
Stable tag: 2.2.4.1
|
11 |
|
12 |
The SEO checker and optimization tool that helps you rank higher and get discovered in search engines.
|
13 |
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 2.2.4.1 =
|
90 |
+
|
91 |
+
* Fix: Show the WP.org rating request to admins only
|
92 |
+
|
93 |
= 2.2.4 =
|
94 |
|
95 |
* New: URL redirection to external domains
|
wpmu-dev-seo.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: SmartCrawl
|
4 |
* Plugin URI: http://premium.wpmudev.org/project/wpmu-dev-seo/
|
5 |
* Description: Every SEO option that a site requires, in one easy bundle.
|
6 |
-
* Version: 2.2.4
|
7 |
* Network: true
|
8 |
* Text Domain: wds
|
9 |
* Author: WPMU DEV
|
@@ -29,7 +29,7 @@
|
|
29 |
*/
|
30 |
|
31 |
|
32 |
-
define( 'SMARTCRAWL_VERSION', '2.2.4' );
|
33 |
|
34 |
class Smartcrawl_Loader {
|
35 |
|
3 |
* Plugin Name: SmartCrawl
|
4 |
* Plugin URI: http://premium.wpmudev.org/project/wpmu-dev-seo/
|
5 |
* Description: Every SEO option that a site requires, in one easy bundle.
|
6 |
+
* Version: 2.2.4.1
|
7 |
* Network: true
|
8 |
* Text Domain: wds
|
9 |
* Author: WPMU DEV
|
29 |
*/
|
30 |
|
31 |
|
32 |
+
define( 'SMARTCRAWL_VERSION', '2.2.4.1' );
|
33 |
|
34 |
class Smartcrawl_Loader {
|
35 |
|