Version Description
- FIX Redirections (PRO Only)
- FIX UI issues
- FIX Capability for SEOPress BOT (PRO only)
- FIX Default tab JS (PRO only)
- FIX Notice Undefined variable: seopress_social_twitter_card_site in options-social.php on line 553
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 1.7.5 |
Comparing to | |
See all releases |
Code changes from version 1.7.4 to 1.7.5
- inc/admin/admin.php +5 -5
- inc/functions/options-redirections.php +22 -1
- inc/functions/options-social.php +1 -1
- inc/functions/options.php +1 -1
- languages/wp-seopress-es_ES.mo +0 -0
- languages/wp-seopress-es_ES.po +23 -15
- languages/wp-seopress-fr_FR.mo +0 -0
- languages/wp-seopress-fr_FR.po +23 -15
- languages/wp-seopress.mo +0 -0
- languages/wp-seopress.po +8 -12
- readme.txt +7 -1
- seopress.php +2 -2
inc/admin/admin.php
CHANGED
@@ -951,7 +951,7 @@ class seopress_options
|
|
951 |
<span class="dashicons dashicons-share"></span>
|
952 |
</div>
|
953 |
<span class="inner">
|
954 |
-
<h3><?php _e('Social','wp-seopress'); ?></h3>
|
955 |
<p><?php _e('Open Graph, Twitter Card, Google Knowledge Graph and more...','wp-seopress'); ?></p>
|
956 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-social' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
|
957 |
<?php
|
@@ -1162,7 +1162,7 @@ class seopress_options
|
|
1162 |
<span class="dashicons dashicons-media-text"></span>
|
1163 |
</div>
|
1164 |
<span class="inner">
|
1165 |
-
<h3><?php _e('
|
1166 |
<p><?php _e('Edit your robots.txt file','wp-seopress'); ?></p>
|
1167 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-pro-page#tab=tab_seopress_robots$4' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
|
1168 |
<?php
|
@@ -1248,7 +1248,7 @@ class seopress_options
|
|
1248 |
<span class="dashicons dashicons-admin-generic"></span>
|
1249 |
</div>
|
1250 |
<span class="inner">
|
1251 |
-
<h3><?php _e('SEOPress BOT','wp-seopress'); ?></h3>
|
1252 |
<p><?php _e('Scan your site to find SEO problems.','wp-seopress'); ?></p>
|
1253 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-bot-page' ); ?>"><?php _e('Scan','wp-seopress'); ?></a>
|
1254 |
</span>
|
@@ -1258,7 +1258,7 @@ class seopress_options
|
|
1258 |
<span class="dashicons dashicons-media-text"></span>
|
1259 |
</div>
|
1260 |
<span class="inner">
|
1261 |
-
<h3><?php _e('htaccess','wp-seopress'); ?></h3>
|
1262 |
<p><?php _e('Edit your htaccess file.','wp-seopress'); ?></p>
|
1263 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-pro-page#tab=tab_seopress_htaccess$7' ); ?>"><?php _e('Manage','wp-seopress'); ?>
|
1264 |
</a>
|
@@ -1270,7 +1270,7 @@ class seopress_options
|
|
1270 |
<span class="dashicons dashicons-admin-settings"></span>
|
1271 |
</div>
|
1272 |
<span class="inner">
|
1273 |
-
<h3><?php _e('
|
1274 |
<p><?php _e('Import / export SEOPress settings from site to site.','wp-seopress'); ?></p>
|
1275 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
|
1276 |
<a href="https://www.seopress.org/support/guides/export-import-reset-settings/" target="_blank" class="seopress-doc"><span class="dashicons dashicons-editor-help"></span></a>
|
951 |
<span class="dashicons dashicons-share"></span>
|
952 |
</div>
|
953 |
<span class="inner">
|
954 |
+
<h3><?php _e('Social Networks','wp-seopress'); ?></h3>
|
955 |
<p><?php _e('Open Graph, Twitter Card, Google Knowledge Graph and more...','wp-seopress'); ?></p>
|
956 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-social' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
|
957 |
<?php
|
1162 |
<span class="dashicons dashicons-media-text"></span>
|
1163 |
</div>
|
1164 |
<span class="inner">
|
1165 |
+
<h3><?php _e('robots.txt','wp-seopress'); ?></h3>
|
1166 |
<p><?php _e('Edit your robots.txt file','wp-seopress'); ?></p>
|
1167 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-pro-page#tab=tab_seopress_robots$4' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
|
1168 |
<?php
|
1248 |
<span class="dashicons dashicons-admin-generic"></span>
|
1249 |
</div>
|
1250 |
<span class="inner">
|
1251 |
+
<h3><?php _e('SEOPress BOT - Broken links','wp-seopress'); ?></h3>
|
1252 |
<p><?php _e('Scan your site to find SEO problems.','wp-seopress'); ?></p>
|
1253 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-bot-page' ); ?>"><?php _e('Scan','wp-seopress'); ?></a>
|
1254 |
</span>
|
1258 |
<span class="dashicons dashicons-media-text"></span>
|
1259 |
</div>
|
1260 |
<span class="inner">
|
1261 |
+
<h3><?php _e('.htaccess','wp-seopress'); ?></h3>
|
1262 |
<p><?php _e('Edit your htaccess file.','wp-seopress'); ?></p>
|
1263 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-pro-page#tab=tab_seopress_htaccess$7' ); ?>"><?php _e('Manage','wp-seopress'); ?>
|
1264 |
</a>
|
1270 |
<span class="dashicons dashicons-admin-settings"></span>
|
1271 |
</div>
|
1272 |
<span class="inner">
|
1273 |
+
<h3><?php _e('Tools','wp-seopress'); ?></h3>
|
1274 |
<p><?php _e('Import / export SEOPress settings from site to site.','wp-seopress'); ?></p>
|
1275 |
<a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
|
1276 |
<a href="https://www.seopress.org/support/guides/export-import-reset-settings/" target="_blank" class="seopress-doc"><span class="dashicons dashicons-editor-help"></span></a>
|
inc/functions/options-redirections.php
CHANGED
@@ -29,6 +29,27 @@ function seopress_redirections_value() {
|
|
29 |
if (get_post_meta($post->ID,'_seopress_redirections_value',true)) {
|
30 |
$seopress_redirections_value = get_post_meta($post->ID,'_seopress_redirections_value',true);
|
31 |
return $seopress_redirections_value;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
}
|
34 |
|
@@ -36,7 +57,7 @@ function seopress_redirections_hook() {
|
|
36 |
if (seopress_redirections_enabled() =='yes') {
|
37 |
if (seopress_redirections_type() && seopress_redirections_value() !='') {
|
38 |
wp_redirect(seopress_redirections_value(), seopress_redirections_type());
|
39 |
-
exit();
|
40 |
}
|
41 |
}
|
42 |
}
|
29 |
if (get_post_meta($post->ID,'_seopress_redirections_value',true)) {
|
30 |
$seopress_redirections_value = get_post_meta($post->ID,'_seopress_redirections_value',true);
|
31 |
return $seopress_redirections_value;
|
32 |
+
} else {
|
33 |
+
$seopress_redirections_value = basename(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
|
34 |
+
$seopress_redirections_query = new WP_Query( array(
|
35 |
+
'post_type' => 'seopress_404',
|
36 |
+
'posts_per_page' => '-1',
|
37 |
+
'update_post_term_cache' => false, // don't retrieve post terms
|
38 |
+
'update_post_meta_cache' => false, // don't retrieve post meta,
|
39 |
+
)
|
40 |
+
);
|
41 |
+
$all_titles = array();
|
42 |
+
if ( $seopress_redirections_query->have_posts() ) {
|
43 |
+
while ( $seopress_redirections_query->have_posts() ) {
|
44 |
+
$seopress_redirections_query->the_post();
|
45 |
+
array_push($all_titles, get_the_title());
|
46 |
+
}
|
47 |
+
if (in_array($seopress_redirections_value, $all_titles)) {
|
48 |
+
//do_redirect
|
49 |
+
return $seopress_redirections_value;
|
50 |
+
}
|
51 |
+
wp_reset_postdata();
|
52 |
+
}
|
53 |
}
|
54 |
}
|
55 |
|
57 |
if (seopress_redirections_enabled() =='yes') {
|
58 |
if (seopress_redirections_type() && seopress_redirections_value() !='') {
|
59 |
wp_redirect(seopress_redirections_value(), seopress_redirections_type());
|
60 |
+
exit();
|
61 |
}
|
62 |
}
|
63 |
}
|
inc/functions/options-social.php
CHANGED
@@ -550,7 +550,7 @@ add_action( 'wp_head', 'seopress_social_twitter_card_summary_hook', 1 );
|
|
550 |
function seopress_social_twitter_card_site_hook() {
|
551 |
if (seopress_social_twitter_card_option() =='1' && seopress_social_accounts_twitter_option() !='' ) {
|
552 |
|
553 |
-
$seopress_social_twitter_card_site
|
554 |
|
555 |
echo $seopress_social_twitter_card_site."\n";
|
556 |
}
|
550 |
function seopress_social_twitter_card_site_hook() {
|
551 |
if (seopress_social_twitter_card_option() =='1' && seopress_social_accounts_twitter_option() !='' ) {
|
552 |
|
553 |
+
$seopress_social_twitter_card_site = '<meta name="twitter:site" content="'.seopress_social_accounts_twitter_option().'" />';
|
554 |
|
555 |
echo $seopress_social_twitter_card_site."\n";
|
556 |
}
|
inc/functions/options.php
CHANGED
@@ -40,7 +40,7 @@ if (seopress_get_toggle_google_analytics_option() =='1') {
|
|
40 |
}
|
41 |
add_action('init', 'seopress_load_redirections_options', 0);
|
42 |
function seopress_load_redirections_options() {
|
43 |
-
if (!is_admin()){
|
44 |
require_once ( dirname( __FILE__ ) . '/options-redirections.php'); //Redirections
|
45 |
}
|
46 |
}
|
40 |
}
|
41 |
add_action('init', 'seopress_load_redirections_options', 0);
|
42 |
function seopress_load_redirections_options() {
|
43 |
+
if (!is_admin()){
|
44 |
require_once ( dirname( __FILE__ ) . '/options-redirections.php'); //Redirections
|
45 |
}
|
46 |
}
|
languages/wp-seopress-es_ES.mo
CHANGED
Binary file
|
languages/wp-seopress-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: SEOPress\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
-
"POT-Creation-Date: 2017-03-
|
6 |
-
"PO-Revision-Date: 2017-03-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
9 |
"Language: es_ES\n"
|
@@ -46,7 +46,7 @@ msgstr "Configuración de títulos"
|
|
46 |
msgid "Advanced"
|
47 |
msgstr "Avanzado"
|
48 |
|
49 |
-
#: inc/admin/admin-metaboxes.php:136
|
50 |
msgid "Social"
|
51 |
msgstr "Social"
|
52 |
|
@@ -315,7 +315,7 @@ msgstr "XML / imagen / Mapa del sitio HTML"
|
|
315 |
msgid "XML / HTML Sitemap"
|
316 |
msgstr "XML / Mapa del sitio HTML"
|
317 |
|
318 |
-
#: inc/admin/admin.php:177 inc/admin/adminbar.php:34
|
319 |
msgid "Social Networks"
|
320 |
msgstr ""
|
321 |
|
@@ -323,7 +323,7 @@ msgstr ""
|
|
323 |
msgid "Google Analytics"
|
324 |
msgstr "Google Analytics"
|
325 |
|
326 |
-
#: inc/admin/admin.php:180 inc/admin/adminbar.php:52
|
327 |
msgid "Tools"
|
328 |
msgstr ""
|
329 |
|
@@ -867,8 +867,8 @@ msgstr ""
|
|
867 |
"Speed"
|
868 |
|
869 |
#: inc/admin/admin.php:1165
|
870 |
-
msgid "
|
871 |
-
msgstr "
|
872 |
|
873 |
#: inc/admin/admin.php:1166
|
874 |
msgid "Edit your robots.txt file"
|
@@ -891,8 +891,8 @@ msgid "Monitor 404, create 301, 302 and 307 redirections"
|
|
891 |
msgstr "Monitorear 404, crear redirecciones 301, 302 y 307"
|
892 |
|
893 |
#: inc/admin/admin.php:1251
|
894 |
-
msgid "SEOPress BOT"
|
895 |
-
msgstr "
|
896 |
|
897 |
#: inc/admin/admin.php:1252
|
898 |
msgid "Scan your site to find SEO problems."
|
@@ -903,17 +903,13 @@ msgid "Scan"
|
|
903 |
msgstr "Analizar"
|
904 |
|
905 |
#: inc/admin/admin.php:1261
|
906 |
-
msgid "htaccess"
|
907 |
-
msgstr "
|
908 |
|
909 |
#: inc/admin/admin.php:1262
|
910 |
msgid "Edit your htaccess file."
|
911 |
msgstr "Editar tu archivo htaccess."
|
912 |
|
913 |
-
#: inc/admin/admin.php:1273
|
914 |
-
msgid "Import / Export / Reset"
|
915 |
-
msgstr "Importar / Exportar / Restaurar"
|
916 |
-
|
917 |
#: inc/admin/admin.php:1274
|
918 |
msgid "Import / export SEOPress settings from site to site."
|
919 |
msgstr "Importar / exportar configuración de SEOPress de sitio a sitio."
|
@@ -1734,6 +1730,18 @@ msgstr "SEOPress.org"
|
|
1734 |
msgid "GO PRO!"
|
1735 |
msgstr "¡Hazte Pro!"
|
1736 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1737 |
#~ msgid "301"
|
1738 |
#~ msgstr "301"
|
1739 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: SEOPress\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
+
"POT-Creation-Date: 2017-03-29 21:41+0200\n"
|
6 |
+
"PO-Revision-Date: 2017-03-29 21:41+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
9 |
"Language: es_ES\n"
|
46 |
msgid "Advanced"
|
47 |
msgstr "Avanzado"
|
48 |
|
49 |
+
#: inc/admin/admin-metaboxes.php:136
|
50 |
msgid "Social"
|
51 |
msgstr "Social"
|
52 |
|
315 |
msgid "XML / HTML Sitemap"
|
316 |
msgstr "XML / Mapa del sitio HTML"
|
317 |
|
318 |
+
#: inc/admin/admin.php:177 inc/admin/admin.php:954 inc/admin/adminbar.php:34
|
319 |
msgid "Social Networks"
|
320 |
msgstr ""
|
321 |
|
323 |
msgid "Google Analytics"
|
324 |
msgstr "Google Analytics"
|
325 |
|
326 |
+
#: inc/admin/admin.php:180 inc/admin/admin.php:1273 inc/admin/adminbar.php:52
|
327 |
msgid "Tools"
|
328 |
msgstr ""
|
329 |
|
867 |
"Speed"
|
868 |
|
869 |
#: inc/admin/admin.php:1165
|
870 |
+
msgid "robots.txt"
|
871 |
+
msgstr ""
|
872 |
|
873 |
#: inc/admin/admin.php:1166
|
874 |
msgid "Edit your robots.txt file"
|
891 |
msgstr "Monitorear 404, crear redirecciones 301, 302 y 307"
|
892 |
|
893 |
#: inc/admin/admin.php:1251
|
894 |
+
msgid "SEOPress BOT - Broken links"
|
895 |
+
msgstr ""
|
896 |
|
897 |
#: inc/admin/admin.php:1252
|
898 |
msgid "Scan your site to find SEO problems."
|
903 |
msgstr "Analizar"
|
904 |
|
905 |
#: inc/admin/admin.php:1261
|
906 |
+
msgid ".htaccess"
|
907 |
+
msgstr ""
|
908 |
|
909 |
#: inc/admin/admin.php:1262
|
910 |
msgid "Edit your htaccess file."
|
911 |
msgstr "Editar tu archivo htaccess."
|
912 |
|
|
|
|
|
|
|
|
|
913 |
#: inc/admin/admin.php:1274
|
914 |
msgid "Import / export SEOPress settings from site to site."
|
915 |
msgstr "Importar / exportar configuración de SEOPress de sitio a sitio."
|
1730 |
msgid "GO PRO!"
|
1731 |
msgstr "¡Hazte Pro!"
|
1732 |
|
1733 |
+
#~ msgid "Robots"
|
1734 |
+
#~ msgstr "Robots"
|
1735 |
+
|
1736 |
+
#~ msgid "SEOPress BOT"
|
1737 |
+
#~ msgstr "SEOPress BOT"
|
1738 |
+
|
1739 |
+
#~ msgid "htaccess"
|
1740 |
+
#~ msgstr "htaccess"
|
1741 |
+
|
1742 |
+
#~ msgid "Import / Export / Reset"
|
1743 |
+
#~ msgstr "Importar / Exportar / Restaurar"
|
1744 |
+
|
1745 |
#~ msgid "301"
|
1746 |
#~ msgstr "301"
|
1747 |
|
languages/wp-seopress-fr_FR.mo
CHANGED
Binary file
|
languages/wp-seopress-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: SEOPress\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
-
"POT-Creation-Date: 2017-03-
|
6 |
-
"PO-Revision-Date: 2017-03-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -48,7 +48,7 @@ msgstr "Paramètres de titres"
|
|
48 |
msgid "Advanced"
|
49 |
msgstr "Avancé"
|
50 |
|
51 |
-
#: inc/admin/admin-metaboxes.php:136
|
52 |
msgid "Social"
|
53 |
msgstr "Social"
|
54 |
|
@@ -317,7 +317,7 @@ msgstr "Plan de site XML / Image / HTML"
|
|
317 |
msgid "XML / HTML Sitemap"
|
318 |
msgstr "Sitemap XML / HTML"
|
319 |
|
320 |
-
#: inc/admin/admin.php:177 inc/admin/adminbar.php:34
|
321 |
msgid "Social Networks"
|
322 |
msgstr "Réseaux Sociaux"
|
323 |
|
@@ -325,7 +325,7 @@ msgstr "Réseaux Sociaux"
|
|
325 |
msgid "Google Analytics"
|
326 |
msgstr "Google Analytics"
|
327 |
|
328 |
-
#: inc/admin/admin.php:180 inc/admin/adminbar.php:52
|
329 |
msgid "Tools"
|
330 |
msgstr "Outils"
|
331 |
|
@@ -872,8 +872,8 @@ msgstr ""
|
|
872 |
"Google Page Speed"
|
873 |
|
874 |
#: inc/admin/admin.php:1165
|
875 |
-
msgid "
|
876 |
-
msgstr "
|
877 |
|
878 |
#: inc/admin/admin.php:1166
|
879 |
msgid "Edit your robots.txt file"
|
@@ -896,8 +896,8 @@ msgid "Monitor 404, create 301, 302 and 307 redirections"
|
|
896 |
msgstr "Surveiller les 404, créer des redirections 301, 302 et 307"
|
897 |
|
898 |
#: inc/admin/admin.php:1251
|
899 |
-
msgid "SEOPress BOT"
|
900 |
-
msgstr "SEOPress BOT"
|
901 |
|
902 |
#: inc/admin/admin.php:1252
|
903 |
msgid "Scan your site to find SEO problems."
|
@@ -908,17 +908,13 @@ msgid "Scan"
|
|
908 |
msgstr "Scan"
|
909 |
|
910 |
#: inc/admin/admin.php:1261
|
911 |
-
msgid "htaccess"
|
912 |
-
msgstr "htaccess"
|
913 |
|
914 |
#: inc/admin/admin.php:1262
|
915 |
msgid "Edit your htaccess file."
|
916 |
msgstr "Modifier votre fichier htaccess."
|
917 |
|
918 |
-
#: inc/admin/admin.php:1273
|
919 |
-
msgid "Import / Export / Reset"
|
920 |
-
msgstr "Importer / Exporter / Réinitialiser"
|
921 |
-
|
922 |
#: inc/admin/admin.php:1274
|
923 |
msgid "Import / export SEOPress settings from site to site."
|
924 |
msgstr "Importer / Exporter les paramètres d'un site à un autre"
|
@@ -1743,6 +1739,18 @@ msgstr "SEOPress.org"
|
|
1743 |
msgid "GO PRO!"
|
1744 |
msgstr "PASSEZ PRO !"
|
1745 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1746 |
#~ msgid "301"
|
1747 |
#~ msgstr "301"
|
1748 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: SEOPress\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
+
"POT-Creation-Date: 2017-03-29 21:41+0200\n"
|
6 |
+
"PO-Revision-Date: 2017-03-29 21:41+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
9 |
"Language: fr_FR\n"
|
48 |
msgid "Advanced"
|
49 |
msgstr "Avancé"
|
50 |
|
51 |
+
#: inc/admin/admin-metaboxes.php:136
|
52 |
msgid "Social"
|
53 |
msgstr "Social"
|
54 |
|
317 |
msgid "XML / HTML Sitemap"
|
318 |
msgstr "Sitemap XML / HTML"
|
319 |
|
320 |
+
#: inc/admin/admin.php:177 inc/admin/admin.php:954 inc/admin/adminbar.php:34
|
321 |
msgid "Social Networks"
|
322 |
msgstr "Réseaux Sociaux"
|
323 |
|
325 |
msgid "Google Analytics"
|
326 |
msgstr "Google Analytics"
|
327 |
|
328 |
+
#: inc/admin/admin.php:180 inc/admin/admin.php:1273 inc/admin/adminbar.php:52
|
329 |
msgid "Tools"
|
330 |
msgstr "Outils"
|
331 |
|
872 |
"Google Page Speed"
|
873 |
|
874 |
#: inc/admin/admin.php:1165
|
875 |
+
msgid "robots.txt"
|
876 |
+
msgstr "robots.txt"
|
877 |
|
878 |
#: inc/admin/admin.php:1166
|
879 |
msgid "Edit your robots.txt file"
|
896 |
msgstr "Surveiller les 404, créer des redirections 301, 302 et 307"
|
897 |
|
898 |
#: inc/admin/admin.php:1251
|
899 |
+
msgid "SEOPress BOT - Broken links"
|
900 |
+
msgstr "SEOPress BOT - Liens cassés"
|
901 |
|
902 |
#: inc/admin/admin.php:1252
|
903 |
msgid "Scan your site to find SEO problems."
|
908 |
msgstr "Scan"
|
909 |
|
910 |
#: inc/admin/admin.php:1261
|
911 |
+
msgid ".htaccess"
|
912 |
+
msgstr ".htaccess"
|
913 |
|
914 |
#: inc/admin/admin.php:1262
|
915 |
msgid "Edit your htaccess file."
|
916 |
msgstr "Modifier votre fichier htaccess."
|
917 |
|
|
|
|
|
|
|
|
|
918 |
#: inc/admin/admin.php:1274
|
919 |
msgid "Import / export SEOPress settings from site to site."
|
920 |
msgstr "Importer / Exporter les paramètres d'un site à un autre"
|
1739 |
msgid "GO PRO!"
|
1740 |
msgstr "PASSEZ PRO !"
|
1741 |
|
1742 |
+
#~ msgid "Robots"
|
1743 |
+
#~ msgstr "Robots"
|
1744 |
+
|
1745 |
+
#~ msgid "SEOPress BOT"
|
1746 |
+
#~ msgstr "SEOPress BOT"
|
1747 |
+
|
1748 |
+
#~ msgid "htaccess"
|
1749 |
+
#~ msgstr "htaccess"
|
1750 |
+
|
1751 |
+
#~ msgid "Import / Export / Reset"
|
1752 |
+
#~ msgstr "Importer / Exporter / Réinitialiser"
|
1753 |
+
|
1754 |
#~ msgid "301"
|
1755 |
#~ msgstr "301"
|
1756 |
|
languages/wp-seopress.mo
CHANGED
Binary file
|
languages/wp-seopress.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: SEOPress\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
-
"POT-Creation-Date: 2017-03-
|
6 |
-
"PO-Revision-Date: 2017-03-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
9 |
"Language: en\n"
|
@@ -46,7 +46,7 @@ msgstr ""
|
|
46 |
msgid "Advanced"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: inc/admin/admin-metaboxes.php:136
|
50 |
msgid "Social"
|
51 |
msgstr ""
|
52 |
|
@@ -308,7 +308,7 @@ msgstr ""
|
|
308 |
msgid "XML / HTML Sitemap"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: inc/admin/admin.php:177 inc/admin/adminbar.php:34
|
312 |
msgid "Social Networks"
|
313 |
msgstr ""
|
314 |
|
@@ -316,7 +316,7 @@ msgstr ""
|
|
316 |
msgid "Google Analytics"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/admin/admin.php:180 inc/admin/adminbar.php:52
|
320 |
msgid "Tools"
|
321 |
msgstr ""
|
322 |
|
@@ -835,7 +835,7 @@ msgid "Track your website performance to improve SEO with Google Page Speed"
|
|
835 |
msgstr ""
|
836 |
|
837 |
#: inc/admin/admin.php:1165
|
838 |
-
msgid "
|
839 |
msgstr ""
|
840 |
|
841 |
#: inc/admin/admin.php:1166
|
@@ -859,7 +859,7 @@ msgid "Monitor 404, create 301, 302 and 307 redirections"
|
|
859 |
msgstr ""
|
860 |
|
861 |
#: inc/admin/admin.php:1251
|
862 |
-
msgid "SEOPress BOT"
|
863 |
msgstr ""
|
864 |
|
865 |
#: inc/admin/admin.php:1252
|
@@ -871,17 +871,13 @@ msgid "Scan"
|
|
871 |
msgstr ""
|
872 |
|
873 |
#: inc/admin/admin.php:1261
|
874 |
-
msgid "htaccess"
|
875 |
msgstr ""
|
876 |
|
877 |
#: inc/admin/admin.php:1262
|
878 |
msgid "Edit your htaccess file."
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: inc/admin/admin.php:1273
|
882 |
-
msgid "Import / Export / Reset"
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
#: inc/admin/admin.php:1274
|
886 |
msgid "Import / export SEOPress settings from site to site."
|
887 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: SEOPress\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
+
"POT-Creation-Date: 2017-03-29 21:41+0200\n"
|
6 |
+
"PO-Revision-Date: 2017-03-29 21:41+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
9 |
"Language: en\n"
|
46 |
msgid "Advanced"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: inc/admin/admin-metaboxes.php:136
|
50 |
msgid "Social"
|
51 |
msgstr ""
|
52 |
|
308 |
msgid "XML / HTML Sitemap"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: inc/admin/admin.php:177 inc/admin/admin.php:954 inc/admin/adminbar.php:34
|
312 |
msgid "Social Networks"
|
313 |
msgstr ""
|
314 |
|
316 |
msgid "Google Analytics"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: inc/admin/admin.php:180 inc/admin/admin.php:1273 inc/admin/adminbar.php:52
|
320 |
msgid "Tools"
|
321 |
msgstr ""
|
322 |
|
835 |
msgstr ""
|
836 |
|
837 |
#: inc/admin/admin.php:1165
|
838 |
+
msgid "robots.txt"
|
839 |
msgstr ""
|
840 |
|
841 |
#: inc/admin/admin.php:1166
|
859 |
msgstr ""
|
860 |
|
861 |
#: inc/admin/admin.php:1251
|
862 |
+
msgid "SEOPress BOT - Broken links"
|
863 |
msgstr ""
|
864 |
|
865 |
#: inc/admin/admin.php:1252
|
871 |
msgstr ""
|
872 |
|
873 |
#: inc/admin/admin.php:1261
|
874 |
+
msgid ".htaccess"
|
875 |
msgstr ""
|
876 |
|
877 |
#: inc/admin/admin.php:1262
|
878 |
msgid "Edit your htaccess file."
|
879 |
msgstr ""
|
880 |
|
|
|
|
|
|
|
|
|
881 |
#: inc/admin/admin.php:1274
|
882 |
msgid "Import / export SEOPress settings from site to site."
|
883 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://seopress.org/
|
|
4 |
Tags: seo, search engine optimization, meta, title, description, keywords, serp, knowledge grah, schema.org, url, redirection, 301, xml sitemap, breadcrumbs, ranking, google analytics, woocommerce, dublin core, rich snippets, 404, html sitemap, bot, broken link checker
|
5 |
Requires at least: 4.4+
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -113,6 +113,12 @@ SEOPress is a powerful plugin to optimize your SEO, boost your traffic and impro
|
|
113 |
31. SEOPress BOT
|
114 |
|
115 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
= 1.7.4 =
|
117 |
* NEW Add Redirection Enable column in Redirections / 404 monitoring
|
118 |
* NEW Add Redirection status column in Redirections / 404 monitoring
|
4 |
Tags: seo, search engine optimization, meta, title, description, keywords, serp, knowledge grah, schema.org, url, redirection, 301, xml sitemap, breadcrumbs, ranking, google analytics, woocommerce, dublin core, rich snippets, 404, html sitemap, bot, broken link checker
|
5 |
Requires at least: 4.4+
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 1.7.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
113 |
31. SEOPress BOT
|
114 |
|
115 |
== Changelog ==
|
116 |
+
= 1.7.5 =
|
117 |
+
* FIX Redirections (PRO Only)
|
118 |
+
* FIX UI issues
|
119 |
+
* FIX Capability for SEOPress BOT (PRO only)
|
120 |
+
* FIX Default tab JS (PRO only)
|
121 |
+
* FIX Notice Undefined variable: seopress_social_twitter_card_site in options-social.php on line 553
|
122 |
= 1.7.4 =
|
123 |
* NEW Add Redirection Enable column in Redirections / 404 monitoring
|
124 |
* NEW Add Redirection status column in Redirections / 404 monitoring
|
seopress.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: SEOPress
|
5 |
Plugin URI: http://seopress.org/
|
6 |
Description: The best SEO plugin.
|
7 |
-
Version: 1.7.
|
8 |
Author: Benjamin DENIS
|
9 |
Author URI: http://seopress.org/
|
10 |
License: GPLv2
|
@@ -56,7 +56,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
|
|
56 |
//Define
|
57 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
58 |
|
59 |
-
define( 'SEOPRESS_VERSION', '1.7.
|
60 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
61 |
|
62 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
4 |
Plugin Name: SEOPress
|
5 |
Plugin URI: http://seopress.org/
|
6 |
Description: The best SEO plugin.
|
7 |
+
Version: 1.7.5
|
8 |
Author: Benjamin DENIS
|
9 |
Author URI: http://seopress.org/
|
10 |
License: GPLv2
|
56 |
//Define
|
57 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
58 |
|
59 |
+
define( 'SEOPRESS_VERSION', '1.7.5' );
|
60 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
61 |
|
62 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|