Version Description
- Removed more unused do_action() from settings_page.php file.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | All Meta Tags |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4
- all-meta-tags.php +2 -2
- inc/settings_page.php +2 -5
- readme.txt +7 -3
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.
|
9 |
* License: GPL3
|
10 |
* Text Domain: allmetatags
|
11 |
* Domain Path: /languages/
|
@@ -309,4 +309,4 @@ function allmetatags_uninstall() {
|
|
309 |
register_uninstall_hook( __FILE__, 'allmetatags_uninstall' );
|
310 |
|
311 |
/* That's all folks! */
|
312 |
-
?>
|
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.4
|
9 |
* License: GPL3
|
10 |
* Text Domain: allmetatags
|
11 |
* Domain Path: /languages/
|
309 |
register_uninstall_hook( __FILE__, 'allmetatags_uninstall' );
|
310 |
|
311 |
/* That's all folks! */
|
312 |
+
?>
|
inc/settings_page.php
CHANGED
@@ -8,7 +8,7 @@ defined('ABSPATH') or die("Restricted access!");
|
|
8 |
/**
|
9 |
* Render Settings Page
|
10 |
*
|
11 |
-
* @since 1.
|
12 |
*/
|
13 |
function allmetatags_render_submenu_page() {
|
14 |
|
@@ -92,8 +92,6 @@ function allmetatags_render_submenu_page() {
|
|
92 |
<form name="allmetatags-form" action="options.php" method="post" enctype="multipart/form-data">
|
93 |
<?php settings_fields( 'allmetatags_settings_group' ); ?>
|
94 |
|
95 |
-
<?php do_action( 'allmetatags-form-top' ); ?>
|
96 |
-
|
97 |
<div class="postbox" id="WebMasterTools">
|
98 |
<h3 class="title">Web Master Tools</h3>
|
99 |
<div class="inside">
|
@@ -242,7 +240,6 @@ function allmetatags_render_submenu_page() {
|
|
242 |
</div>
|
243 |
</div>
|
244 |
|
245 |
-
<?php do_action( 'allmetatags-form-bottom' ); ?>
|
246 |
</div>
|
247 |
</div>
|
248 |
</div>
|
@@ -254,4 +251,4 @@ function allmetatags_render_submenu_page() {
|
|
254 |
|
255 |
</div>
|
256 |
<?php
|
257 |
-
}
|
8 |
/**
|
9 |
* Render Settings Page
|
10 |
*
|
11 |
+
* @since 1.4
|
12 |
*/
|
13 |
function allmetatags_render_submenu_page() {
|
14 |
|
92 |
<form name="allmetatags-form" action="options.php" method="post" enctype="multipart/form-data">
|
93 |
<?php settings_fields( 'allmetatags_settings_group' ); ?>
|
94 |
|
|
|
|
|
95 |
<div class="postbox" id="WebMasterTools">
|
96 |
<h3 class="title">Web Master Tools</h3>
|
97 |
<div class="inside">
|
240 |
</div>
|
241 |
</div>
|
242 |
|
|
|
243 |
</div>
|
244 |
</div>
|
245 |
</div>
|
251 |
|
252 |
</div>
|
253 |
<?php
|
254 |
+
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Arthur Gareginyan
|
|
3 |
Tags: meta, tag,tags, custom, simple, plugin, twitter, facebook, g+, google, google+, google plus, meta, search engine optimization, seo, social, alexa, alexa rank, pinterest, norton safe web, webmaster, webmaster tool, webmaster tools, web master tools, web master tools, bing, yandex, bing webmaster, yandex webmaster, google webmaster, web tools, open graph, publisher profile, publisher, author, authors, description, keyword, keywords, copyright, designer, admin, meta tag, pinterest, pinterest meta tag, pinterest website verification, pinterest verification, pinterest verify, plugin, verification, verify, webmaster plugin, wot, web of trust,
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -139,6 +139,8 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
139 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
|
140 |
|
141 |
== Changelog ==
|
|
|
|
|
142 |
= 1.3 =
|
143 |
* Added new section with meta tags for Default Home Page and Blog Page.
|
144 |
* Home Page section renamed to Static Home Page.
|
@@ -157,6 +159,8 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
157 |
|
158 |
|
159 |
== Upgrade Notice ==
|
|
|
|
|
160 |
= 1.3 =
|
161 |
* Added new section with meta tags for Default Home Page and Blog Page.
|
162 |
* Home Page section renamed to Static Home Page.
|
@@ -169,4 +173,4 @@ Please update to first stable release!
|
|
169 |
* Added ready for translation (.pot file included).
|
170 |
* Added russian translation.
|
171 |
= 0.2 =
|
172 |
-
Please update to beta version.
|
3 |
Tags: meta, tag,tags, custom, simple, plugin, twitter, facebook, g+, google, google+, google plus, meta, search engine optimization, seo, social, alexa, alexa rank, pinterest, norton safe web, webmaster, webmaster tool, webmaster tools, web master tools, web master tools, bing, yandex, bing webmaster, yandex webmaster, google webmaster, web tools, open graph, publisher profile, publisher, author, authors, description, keyword, keywords, copyright, designer, admin, meta tag, pinterest, pinterest meta tag, pinterest website verification, pinterest verification, pinterest verify, plugin, verification, verify, webmaster plugin, wot, web of trust,
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
+
Tested up to: 4.4
|
7 |
+
Stable tag: 1.3
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
139 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
|
140 |
|
141 |
== Changelog ==
|
142 |
+
= 1.4 =
|
143 |
+
* Removed more unused do_action() from settings_page.php file.
|
144 |
= 1.3 =
|
145 |
* Added new section with meta tags for Default Home Page and Blog Page.
|
146 |
* Home Page section renamed to Static Home Page.
|
159 |
|
160 |
|
161 |
== Upgrade Notice ==
|
162 |
+
= 1.4 =
|
163 |
+
* Removed more unused do_action() from settings_page.php file.
|
164 |
= 1.3 =
|
165 |
* Added new section with meta tags for Default Home Page and Blog Page.
|
166 |
* Home Page section renamed to Static Home Page.
|
173 |
* Added ready for translation (.pot file included).
|
174 |
* Added russian translation.
|
175 |
= 0.2 =
|
176 |
+
Please update to beta version.
|