Version Description
( 2022-11-15 ) =
- New: Option to disable object cache for auto-linked content.
- Fix: Autolinking conflicts with several themes and page builders.
Download this release
Release Info
Developer | joelcj91 |
Plugin | SmartCrawl SEO |
Version | 3.3.2 |
Comparing to | |
See all releases |
Code changes from version 3.3.1 to 3.3.2
- changelog.txt +5 -0
- constants.php +2 -2
- includes/admin/settings/autolinks.php +1 -0
- includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php +4 -0
- languages/wds.pot +15 -7
- readme.txt +7 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +2 -2
- wpmu-dev-seo.php +1 -1
changelog.txt
CHANGED
@@ -2,6 +2,11 @@ Plugin Name: SmartCrawl SEO
|
|
2 |
|
3 |
Change Log:
|
4 |
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
5 |
3.3.1 - 2022-11-2
|
6 |
----------------------------------------------------------------------
|
7 |
- Improvement: Permission checks on config management.
|
2 |
|
3 |
Change Log:
|
4 |
----------------------------------------------------------------------
|
5 |
+
3.3.2 - 2022-11-7
|
6 |
+
----------------------------------------------------------------------
|
7 |
+
- New: Option to disable object cache for auto-linked content.
|
8 |
+
- Fix: Autolinking conflicts with several themes and page builders.
|
9 |
+
|
10 |
3.3.1 - 2022-11-2
|
11 |
----------------------------------------------------------------------
|
12 |
- Improvement: Permission checks on config management.
|
constants.php
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
/**
|
10 |
* Internal constants, not to be overridden
|
11 |
*/
|
12 |
-
define( 'SMARTCRAWL_VERSION', '3.3.
|
13 |
-
define( 'SMARTCRAWL_BUILD', '
|
14 |
define( 'SMARTCRAWL_BUILD_TYPE', 'free' );
|
15 |
define( 'SMARTCRAWL_SUI_VERSION', '2.12.13' );
|
16 |
define( 'SMARTCRAWL_PACKAGE_ID', 167 );
|
9 |
/**
|
10 |
* Internal constants, not to be overridden
|
11 |
*/
|
12 |
+
define( 'SMARTCRAWL_VERSION', '3.3.2' );
|
13 |
+
define( 'SMARTCRAWL_BUILD', '1668514613045' );
|
14 |
define( 'SMARTCRAWL_BUILD_TYPE', 'free' );
|
15 |
define( 'SMARTCRAWL_SUI_VERSION', '2.12.13' );
|
16 |
define( 'SMARTCRAWL_PACKAGE_ID', 167 );
|
includes/admin/settings/autolinks.php
CHANGED
@@ -72,6 +72,7 @@ class Smartcrawl_Autolinks_Settings extends Smartcrawl_Settings_Admin {
|
|
72 |
'excludeheading',
|
73 |
'exclude_no_index',
|
74 |
'exclude_image_captions',
|
|
|
75 |
);
|
76 |
|
77 |
foreach ( $booleans as $bool ) {
|
72 |
'excludeheading',
|
73 |
'exclude_no_index',
|
74 |
'exclude_image_captions',
|
75 |
+
'disable_content_cache',
|
76 |
);
|
77 |
|
78 |
foreach ( $booleans as $bool ) {
|
includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php
CHANGED
@@ -53,6 +53,10 @@ $this->render_view(
|
|
53 |
'label' => esc_html__( 'Prevent linking on image captions', 'wds' ),
|
54 |
'description' => esc_html__( 'Prevent links from being added to image captions.', 'wds' ),
|
55 |
),
|
|
|
|
|
|
|
|
|
56 |
),
|
57 |
)
|
58 |
);
|
53 |
'label' => esc_html__( 'Prevent linking on image captions', 'wds' ),
|
54 |
'description' => esc_html__( 'Prevent links from being added to image captions.', 'wds' ),
|
55 |
),
|
56 |
+
'disable_content_cache' => array(
|
57 |
+
'label' => esc_html__( 'Prevent caching for autolinked content', 'wds' ),
|
58 |
+
'description' => esc_html__( 'Some page builder plugins and themes conflict with object cache when automatic linking is enabled. Enable this option to disable object cache for autolinked content.', 'wds' ),
|
59 |
+
),
|
60 |
),
|
61 |
)
|
62 |
);
|
languages/wds.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the SmartCrawl Pro plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: SmartCrawl Pro 3.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/build\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-11-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.7.1\n"
|
15 |
|
@@ -110,15 +110,15 @@ msgstr ""
|
|
110 |
msgid " & WP Super Cache flushed"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: includes/admin/settings/autolinks.php:
|
114 |
msgid "Limit values must be numeric"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: includes/admin/settings/autolinks.php:
|
118 |
msgid "SmartCrawl Wizard: Advanced Tools"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: includes/admin/settings/autolinks.php:
|
122 |
#: includes/admin/settings/settings.php:331
|
123 |
#: includes/admin/templates/advanced-tools/advanced-tools-settings.php:16
|
124 |
#: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:30
|
@@ -129,12 +129,12 @@ msgstr ""
|
|
129 |
msgid "Advanced Tools"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: includes/admin/settings/autolinks.php:
|
133 |
#: includes/assets/js/build/wds-schema-types.js:1
|
134 |
msgid "Comments"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: includes/admin/settings/autolinks.php:
|
138 |
msgid "Product Categories"
|
139 |
msgstr ""
|
140 |
|
@@ -959,6 +959,14 @@ msgstr ""
|
|
959 |
msgid "Prevent links from being added to image captions."
|
960 |
msgstr ""
|
961 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
962 |
#: includes/admin/templates/advanced-tools/advanced-section-moz.php:16
|
963 |
msgid "MOZ Disabled"
|
964 |
msgstr ""
|
2 |
# This file is distributed under the same license as the SmartCrawl Pro plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: SmartCrawl Pro 3.3.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/build\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-11-15T12:17:15+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.7.1\n"
|
15 |
|
110 |
msgid " & WP Super Cache flushed"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: includes/admin/settings/autolinks.php:110
|
114 |
msgid "Limit values must be numeric"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: includes/admin/settings/autolinks.php:223
|
118 |
msgid "SmartCrawl Wizard: Advanced Tools"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: includes/admin/settings/autolinks.php:240
|
122 |
#: includes/admin/settings/settings.php:331
|
123 |
#: includes/admin/templates/advanced-tools/advanced-tools-settings.php:16
|
124 |
#: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:30
|
129 |
msgid "Advanced Tools"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: includes/admin/settings/autolinks.php:537
|
133 |
#: includes/assets/js/build/wds-schema-types.js:1
|
134 |
msgid "Comments"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: includes/admin/settings/autolinks.php:543
|
138 |
msgid "Product Categories"
|
139 |
msgstr ""
|
140 |
|
959 |
msgid "Prevent links from being added to image captions."
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:57
|
963 |
+
msgid "Prevent caching for autolinked content"
|
964 |
+
msgstr ""
|
965 |
+
|
966 |
+
#: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:58
|
967 |
+
msgid "Some page builder plugins and themes conflict with object cache when automatic linking is enabled. Enable this option to disable object cache for autolinked content."
|
968 |
+
msgstr ""
|
969 |
+
|
970 |
#: includes/admin/templates/advanced-tools/advanced-section-moz.php:16
|
971 |
msgid "MOZ Disabled"
|
972 |
msgstr ""
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Author URI: https://wpmudev.com/
|
|
7 |
Author: WPMU DEV
|
8 |
Requires at least: 5.5
|
9 |
Tested up to: 6.1
|
10 |
-
Stable tag: 3.3.
|
11 |
|
12 |
SEO checker, content analysis & SEO optimizer. Rank higher on search engines with 301 redirects, XML sitemaps & one-click setup.
|
13 |
|
@@ -136,6 +136,12 @@ SmartCrawl works with any normal WP content and page builders shouldn’t be an
|
|
136 |
|
137 |
== Changelog ==
|
138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
= 3.3.1 ( 2022-11-07 ) =
|
140 |
|
141 |
- Improvement: Permission checks on config management.
|
7 |
Author: WPMU DEV
|
8 |
Requires at least: 5.5
|
9 |
Tested up to: 6.1
|
10 |
+
Stable tag: 3.3.2
|
11 |
|
12 |
SEO checker, content analysis & SEO optimizer. Rank higher on search engines with 301 redirects, XML sitemaps & one-click setup.
|
13 |
|
136 |
|
137 |
== Changelog ==
|
138 |
|
139 |
+
= 3.3.2 ( 2022-11-15 ) =
|
140 |
+
|
141 |
+
- New: Option to disable object cache for auto-linked content.
|
142 |
+
- Fix: Autolinking conflicts with several themes and page builders.
|
143 |
+
|
144 |
+
|
145 |
= 3.3.1 ( 2022-11-07 ) =
|
146 |
|
147 |
- Improvement: Permission checks on config management.
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit944ca1f15a797d67c8a1ea928711a53e::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit0a8a6d077a38a143b908e0828e791379
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit944ca1f15a797d67c8a1ea928711a53e
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit944ca1f15a797d67c8a1ea928711a53e', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit944ca1f15a797d67c8a1ea928711a53e', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit944ca1f15a797d67c8a1ea928711a53e::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $classMap = array (
|
10 |
'Smartcrawl_Vendor\\SyllableTest' => __DIR__ . '/../..' . '/vendor_prefixed/syllable/tests/SyllableTest.php',
|
@@ -26,7 +26,7 @@ class ComposerStaticInit0a8a6d077a38a143b908e0828e791379
|
|
26 |
public static function getInitializer(ClassLoader $loader)
|
27 |
{
|
28 |
return \Closure::bind(function () use ($loader) {
|
29 |
-
$loader->classMap =
|
30 |
|
31 |
}, null, ClassLoader::class);
|
32 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit944ca1f15a797d67c8a1ea928711a53e
|
8 |
{
|
9 |
public static $classMap = array (
|
10 |
'Smartcrawl_Vendor\\SyllableTest' => __DIR__ . '/../..' . '/vendor_prefixed/syllable/tests/SyllableTest.php',
|
26 |
public static function getInitializer(ClassLoader $loader)
|
27 |
{
|
28 |
return \Closure::bind(function () use ($loader) {
|
29 |
+
$loader->classMap = ComposerStaticInit944ca1f15a797d67c8a1ea928711a53e::$classMap;
|
30 |
|
31 |
}, null, ClassLoader::class);
|
32 |
}
|
wpmu-dev-seo.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: SmartCrawl
|
4 |
* Plugin URI: https://wpmudev.com/project/smartcrawl-wordpress-seo/
|
5 |
* Description: Every SEO option that a site requires, in one easy bundle.
|
6 |
-
* Version: 3.3.
|
7 |
* Network: true
|
8 |
* Text Domain: wds
|
9 |
* Author: WPMU DEV
|
3 |
* Plugin Name: SmartCrawl
|
4 |
* Plugin URI: https://wpmudev.com/project/smartcrawl-wordpress-seo/
|
5 |
* Description: Every SEO option that a site requires, in one easy bundle.
|
6 |
+
* Version: 3.3.2
|
7 |
* Network: true
|
8 |
* Text Domain: wds
|
9 |
* Author: WPMU DEV
|