Plugin Directory

Changeset 1412754


Ignore:
Timestamp:
05/09/2016 03:05:30 AM (10 years ago)
Author:
lilmike
Message:

1.2.2 - Ship

Location:
2mb-autocode
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • 2mb-autocode/tags/1.2.2/2mb-autocode.php

    r1209327 r1412754  
    66Plugin Name: 2MB Autocode
    77Plugin URI: http://2mb.solutions/plugins/autocode
    8 Version: 1.2.1
     8Version: 1.2.2
    99License: Gpl v2 or later
    1010*/
     
    216216    <br>
    217217    <ul>
    218     <li>To stop the text from displaying at the top or bottom of a post and the homepage, enter ##no_top## for the top text or ##no_bottom## for the bottom text anywhere in the post.</li>
    219     <li>To stop the text from displaying selectively on the homepage *or* the post page, enter ##no_top_home## or ##no_bottom_home## for the homepage, or ##no_top_post## or ##no_bottom_post## for the post page.</li>
    220     <li>To enable the top and/or bottom text when it is normally not enabled on the homepage, add ##do_top_home## or ##do_bottom_home## to anywhere on the post.</li>
     218    <li>To stop the text from displaying at the top or bottom of a post and the homepage, enter ##no_top## for the top text or ##no_bottom## for the bottom text anywhere in the post. Alternatively, simply select the appropriate option on the post edit page itself.</li>
     219    <li>To stop the text from displaying selectively on the homepage *or* the post page, enter ##no_top_home## or ##no_bottom_home## for the homepage, or ##no_top_post## or ##no_bottom_post## for the post page. Once again, these options can be set in the post editor.</li>
     220    <li>To enable the top and/or bottom text when it is normally not enabled on the homepage, add ##do_top_home## or ##do_bottom_home## to anywhere on the post. And again, post editor... you get it.</li>
    221221    <li>To include php code to run in a page, enter [php]CODE HERE[/php] anywhere in the post. Note: You should not include the beginning opening or end closing php tag, but you may exit php and re-enter by using a closing then opening tag.</li>
     222<li>To place the top or bottom text at a different point than at the top or bottom, enter ##do_bottom## or ##do_top## where you want them in the post editor.</li>
    222223    </ul>
    223224    <br>
  • 2mb-autocode/tags/1.2.2/readme.txt

    r1210487 r1412754  
    44Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts
    55Requires at least: 3.0
    6 Tested up to: 4.3
    7 Stable tag: 1.2.1
     6Tested up to: 4.5.1
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78= 1.2.2 =
     79
     80* Documentation updates.
     81
    7882= 1.2.1 =
    7983
     
    8690
    8791= 1.1.2 =
     92
    8893*Very important! If you were using inline php to put php on your blog before, please upgrade to this version or uninstall inline php before upgrading to 2mb autocode 1.1. There was a problem that caused the two plugins to conflict, which has now been solved. *** NOTE *** if your blog is not accessible due to the conflict, do the following: Delete the inline php folder from your server, and all should be well. We're sorry for any inconvenience -- sometimes even plugin developers can screw up ;-).
    8994
  • 2mb-autocode/trunk/2mb-autocode.php

    r1209327 r1412754  
    66Plugin Name: 2MB Autocode
    77Plugin URI: http://2mb.solutions/plugins/autocode
    8 Version: 1.2.1
     8Version: 1.2.2
    99License: Gpl v2 or later
    1010*/
     
    216216    <br>
    217217    <ul>
    218     <li>To stop the text from displaying at the top or bottom of a post and the homepage, enter ##no_top## for the top text or ##no_bottom## for the bottom text anywhere in the post.</li>
    219     <li>To stop the text from displaying selectively on the homepage *or* the post page, enter ##no_top_home## or ##no_bottom_home## for the homepage, or ##no_top_post## or ##no_bottom_post## for the post page.</li>
    220     <li>To enable the top and/or bottom text when it is normally not enabled on the homepage, add ##do_top_home## or ##do_bottom_home## to anywhere on the post.</li>
     218    <li>To stop the text from displaying at the top or bottom of a post and the homepage, enter ##no_top## for the top text or ##no_bottom## for the bottom text anywhere in the post. Alternatively, simply select the appropriate option on the post edit page itself.</li>
     219    <li>To stop the text from displaying selectively on the homepage *or* the post page, enter ##no_top_home## or ##no_bottom_home## for the homepage, or ##no_top_post## or ##no_bottom_post## for the post page. Once again, these options can be set in the post editor.</li>
     220    <li>To enable the top and/or bottom text when it is normally not enabled on the homepage, add ##do_top_home## or ##do_bottom_home## to anywhere on the post. And again, post editor... you get it.</li>
    221221    <li>To include php code to run in a page, enter [php]CODE HERE[/php] anywhere in the post. Note: You should not include the beginning opening or end closing php tag, but you may exit php and re-enter by using a closing then opening tag.</li>
     222<li>To place the top or bottom text at a different point than at the top or bottom, enter ##do_bottom## or ##do_top## where you want them in the post editor.</li>
    222223    </ul>
    223224    <br>
  • 2mb-autocode/trunk/readme.txt

    r1210487 r1412754  
    44Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts
    55Requires at least: 3.0
    6 Tested up to: 4.3
    7 Stable tag: 1.2.1
     6Tested up to: 4.5.1
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78= 1.2.2 =
     79
     80* Documentation updates.
     81
    7882= 1.2.1 =
    7983
     
    8690
    8791= 1.1.2 =
     92
    8893*Very important! If you were using inline php to put php on your blog before, please upgrade to this version or uninstall inline php before upgrading to 2mb autocode 1.1. There was a problem that caused the two plugins to conflict, which has now been solved. *** NOTE *** if your blog is not accessible due to the conflict, do the following: Delete the inline php folder from your server, and all should be well. We're sorry for any inconvenience -- sometimes even plugin developers can screw up ;-).
    8994
Note: See TracChangeset for help on using the changeset viewer.