Changeset 1036096
- Timestamp:
- 12/01/2014 06:12:46 PM (11 years ago)
- Location:
- average-head-footer-code
- Files:
-
- 5 added
- 4 edited
-
tags/1.0/options.php (modified) (1 diff)
-
tags/1.1 (added)
-
tags/1.1/average-head-footer-code.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/options.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/average-head-footer-code.php (modified) (1 diff)
-
trunk/options.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
average-head-footer-code/tags/1.0/options.php
r1009284 r1036096 28 28 <li>That's it!</li> 29 29 </ol> 30 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" /> 31 <input name="hosted_button_id" type="hidden" value="45JKXJDBN9AME" /> 32 <table><tbody><tr> 33 <td><input name="on0" type="hidden" value="Please give your ticket a name" />Please give your ticket a name</td> 30 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> 31 <input type="hidden" name="cmd" value="_s-xclick"> 32 <input type="hidden" name="hosted_button_id" value="2ALABGHC83M4W"> 33 <table> 34 <tr> 35 <td><input type="hidden" name="on0" value="Name your ticket">Name your ticket</td> 34 36 </tr> 35 37 <tr> 36 <td><input maxlength="200" name="os0" type="text" /></td>38 <td><input type="text" name="os0" maxlength="200"></td> 37 39 </tr> 38 40 <tr> 39 <td><input name="on1" type="hidden" value="Best way to contact you" />Best way to contact you</td>41 <td><input type="hidden" name="on1" value="Best way to contact you">Best way to contact you</td> 40 42 </tr> 41 43 <tr> 42 <td><input maxlength="200" name="os1" type="text" /></td>43 </tr> </tbody></table>44 < input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" type="image" />45 <i mg src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-small.png" alt="Buy now with PayPal" />46 47 </form>44 <td><input type="text" name="os1" maxlength="200"></td> 45 </tr> 46 </table> 47 <input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-small.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 48 <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> 49 </form> 48 50 <p><strong>Note</strong>: This is for <em>custom</em> needs for help, not problems with the plugin, or instructions that should already be explain in the description. If you feel there are important details omitted from the <a href="http://wordpress.org/plugins/average-head-footer-code/" target="_blank">Description</a>, <a href="http://wordpress.org/plugins/average-head-footer-code/installation/" target="_blank">Installation</a> steps, etc. of the plugin, please report them in the <a href="http://wordpress.org/support/plugin/average-head-footer-code" target="_blank">Support forum</a>. Thanks!</p> 49 51 </div> <!-- #postbox-container-1 .postbox-container --> -
average-head-footer-code/trunk/average-head-footer-code.php
r984734 r1036096 4 4 Plugin URI: 5 5 Description: Allows admins to add code to the <head> and/or <footer> of an individual post and/or site-wide. Ideal for scripts such as Google Analytics conversion tracking code and any other general or page-specific JavaScript. 6 Version: 1. 06 Version: 1.1 7 7 Author: Average 8 8 Author URI: http://profiles.wordpress.org/averagetechnology -
average-head-footer-code/trunk/options.php
r1009284 r1036096 1 1 <div class="wrap"> 2 2 <?php screen_icon(); ?> 3 <h2>Head & Footer Code</h2> 3 <h2>(Average) Head & Footer Code</h2> 4 <div class="update-nag">Average is changing its name to AddFunc. Much better, huh?! Therefore, this plugin has been republished as <a href="https://wordpress.org/plugins/addfunc-head-footer-code/">AddFunc Head & Footer Code</a>. <a href="/wp-admin/plugin-install.php?tab=search&s=AddFunc+Head+%26+Footer+Code">Try this link for an easy install</a> (works in most WordPress 4+ installs). The "AddFunc version" is compatible with the "Average version," so installation and activation is risk-free. This also enables you to manually transfer all of your head and footer code to the "AddFunc version" (if you wish). The "Average version" will remain available with minimal support until it becomes a burden for AddFunc (probably for many years to come, as of 2014). Any new features will only be added to the "AddFunc version," so it is of course the recommended version (at least for future projects). Thanks!</div> 4 5 <div id="poststuff"> 5 6 <div id="post-body" class="metabox-holder columns-2"> … … 28 29 <li>That's it!</li> 29 30 </ol> 30 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" /> 31 <input name="hosted_button_id" type="hidden" value="45JKXJDBN9AME" /> 32 <table><tbody><tr> 33 <td><input name="on0" type="hidden" value="Please give your ticket a name" />Please give your ticket a name</td> 31 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> 32 <input type="hidden" name="cmd" value="_s-xclick"> 33 <input type="hidden" name="hosted_button_id" value="2ALABGHC83M4W"> 34 <table> 35 <tr> 36 <td><input type="hidden" name="on0" value="Name your ticket">Name your ticket</td> 34 37 </tr> 35 38 <tr> 36 <td><input maxlength="200" name="os0" type="text" /></td>39 <td><input type="text" name="os0" maxlength="200"></td> 37 40 </tr> 38 41 <tr> 39 <td><input name="on1" type="hidden" value="Best way to contact you" />Best way to contact you</td>42 <td><input type="hidden" name="on1" value="Best way to contact you">Best way to contact you</td> 40 43 </tr> 41 44 <tr> 42 <td><input maxlength="200" name="os1" type="text" /></td> 43 </tr></tbody></table> 44 <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" type="image" /> 45 <img src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-small.png" alt="Buy now with PayPal" /> 46 </form> 45 <td><input type="text" name="os1" maxlength="200"></td> 46 </tr> 47 </table> 48 <input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-small.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 49 <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> 50 </form> 47 51 <p><strong>Note</strong>: This is for <em>custom</em> needs for help, not problems with the plugin, or instructions that should already be explain in the description. If you feel there are important details omitted from the <a href="http://wordpress.org/plugins/average-head-footer-code/" target="_blank">Description</a>, <a href="http://wordpress.org/plugins/average-head-footer-code/installation/" target="_blank">Installation</a> steps, etc. of the plugin, please report them in the <a href="http://wordpress.org/support/plugin/average-head-footer-code" target="_blank">Support forum</a>. Thanks!</p> 48 52 </div> <!-- #postbox-container-1 .postbox-container --> -
average-head-footer-code/trunk/readme.txt
r1008152 r1036096 7 7 Requires at least: 3.0.1 8 8 Tested up to: 4.0 9 Stable tag: 1. 09 Stable tag: 1.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 57 = 1.1 = 58 1-Dec-2014 59 60 * Announces move to [AddFunc Head & Footer Code](https://wordpress.org/plugins/addfunc-head-footer-code/) 61 * Fixes metabox nonce 62 * Removes icon.svg 56 63 57 64 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.