All Meta Tags - Version 4.35

Version Description

  • Jun 7, 2019 =
  • Improvement: WooCommerce product data that uses to generate the Google Shopping structured data are now cleaned from HTML and PHP tags, and quotation marks are converted.
  • Fix: The it_IT and ru_RU translations are corrected.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 All Meta Tags
Version 4.35
Comparing to
See all releases

Code changes from version 4.34 to 4.35

all-meta-tags.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.34
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.35
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
inc/php/functional.php CHANGED
@@ -136,8 +136,8 @@ function spacexchimp_p004_prepare() {
136
  if ( is_product() ) {
137
 
138
  // Get product data
139
- $name = get_the_title();
140
- $description = get_the_excerpt();
141
  $image = simplexml_load_string( get_the_post_thumbnail() );
142
  if ( ! empty( $image ) ) {
143
  $imagesrc = $image->attributes()->src;
136
  if ( is_product() ) {
137
 
138
  // Get product data
139
+ $name = str_replace( "'", "’", strip_tags( get_the_title() ) );
140
+ $description = str_replace( "'", "’", strip_tags( get_the_excerpt() ) );
141
  $image = simplexml_load_string( get_the_post_thumbnail() );
142
  if ( ! empty( $image ) ) {
143
  $imagesrc = $image->attributes()->src;
languages/all-meta-tags-de_DE.mo CHANGED
Binary file
languages/all-meta-tags-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
- "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
+ "PO-Revision-Date: 2019-06-07 22:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
languages/all-meta-tags-es_ES.mo CHANGED
Binary file
languages/all-meta-tags-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
- "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
+ "PO-Revision-Date: 2019-06-07 22:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
languages/all-meta-tags-es_MX.mo CHANGED
Binary file
languages/all-meta-tags-es_MX.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
- "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish (Mexico)\n"
10
  "Language: es_MX\n"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
+ "PO-Revision-Date: 2019-06-07 22:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish (Mexico)\n"
10
  "Language: es_MX\n"
languages/all-meta-tags-fr_FR.mo CHANGED
Binary file
languages/all-meta-tags-fr_FR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
- "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
+ "PO-Revision-Date: 2019-06-07 22:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
languages/all-meta-tags-it_IT.mo CHANGED
Binary file
languages/all-meta-tags-it_IT.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
- "PO-Revision-Date: 2019-03-31 16:10+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Italian\n"
10
  "Language: it_IT\n"
@@ -711,10 +711,9 @@ msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 c
711
  msgstr "Ecco il codice per una maglietta da donna al prezzo di 16 dollari e 80 centesimi."
712
 
713
  #: inc/php/tabs/settings.php:250
714
- #, fuzzy, php-format
715
- #| msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
717
- msgstr "Puoi controllare <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">qui</a> tali dati generati sulle pagine del tuo sito web."
718
 
719
  #: inc/php/tabs/support.php:13
720
  msgid "Support Us"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
+ "PO-Revision-Date: 2019-06-07 22:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Italian\n"
10
  "Language: it_IT\n"
711
  msgstr "Ecco il codice per una maglietta da donna al prezzo di 16 dollari e 80 centesimi."
712
 
713
  #: inc/php/tabs/settings.php:250
714
+ #, php-format
 
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
+ msgstr "Puoi controllare %s qui %s tali dati generati sulle pagine del tuo sito web."
717
 
718
  #: inc/php/tabs/support.php:13
719
  msgid "Support Us"
languages/all-meta-tags-nl_NL.mo CHANGED
Binary file
languages/all-meta-tags-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
- "PO-Revision-Date: 2019-03-31 16:10+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
+ "PO-Revision-Date: 2019-06-07 22:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
languages/all-meta-tags-ru_RU.mo CHANGED
Binary file
languages/all-meta-tags-ru_RU.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
- "PO-Revision-Date: 2019-03-31 16:10+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -711,10 +711,9 @@ msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 c
711
  msgstr "Вот так выглядит разметка для женской футболки которая продаётся за 16 долларов и 80 центов США."
712
 
713
  #: inc/php/tabs/settings.php:250
714
- #, fuzzy, php-format
715
- #| msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
717
- msgstr "Проверить эти данные сгенерированные на страницах вашего веб-сайта вы можете <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">здесь</a>."
718
 
719
  #: inc/php/tabs/support.php:13
720
  msgid "Support Us"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
+ "PO-Revision-Date: 2019-06-07 22:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
711
  msgstr "Вот так выглядит разметка для женской футболки которая продаётся за 16 долларов и 80 центов США."
712
 
713
  #: inc/php/tabs/settings.php:250
714
+ #, php-format
 
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
+ msgstr "Проверить эти данные сгенерированные на страницах вашего веб-сайта вы можете %s здесь %s ."
717
 
718
  #: inc/php/tabs/support.php:13
719
  msgid "Support Us"
languages/all-meta-tags.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-06-07 22:11+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: meta, tag, tags, custom, simple, plugin, twitter, facebook, google, google
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 5.2
7
- Stable tag: 4.34
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -220,6 +220,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
220
 
221
  == Changelog ==
222
 
 
 
 
 
223
  = 4.34 - Mar 31, 2019 =
224
  * Framework updated: The function "_prepare" is improved.
225
  * Framework updated: The "WooCommerce & Google Shopping" preview code is improved.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 5.2
7
+ Stable tag: 4.35
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
220
 
221
  == Changelog ==
222
 
223
+ = 4.35 - Jun 7, 2019 =
224
+ * Improvement: WooCommerce product data that uses to generate the Google Shopping structured data are now cleaned from HTML and PHP tags, and quotation marks are converted.
225
+ * Fix: The it_IT and ru_RU translations are corrected.
226
+
227
  = 4.34 - Mar 31, 2019 =
228
  * Framework updated: The function "_prepare" is improved.
229
  * Framework updated: The "WooCommerce & Google Shopping" preview code is improved.