Version Description
- Jan 20, 2020 =
- Maintenance: The copyright date updated to support the 2020 year.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | All Meta Tags |
Version | 4.38 |
Comparing to | |
See all releases |
Code changes from version 4.37 to 4.38
- all-meta-tags.php +2 -2
- inc/css/admin.css +1 -1
- inc/js/admin.js +1 -1
- inc/js/codemirror-settings.js +1 -1
- inc/php/tabs/faq.php +2 -2
- inc/php/tabs/settings.php +1 -1
- readme.txt +6 -3
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.
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
-
* Copyright 2015-
|
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-
|
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-
|
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-
|
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><head>
|
151 |
...
|
152 |
-
<meta name="copyright" content="Copyright (c) 2013-
|
153 |
...
|
154 |
-
<meta name="copyright" content="Copyright
|
155 |
...
|
156 |
</head></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><head>
|
151 |
...
|
152 |
+
<meta name="copyright" content="Copyright (c) 2013-2020 Space X-Chimp. All Rights Reserved.">
|
153 |
...
|
154 |
+
<meta name="copyright" content="Copyright 2020 Space X-Chimp. All Rights Reserved.">
|
155 |
...
|
156 |
</head></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-
|
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.
|
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-
|
155 |
...
|
156 |
-
<meta name="copyright" content="Copyright
|
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.
|