Head, Footer and Post Injections - Version 3.1.3

Version Description

  • General compatibility check with latest WP
Download this release

Release Info

Developer satollo
Plugin Icon wp plugin Head, Footer and Post Injections
Version 3.1.3
Comparing to
See all releases

Code changes from version 3.1.2 to 3.1.3

Files changed (2) hide show
  1. plugin.php +2 -2
  2. readme.txt +7 -260
plugin.php CHANGED
@@ -4,14 +4,14 @@
4
  Plugin Name: Head, Footer and Post Injections
5
  Plugin URI: http://www.satollo.net/plugins/header-footer
6
  Description: Header and Footer lets to add html/javascript code to the head and footer and posts of your blog. Some examples are provided on the <a href="http://www.satollo.net/plugins/header-footer">official page</a>.
7
- Version: 3.1.2
8
  Author: Stefano Lissa
9
  Author URI: http://www.satollo.net
10
  Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
11
  */
12
 
13
  /*
14
- Copyright 2008-2017 Stefano Lissa (stefano@satollo.net)
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License as published by
4
  Plugin Name: Head, Footer and Post Injections
5
  Plugin URI: http://www.satollo.net/plugins/header-footer
6
  Description: Header and Footer lets to add html/javascript code to the head and footer and posts of your blog. Some examples are provided on the <a href="http://www.satollo.net/plugins/header-footer">official page</a>.
7
+ Version: 3.1.3
8
  Author: Stefano Lissa
9
  Author URI: http://www.satollo.net
10
  Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
11
  */
12
 
13
  /*
14
+ Copyright 2008-2019 Stefano Lissa (stefano@satollo.net)
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License as published by
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Head, Footer and Post Injections ===
2
  Tags: header, footer, blog, page, single, post, head, tracking, facebook, og meta tag, open graph, ads, adsense, injections, analytics, amp, pixel
3
  Requires at least: 3.0
4
- Tested up to: 4.9.8
5
- Stable tag: 3.1.2
6
  Donate link: http://www.satollo.net/donations
7
  Contributors: satollo
8
 
@@ -71,7 +71,6 @@ Other plugins by Stefano Lissa:
71
  * [Include Me](http://www.satollo.net/plugins/include-me)
72
  * [Comment Plus](http://www.satollo.net/plugins/comment-plus)
73
  * [Thumbnails](http://www.satollo.net/plugins/thumbnails)
74
- * [PHP Text Widget](http://www.satollo.net/plugins/php-text-widget)
75
  * [Ads for bbPress](http://www.satollo.net/plugins/ads-bbpress)
76
 
77
  == Installation ==
@@ -93,6 +92,10 @@ FAQs are answered on [Header and Footer](http://www.satollo.net/plugins/header-f
93
 
94
  == Changelog ==
95
 
 
 
 
 
96
  = 3.1.2 =
97
 
98
  * Fixed a debug notice
@@ -109,262 +112,6 @@ FAQs are answered on [Header and Footer](http://www.satollo.net/plugins/header-f
109
  * Removed notices
110
  * 5 post injections and 5 generic injections
111
 
112
- = 3.0.7 =
113
-
114
- * Added the filter "hefo_php_exec" to let a third party to disable the PHP execution
115
-
116
- = 3.0.6 =
117
-
118
- * Moved the donate png inside the plugin
119
-
120
- = 3.0.5 =
121
-
122
- * Debug notices fix
123
-
124
- = 3.0.4 =
125
-
126
- * Debug notices fix
127
-
128
- = 3.0.3 =
129
-
130
- * Check on content length for injections "skipping" N characters
131
- * Removed obsolete code
132
- * Removed script handlers debugger
133
- * Fixed notice on $post_id
134
-
135
- = 3.0.2 =
136
-
137
- * Version error (grrr)
138
-
139
- = 3.0.1 =
140
-
141
- * Fixed an error on menu
142
- * Added the subscription box
143
- * Fixed CSS and JS in admin panel
144
-
145
- = 3.0.0 =
146
-
147
- * Start adding support for amp and [amp plugin](https://wordpress.org/plugins/amp/)
148
- * Removed the Open Graph support (it is now so complex that it became out of scope for this plugin)
149
- * Add a notice to use Ads for bbPress
150
- * Home page only injection fix
151
- * Removed old code
152
- * Little change to the name to be more descriptive
153
- * Removed local codemirror and added the one from cdnjs
154
-
155
- = 2.0.2 =
156
-
157
- * Fixed generics injection tab
158
- * Fixed mobile footer version
159
- * Fixed few debug notices
160
-
161
- = 2.0.1 =
162
-
163
- * Fixed mobile detection injection
164
-
165
- = 2.0.0 =
166
-
167
- * CodeMirror introduced
168
- * Better mobile code differentiation
169
- * Admin interface fixes
170
-
171
- = 1.7.0 =
172
-
173
- * Reverted 1.6.9 changes which break the blog in some cases
174
-
175
- = 1.6.9 =
176
-
177
- * PHP execution added to the after "body tag" injection
178
-
179
- = 1.6.8 =
180
-
181
- * Fixed a debug notice
182
- * Updated readme.txt
183
-
184
- = 1.6.7 =
185
-
186
- * Added the just after <body> tag injection
187
-
188
- = 1.6.6 =
189
-
190
- * Fixed few debug notices
191
- * Fixed the top and bottom injection controls from post and page editing panels
192
-
193
- = 1.6.5 =
194
-
195
- * Added a web performance section to force async load of selected JavaScript files
196
-
197
- = 1.6.4 =
198
-
199
- * Comptibility check
200
-
201
- = 1.6.3 =
202
-
203
- * Added the css id removal feature for pagespeed. See [this page](http://www.satollo.net/hyper-cache-and-google-pagespeed-combine-css).
204
-
205
- = 1.6.2 =
206
-
207
- * Notes
208
- * Performance improvements
209
-
210
- = 1.6.1 =
211
-
212
- * Code cleanup
213
- * New notes
214
-
215
- = 1.6.0 =
216
-
217
- * Added options to remove some head links
218
-
219
- = 1.5.9 =
220
-
221
- * Sticky plugin removed
222
- * Compatibility check with WP 4.0
223
- * Code improvements on buffering
224
-
225
- = 1.5.8 =
226
-
227
- * Removed a couple of obsolete lines of code
228
- * Added options to enable tags and categories on pages
229
-
230
- = 1.5.7 =
231
-
232
- * Fixed a notice for 404 page
233
-
234
- = 1.5.6 =
235
-
236
- * Version compatibility
237
-
238
- = 1.5.5 =
239
-
240
- * Added an option to use the post options for pages
241
-
242
- = 1.5.4 =
243
-
244
- * Fixed the "global post" variable when injections contain php
245
-
246
- = 1.5.3 =
247
-
248
- * Fixed a link
249
-
250
- = 1.5.2 =
251
-
252
- * Fixed a debug notice
253
-
254
- = 1.5.1 =
255
-
256
- * Fixed some debug notices
257
- * ru_RU translation by [Eugene Zhukov](https://plus.google.com/u/0/118278852301653300773)
258
- * Added the "thank you" panel
259
- * Fixed the missing user agent notice
260
-
261
- = 1.5.0 =
262
-
263
- * Mobile detection added
264
-
265
- = 1.4.5 =
266
-
267
- * Full size og:image
268
- * Improved the bbpress integration
269
-
270
- = 1.4.4 =
271
-
272
- * Fixed a debug warning
273
-
274
- = 1.4.3 =
275
-
276
- * Performance improvements
277
-
278
- = 1.4.2 =
279
-
280
- * Added top and bottom injection controls on single posts and pages
281
-
282
- = 1.4.1 =
283
-
284
- * Added global variables "hefo_page_top", "hefo_page_bottom" that, if set to false, blocks the page injection
285
- * Added global variables "hefo_post_top", "hefo_post_bottom" that, if set to false, blocks the page injection
286
- * Added configuration to inject code on excerpts
287
- * Added global variable $hefo_count which counts the number of process excerpts
288
-
289
- = 1.4.0 =
290
-
291
- * Chaged the top bar
292
- * Fixed some CSS
293
-
294
- = 1.3.9 =
295
-
296
- * Added a SEO option for noindex meta tag on page 2 and up of the home page
297
- * Added a SEO option for canonical on home page (save you from URLs with query string parameter used by plugins)
298
- * Added a SEO option for noindex meta tag on seach result pages
299
-
300
- = 1.3.8 =
301
-
302
- * Removed the init configuration, too much dangerous
303
-
304
- = 1.3.7 =
305
-
306
- * Added the init configuration
307
-
308
- = 1.3.5 =
309
-
310
- * Added notes and parked codes
311
- * Added code snippets
312
- * $post made global for post and page header and footer
313
-
314
- = 1.3.4 =
315
-
316
- * Added an important note about tabs and image selection on the facebook tab, only informative
317
- * Added a .po file, but it is no still time to translate!
318
-
319
- = 1.3.3 =
320
-
321
- * Fixed the not loading CSS and sone layout problems
322
-
323
- = 1.3.2 =
324
-
325
- * Fixed the readme file...
326
- * Fixed some labels
327
- * Added the screenshots (hope they'll show up this time...)
328
-
329
- = 1.3.1 =
330
-
331
- * Added bbPress "compatibility" for og:image Facebook meta tag
332
- * Administration panel tabbed
333
- * Added Facebook og:type support
334
- * Fix the og:image on home page when there is no default image specified
335
- * Facebook og: tags added earlier on head section that other codes
336
-
337
- = 1.3.0 =
338
-
339
- * added configuration to inject code before and after pages
340
- * small graphical changes
341
-
342
- = 1.2.0 =
343
-
344
- * compatibility check with WordPress 3.2.1
345
- * updated the Facebook Open Graph image tag (og:image)
346
- * integrated with WordPress media gallery image picker and uploader
347
- * some CSS changes
348
- * added the Satollo.net news iframe
349
- * added configurations to inject code before and after posts
350
- * added a PDF manual
351
-
352
- = 1.0.6 =
353
-
354
- * WP 2.7.1 compatibility check
355
-
356
- = 1.0.5 =
357
-
358
- * added the german translation by Ev. Jugend Schwandorf - Sebastian M�ller (http://www.ej-schwandorf.de)
359
-
360
- = 1.0.4 =
361
-
362
- * fixed the usage of short php tag
363
-
364
- = 1.0.3 =
365
-
366
- * added the "only home" header text
367
-
368
  == Privacy and GDPR ==
369
 
370
- This plugin does not collect or process any personal user data.
1
  === Head, Footer and Post Injections ===
2
  Tags: header, footer, blog, page, single, post, head, tracking, facebook, og meta tag, open graph, ads, adsense, injections, analytics, amp, pixel
3
  Requires at least: 3.0
4
+ Tested up to: 5.2
5
+ Stable tag: 3.1.3
6
  Donate link: http://www.satollo.net/donations
7
  Contributors: satollo
8
 
71
  * [Include Me](http://www.satollo.net/plugins/include-me)
72
  * [Comment Plus](http://www.satollo.net/plugins/comment-plus)
73
  * [Thumbnails](http://www.satollo.net/plugins/thumbnails)
 
74
  * [Ads for bbPress](http://www.satollo.net/plugins/ads-bbpress)
75
 
76
  == Installation ==
92
 
93
  == Changelog ==
94
 
95
+ = 3.1.3 =
96
+
97
+ * General compatibility check with latest WP
98
+
99
  = 3.1.2 =
100
 
101
  * Fixed a debug notice
112
  * Removed notices
113
  * 5 post injections and 5 generic injections
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  == Privacy and GDPR ==
116
 
117
+ This plugin does not collect or process any personal user data.