SEOPress - Version 1.0.2

Version Description

  • FIX Escape HTML tags in title
  • FIX WooCommerce (PRO) fatal error
Download this release

Release Info

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

Code changes from version 1.0.1 to 1.0.2

inc/functions/options-google-analytics.php CHANGED
@@ -161,7 +161,8 @@ function seopress_google_analytics_cd_logged_in_user_option() {
161
 
162
  //Build Custom GA
163
  function seopress_google_analytics_js() {
164
- $seopress_google_analytics_html =
 
165
  "<!-- Google Analytics -->
166
  <script>
167
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
161
 
162
  //Build Custom GA
163
  function seopress_google_analytics_js() {
164
+ $seopress_google_analytics_html = "\n";
165
+ $seopress_google_analytics_html .=
166
  "<!-- Google Analytics -->
167
  <script>
168
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
inc/functions/options-titles-metas.php CHANGED
@@ -261,7 +261,7 @@ if (get_option('blog_public') =='1') {
261
  $seopress_titles_template_replace_array = array(
262
  get_bloginfo('name'),
263
  get_bloginfo('description'),
264
- get_the_title(),
265
  get_the_excerpt(),
266
  get_the_date(),
267
  $the_author_meta,
@@ -377,7 +377,7 @@ if (get_option('blog_public') =='1') {
377
  $seopress_titles_template_replace_array = array(
378
  get_bloginfo('name'),
379
  get_bloginfo('description'),
380
- get_the_title(),
381
  get_the_excerpt(),
382
  get_the_date(),
383
  $seopress_get_author,
261
  $seopress_titles_template_replace_array = array(
262
  get_bloginfo('name'),
263
  get_bloginfo('description'),
264
+ the_title_attribute('echo=0'),
265
  get_the_excerpt(),
266
  get_the_date(),
267
  $the_author_meta,
377
  $seopress_titles_template_replace_array = array(
378
  get_bloginfo('name'),
379
  get_bloginfo('description'),
380
+ the_title_attribute('echo=0'),
381
  get_the_excerpt(),
382
  get_the_date(),
383
  $seopress_get_author,
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
5
  Requires at least: 4.4+
6
  Tested up to: 4.7
7
- Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -53,7 +53,7 @@ SEOPress is a powerful plugin to optimize your SEO, boost your traffic and impro
53
  <ul>
54
  <li>English</li>
55
  <li>French</li>
56
- <li><a href="https://www.seopress.org/contact/">Add yours!</a></li>
57
  </ul>
58
 
59
  <h3>Subscribe to our newsletter and get a huge discount!</h3>
@@ -72,15 +72,36 @@ And get early access to our pro release!
72
  == Screenshots ==
73
  1. SEOPress Dashboard
74
  2. Titles & Metas
75
- 3. XML Sitemap
76
- 4. Social
77
- 5. Advanced
78
- 6. SEOPress Metaboxe: Titles settings
79
- 7. SEOPress Metaboxe: Advanced settings
80
- 8. SEOPress Metaboxe: Social settings
81
- 9. SEOPress Metaboxe: Redirection settings
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
  == Changelog ==
 
 
 
84
  = 1.0.1 =
85
  * FIX XML sitemaps fatal error
86
  = 1.0 =
4
  Tags: seo, search engine optimization, meta, title, description, keywords, serp, knowledge grah, schema.org, url, redirection, 301, xml sitemap, breadcrumbs, ranking
5
  Requires at least: 4.4+
6
  Tested up to: 4.7
7
+ Stable tag: 1.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
53
  <ul>
54
  <li>English</li>
55
  <li>French</li>
56
+ <li><a href="https://www.seopress.org/contact-us/">Add yours!</a></li>
57
  </ul>
58
 
59
  <h3>Subscribe to our newsletter and get a huge discount!</h3>
72
  == Screenshots ==
73
  1. SEOPress Dashboard
74
  2. Titles & Metas
75
+ 3. Titles & Metas
76
+ 4. Titles & Metas
77
+ 5. Titles & Metas
78
+ 6. Titles & Metas
79
+ 7. XML Sitemap
80
+ 8. XML Sitemap
81
+ 9. XML Sitemap
82
+ 10. Social
83
+ 11. Social
84
+ 12. Social
85
+ 13. Social
86
+ 14. Google Analytics
87
+ 15. Google Analytics
88
+ 16. Google Analytics
89
+ 17. Advanced settings
90
+ 18. Advanced settings
91
+ 19. Import / Export / Reset settings
92
+ 20. WooCommerce (PRO)
93
+ 21. Breadcrumbs (PRO)
94
+ 22. Google Page Speed (PRO)
95
+ 23. Robots.txt (PRO)
96
+ 24. Google News Sitemap (PRO)
97
+ 24. Monitoring 404 (PRO)
98
+ 25. htaccess (PRO)
99
+ 26. SEOPress metaboxe in post, page, custom post type
100
 
101
  == Changelog ==
102
+ = 1.0.2 =
103
+ * FIX Escape HTML tags in title
104
+ * FIX WooCommerce (PRO) fatal error
105
  = 1.0.1 =
106
  * FIX XML sitemaps fatal error
107
  = 1.0 =
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.0.1
8
  Author: Benjamin DENIS
9
  Author URI: http://seopress.org/
10
  License: GPLv2
@@ -79,7 +79,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
79
  //Define
80
  ///////////////////////////////////////////////////////////////////////////////////////////////////
81
 
82
- define( 'SEOPRESS_VERSION', '1.0.1' );
83
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
84
 
85
  ///////////////////////////////////////////////////////////////////////////////////////////////////
4
  Plugin Name: SEOPress
5
  Plugin URI: http://seopress.org/
6
  Description: The best SEO plugin.
7
+ Version: 1.0.2
8
  Author: Benjamin DENIS
9
  Author URI: http://seopress.org/
10
  License: GPLv2
79
  //Define
80
  ///////////////////////////////////////////////////////////////////////////////////////////////////
81
 
82
+ define( 'SEOPRESS_VERSION', '1.0.2' );
83
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
84
 
85
  ///////////////////////////////////////////////////////////////////////////////////////////////////