Head & Footer Code - Version 1.1.1

Version Description

  • Tested: on WordPress 5.4.1
  • Add: Video tutorial on how to install, configure and use Head & Footer Code plugin
Download this release

Release Info

Developer urkekg
Plugin Icon Head & Footer Code
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

Files changed (2) hide show
  1. head-footer-code.php +2 -2
  2. readme.txt +9 -3
head-footer-code.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: Head & Footer Code
9
  * Plugin URI: https://urosevic.net/wordpress/plugins/head-footer-code/
10
  * Description: Easy add site-wide and/or article specific custom code to head and/or footer sections (before the &lt;/head&gt; or &lt;/body&gt; or opening &lt;body&gt;) by hooking to <code>wp_head</code>, <code>wp_footer</code> and <code>wp_body_open</code>.
11
- * Version: 1.1.0
12
  * Author: Aleksandar Urosevic
13
  * Author URI: https://urosevic.net
14
  * License: GPL-3.0+
@@ -22,7 +22,7 @@ if ( ! defined( 'WPINC' ) ) {
22
  die;
23
  }
24
 
25
- define( 'WPAU_HEAD_FOOTER_CODE_VER', '1.1.0' );
26
  define( 'WPAU_HEAD_FOOTER_CODE_DB_VER', '3' );
27
  define( 'WPAU_HEAD_FOOTER_CODE_FILE', basename( __FILE__ ) );
28
  define( 'WPAU_HEAD_FOOTER_CODE_INC', dirname( __FILE__ ) . '/inc/' );
8
  * Plugin Name: Head & Footer Code
9
  * Plugin URI: https://urosevic.net/wordpress/plugins/head-footer-code/
10
  * Description: Easy add site-wide and/or article specific custom code to head and/or footer sections (before the &lt;/head&gt; or &lt;/body&gt; or opening &lt;body&gt;) by hooking to <code>wp_head</code>, <code>wp_footer</code> and <code>wp_body_open</code>.
11
+ * Version: 1.1.1
12
  * Author: Aleksandar Urosevic
13
  * Author URI: https://urosevic.net
14
  * License: GPL-3.0+
22
  die;
23
  }
24
 
25
+ define( 'WPAU_HEAD_FOOTER_CODE_VER', '1.1.1' );
26
  define( 'WPAU_HEAD_FOOTER_CODE_DB_VER', '3' );
27
  define( 'WPAU_HEAD_FOOTER_CODE_FILE', basename( __FILE__ ) );
28
  define( 'WPAU_HEAD_FOOTER_CODE_INC', dirname( __FILE__ ) . '/inc/' );
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Head & Footer Code ===
2
  Contributors: urkekg
3
  Donate link: https://urosevic.net/wordpress/donate/?donate_for=head-footer-code
4
- Tags: wp_head, wp_footer, head footer code, custom head script, custom body script, custom footer script, google analytics, facebook pixel, pixel tracking, tracking code, javascript, scripts, site verification, css
5
  Requires at least: 4.9
6
- Tested up to: 5.4-beta3
7
- Stable tag: 1.1.0
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -19,6 +19,8 @@ Simply go to Tools &rarr; Head &amp; Footer Code in your website admin dashboard
19
 
20
  If you have to insert some custom code specific for individual article (post, page, custom post type), then you can use Article specific metabox while you editing post/page/custom post type (check out [Screenshots](https://wordpress.org/plugins/head-footer-code/#screenshots)). There you can also set should that specific code be appended to site-wide code defined on **Tools** &rarr; **Head &amp; Footer Code**, or should be overwritten.
21
 
 
 
22
  **Works or broken?**
23
 
24
  Please, consider to vote for this plugin. When you vote for broken, be so kind and tell in the [Forum](https://wordpress.org/support/plugin/head-footer-code/) what is broken. Maybe I might be able to fix it to make the plugin also work for you.
@@ -98,6 +100,10 @@ Initial release of new plugin developed by Aleksandar Urosevic.
98
 
99
  == Changelog ==
100
 
 
 
 
 
101
  = 1.1.0 =
102
  * Tested: on WordPress 5.1.4, 5.3.2 and 5.4-beta3 with PHP 7.2.15 and 7.3.7
103
  * Fix: Backslashes are removed on post/page update in article specific HEAD/BODY/FOOTER code reported by @asherber (`update_post_meta` pass key and value to `update_metadata` which expect them slashed key and value)
1
  === Head & Footer Code ===
2
  Contributors: urkekg
3
  Donate link: https://urosevic.net/wordpress/donate/?donate_for=head-footer-code
4
+ Tags: wp_head, wp_footer, wp_body_open, head footer code, custom head script, custom body script, custom footer script, google analytics, facebook pixel, pixel tracking, tracking code, javascript, scripts, site verification, css
5
  Requires at least: 4.9
6
+ Tested up to: 5.4.1
7
+ Stable tag: 1.1.1
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
19
 
20
  If you have to insert some custom code specific for individual article (post, page, custom post type), then you can use Article specific metabox while you editing post/page/custom post type (check out [Screenshots](https://wordpress.org/plugins/head-footer-code/#screenshots)). There you can also set should that specific code be appended to site-wide code defined on **Tools** &rarr; **Head &amp; Footer Code**, or should be overwritten.
21
 
22
+ https://www.youtube.com/watch?v=Gd41Dv09UC4
23
+
24
  **Works or broken?**
25
 
26
  Please, consider to vote for this plugin. When you vote for broken, be so kind and tell in the [Forum](https://wordpress.org/support/plugin/head-footer-code/) what is broken. Maybe I might be able to fix it to make the plugin also work for you.
100
 
101
  == Changelog ==
102
 
103
+ = 1.1.1 =
104
+ * Tested: on WordPress 5.4.1
105
+ * Add: Video tutorial on how to install, configure and use Head & Footer Code plugin
106
+
107
  = 1.1.0 =
108
  * Tested: on WordPress 5.1.4, 5.3.2 and 5.4-beta3 with PHP 7.2.15 and 7.3.7
109
  * Fix: Backslashes are removed on post/page update in article specific HEAD/BODY/FOOTER code reported by @asherber (`update_post_meta` pass key and value to `update_metadata` which expect them slashed key and value)