All Meta Tags - Version 1.1

Version Description

  • Fixed the issue due to which error message is shown in the top of the website when the plugin for the first time installed.
Download this release

Release Info

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

Code changes from version 1.0 to 1.1

Files changed (2) hide show
  1. all-meta-tags.php +4 -2
  2. readme.txt +4 -0
all-meta-tags.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: EASILY and SAFELY add your custom Meta Tags to WordPress website's header.
6
  * Author: Arthur "Berserkr" Gareginyan
7
  * Author URI: http://mycyberuniverse.com/author.html
8
- * Version: 1.0
9
  * License: GPL3
10
  * Text Domain: allmetatags
11
  * Domain Path: /languages/
@@ -163,7 +163,7 @@ function allmetatags_field($name, $label, $placeholder, $help=null, $link=null,
163
  /**
164
  * Generate the Meta Tags
165
  *
166
- * @since 1.0
167
  */
168
  function allmetatags_add_meta_tags() {
169
 
@@ -190,6 +190,8 @@ function allmetatags_add_meta_tags() {
190
  $copyright = esc_textarea( $options['copyright'] );
191
  $keywords = esc_textarea( $options['keywords'] );
192
 
 
 
193
  // Web Master Tools
194
  if (!empty($google)) {
195
  $metatags_arr[] = "<meta name='google-site-verification' content='$google' />";
5
  * Description: EASILY and SAFELY add your custom Meta Tags to WordPress website's header.
6
  * Author: Arthur "Berserkr" Gareginyan
7
  * Author URI: http://mycyberuniverse.com/author.html
8
+ * Version: 1.1
9
  * License: GPL3
10
  * Text Domain: allmetatags
11
  * Domain Path: /languages/
163
  /**
164
  * Generate the Meta Tags
165
  *
166
+ * @since 1.1
167
  */
168
  function allmetatags_add_meta_tags() {
169
 
190
  $copyright = esc_textarea( $options['copyright'] );
191
  $keywords = esc_textarea( $options['keywords'] );
192
 
193
+ $metatags_arr[] = "";
194
+
195
  // Web Master Tools
196
  if (!empty($google)) {
197
  $metatags_arr[] = "<meta name='google-site-verification' content='$google' />";
readme.txt CHANGED
@@ -136,6 +136,8 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
136
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
137
 
138
  == Changelog ==
 
 
139
  = 1.0 =
140
  * Initial release.
141
  * Added ready for translation (.pot file included).
@@ -147,6 +149,8 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
147
 
148
 
149
  == Upgrade Notice ==
 
 
150
  = 1.0 =
151
  Please update to first stable release!
152
  * Added ready for translation (.pot file included).
136
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
137
 
138
  == Changelog ==
139
+ = 1.1 =
140
+ * Fixed the issue due to which error message is shown in the top of the website when the plugin for the first time installed.
141
  = 1.0 =
142
  * Initial release.
143
  * Added ready for translation (.pot file included).
149
 
150
 
151
  == Upgrade Notice ==
152
+ = 1.1 =
153
+ * Fixed the issue due to which error message is shown in the top of the website when the plugin for the first time installed.
154
  = 1.0 =
155
  Please update to first stable release!
156
  * Added ready for translation (.pot file included).