All Meta Tags - Version 4.38

Version Description

  • Jan 20, 2020 =
  • Maintenance: The copyright date updated to support the 2020 year.
Download this release

Release Info

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

Code changes from version 4.37 to 4.38

all-meta-tags.php CHANGED
@@ -5,12 +5,12 @@
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.37
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
12
  *
13
- * Copyright 2015-2019 Space X-Chimp ( website : https://www.spacexchimp.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
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.38
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
12
  *
13
+ * Copyright 2015-2020 Space X-Chimp ( website : https://www.spacexchimp.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
inc/css/admin.css CHANGED
@@ -4,7 +4,7 @@
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
- * @copyright Copyright (c) 2016-2019 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
+ * @copyright Copyright (c) 2016-2020 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
inc/js/admin.js CHANGED
@@ -4,7 +4,7 @@
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
- * @copyright Copyright (c) 2016-2019 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
+ * @copyright Copyright (c) 2016-2020 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
inc/js/codemirror-settings.js CHANGED
@@ -4,7 +4,7 @@
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
- * @copyright Copyright (c) 2016-2019 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
+ * @copyright Copyright (c) 2016-2020 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
inc/php/tabs/faq.php CHANGED
@@ -149,9 +149,9 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
149
  <?php _e( 'Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $plugin['text'] ); ?>
150
  <pre><code>&lt;head&gt;
151
  ...
152
- &lt;meta name="copyright" content="Copyright (c) 2013-2019 Space X-Chimp. All Rights Reserved."&gt;
153
  ...
154
- &lt;meta name="copyright" content="Copyright 2019 Space X-Chimp. All Rights Reserved."&gt;
155
  ...
156
  &lt;/head&gt;</code></pre>
157
  <?php _e( 'If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
149
  <?php _e( 'Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $plugin['text'] ); ?>
150
  <pre><code>&lt;head&gt;
151
  ...
152
+ &lt;meta name="copyright" content="Copyright (c) 2013-2020 Space X-Chimp. All Rights Reserved."&gt;
153
  ...
154
+ &lt;meta name="copyright" content="Copyright 2020 Space X-Chimp. All Rights Reserved."&gt;
155
  ...
156
  &lt;/head&gt;</code></pre>
157
  <?php _e( 'If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
inc/php/tabs/settings.php CHANGED
@@ -191,7 +191,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
191
  );
192
  spacexchimp_p004_control_field( 'copyright',
193
  __( 'Copyright', $plugin['text'] ),
194
- 'Copyright (c) 2013-2019 Space X-Chimp. All Rights Reserved.',
195
  ''
196
  );
197
  spacexchimp_p004_control_textarea( 'keywords',
191
  );
192
  spacexchimp_p004_control_field( 'copyright',
193
  __( 'Copyright', $plugin['text'] ),
194
+ 'Copyright (c) 2013-2020 Space X-Chimp. All Rights Reserved.',
195
  ''
196
  );
197
  spacexchimp_p004_control_textarea( 'keywords',
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.3
7
- Stable tag: 4.37
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -151,9 +151,9 @@ A. As far as we know, the "All Meta Tags" plugin is compatible with the "All in
151
 
152
  `<head>
153
  ...
154
- <meta name="copyright" content="Copyright (c) 2013-2019 Space X-Chimp. All Rights Reserved.">
155
  ...
156
- <meta name="copyright" content="Copyright 2019 Space X-Chimp. All Rights Reserved.">
157
  ...
158
  </head>`
159
 
@@ -220,6 +220,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
220
 
221
  == Changelog ==
222
 
 
 
 
223
  = 4.37 - Nov 11, 2019 =
224
  * Maintenance: Compatibility with upcoming WordPress 5.3.
225
  * Framework update: Bootstrap library updated to the latest version; v3.4.1.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 5.3
7
+ Stable tag: 4.38
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
151
 
152
  `<head>
153
  ...
154
+ <meta name="copyright" content="Copyright (c) 2013-2020 Space X-Chimp. All Rights Reserved.">
155
  ...
156
+ <meta name="copyright" content="Copyright 2020 Space X-Chimp. All Rights Reserved.">
157
  ...
158
  </head>`
159
 
220
 
221
  == Changelog ==
222
 
223
+ = 4.38 - Jan 20, 2020 =
224
+ * Maintenance: The copyright date updated to support the 2020 year.
225
+
226
  = 4.37 - Nov 11, 2019 =
227
  * Maintenance: Compatibility with upcoming WordPress 5.3.
228
  * Framework update: Bootstrap library updated to the latest version; v3.4.1.