Plugin Directory

Changeset 2470181


Ignore:
Timestamp:
02/06/2021 09:39:25 PM (5 years ago)
Author:
lilmike
Message:

1.2.6

Location:
2mb-autocode
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • 2mb-autocode/trunk/readme.txt

    r2415513 r2470181  
    11=== 2MB Autocode ===
    22Contributors: lilmike, stormdragon2976
    3 Donate link: http://2mb.solutions/donate
     3Donate link: https://2mb.solutions/donate
    44Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts
    55Requires at least: 3.0
    6 Tested up to: 5.5
    7 Stable tag: 1.2.4
     6Tested up to: 5.6
     7Stable tag: 1.2.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 This plugin, developed by [2MB Solutions](http://2mb.solutions/), allows you to place predetermined text/html/php at the top and/or bottom of each post. In addition, you can override the placing of text at the bottom and/or top of a specific post, override the placing of text on the homepage or on a post individually, or run arbitrary php inside a post.
     15This plugin, developed by [2MB Solutions](https://2mb.solutions/), allows you to place predetermined text/html/php at the top and/or bottom of each post. In addition, you can override the placing of text at the bottom and/or top of a specific post, override the placing of text on the homepage or on a post individually, or run arbitrary php inside a post.
    1616
    17 For more on 2MB, please visit (http://2mb.solutions/).
     17For more on 2MB, please visit (https://2mb.solutions/).
    1818
    19 Note that all development now takes place at [github](http://github.com/2mb-solutions/autocode/).
     19Note that all development now takes place at [github](https://github.com/2mb-solutions/autocode/).
    2020
    2121== Installation ==
     
    4242= How do I suggest a feature or new plugin? =
    4343
    44 We're glad you asked! We're always looking for new ways to improve, whether in the realm of new plugins, or upgrading existing ones. Please go to our [website](http://2mb.solutions/), and click contact us. There you will be able to email us a message. Rest assured we read every email we receive and strive to respond to as many as possible!
     44We're glad you asked! We're always looking for new ways to improve, whether in the realm of new plugins, or upgrading existing ones. Please go to our [website](https://2mb.solutions/), and click contact us. There you will be able to email us a message. Rest assured we read every email we receive and strive to respond to as many as possible!
    4545
    4646= How do I run php inside a post? =
     
    6868= Why isn't any development taking place at wordpress.org? =
    6969
    70 We have now moved our official development version to [github](http://github.com/2mb-solutions/autocode/). Feel free to test the code if you wish, and/or open issues over there although any issues or problems reported on the wordpress.org forums will also be dealt with.
     70We have now moved our official development version to [github](https://github.com/2mb-solutions/autocode/). Feel free to test the code if you wish, and/or open issues over there although any issues or problems reported on the wordpress.org forums will also be dealt with.
     71
     72= The white screen of death appears after upgrading to 1.2.4! Help! =
     73
     74Note this only happens on the admin, so if this happens:
     75
     761. Use ftp (or any other method of your choice) to move the wp-content/plugins/2mb-autocode folder to a new name, for example 2mb-autocode.old
     771. Reinstall or upgrade 2mb-autocode to 1.2.5.
     781. This should fix your problem, at which point you can delete the 2mb-autocode.old folder, or if you upgraded it, move it back to 2mb-autocde
     79
     80Note that no settings will be lost in this transition.
    7181
    7282== Screenshots ==
     
    7585
    7686== Changelog ==
     87= 1.2.5 =
     88
     89* fixed missing file in freemius.
    7790
    7891= 1.2.4 =
    7992
    80 * Removed freemius -- it wasn't that useful with only a few users.
     93* updated freemius
     94* Added ample comments :-).
    8195
    8296= 1.2.3 =
     
    104118
    105119*Added documentation to the plugin itself.
    106 
    107120*Added ##do_top_home## and ##do_bottom_home## to put text on the top or bottom of a post on the homepage even if the checkbox in settings is unchecked.
    108121
    109122= 1.1 =
     123
    110124*Added ##do_top## and  ##do_bottom## to place the bottom or top text anywhere in a post.
    111 
    112125*Added ##no_top_home##, ##no_bottom_home##, ##no_top_post##, and ##no_bottom_post## to override the placing of text specifically on the home or post pages.
    113 
    114126*Added [php] PHP CODE HERE [/php] to run php inside a post.
    115 
    116127*Very important! Fixed an issue where php at the top or bottom of posts would not run, and could possibly crash programs or make them not work correctly.
    117 
    118128*Fixed a possible bug where php code in the top or bottom of the post may have been echoing to the wrong part of the screen.
    119129
    120130= 1.0 =
     131
    121132*First release. woohoo!
    122133
    123134== Upgrade Notice ==
     135
     136= 1.2.5 =
     137
     138Please upgrade to this version as soon as possible, as 1.2.4 broke the admin dashboard. If you can't get into your dashboard, see the FAQ for help.
    124139
    125140= 1.2.1 =
     
    132147
    133148= 1.1.2 =
     149
    134150If you use inline php to do your php inside posts:
    135151
    136152*You don't need to anymore, as this plugin will handle it for you.
    137 
    138153*Please update to this version or uninstall the inline php plugin because the two plugins conflict. This has now been fixed.
    139 
    140154*If your blog is totally broken and you cannot access the admin panel to remove the plugin inline php, then simply delete the inline php plugin folder from your server, and the problem will be solved. Sorry for any inconvenience (even coding ninjas are durps sometimes too, ;-))
    141155
    142156= 1.1.1 =
    143 If you didn't know how to use the plugin... this update is for you. This update adds documentation inside the plugin, as well as adds ##do_top_home## and ##do_bottom_home## to force displaying the text on a per-post basis on the homepage, no matter what the checkbox says in the options pannel.
     157
     158* If you didn't know how to use the plugin... this update is for you. This update adds documentation inside the plugin, as well as adds ##do_top_home## and ##do_bottom_home## to force displaying the text on a per-post basis on the homepage, no matter what the checkbox says in the options pannel.
    144159
    145160= 1.1 =
    146 If you were using php at the top or bottom of a post, please upgrade to this version as this fixes a possibility that the php code would not run or the php may have echoed to the wrong part of the screen. In addition if you want to run php code in your posts without having to add it to every post, then you may like this release. Also, if you wish to turn off the placing of text on a per post basis for the home and/or single post pages, this update is for you.
     161
     162*If you were using php at the top or bottom of a post, please upgrade to this version as this fixes a possibility that the php code would not run or the php may have echoed to the wrong part of the screen. In addition if you want to run php code in your posts without having to add it to every post, then you may like this release. Also, if you wish to turn off the placing of text on a per post basis for the home and/or single post pages, this update is for you.
    147163
    148164= 1.0 =
    149 Because this plugin is awesome! Seriously, go try it! ;-)
    150 ||||||| .r1532477
    151 === 2MB Autocode ===
    152 Contributors: lilmike, stormdragon2976
    153 Donate link: http://2mb.solutions/donate
    154 Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts
    155 Requires at least: 3.0
    156 Tested up to: 4.6.1
    157 Stable tag: 1.2.3
    158 License: GPLv2 or later
    159 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    160165
    161 This plugin allows you to place predetermined text/html/php at the top or bottom of posts.
    162 
    163 == Description ==
    164 
    165 This plugin, developed by [2MB Solutions](http://2mb.solutions/), allows you to place predetermined text/html/php at the top and/or bottom of each post. In addition, you can override the placing of text at the bottom and/or top of a specific post, override the placing of text on the homepage or on a post individually, or run arbitrary php inside a post.
    166 
    167 For more on 2MB, please visit (http://2mb.solutions/).
    168 
    169 Note that all development now takes place at [github](http://github.com/2mb-solutions/autocode/).
    170 
    171 == Installation ==
    172 
    173 Installation is extremely simple!
    174 
    175 1. Visit your wordpress dashboard and click add new under plugins.
    176 1. Either search for 2MB Autocode and find it in the repository then click install and confirm that you want to, or upload a downloaded zip file then click install.
    177 1. It should install.
    178 
    179 That's it! Now you can enjoy your 2MB goodness!
    180 
    181 Feel free to mess around with the settings under settings > Autocode.
    182 
    183 
    184 == Frequently Asked Questions ==
    185 
    186 = How do I remove the text from a specific post! HELP! =
    187 
    188 There are now options on each post's edit page to force remove, force add, or do neither to the text on the top and bottom of either home or post pages. The text below is still valid, however the settings just mentioned will override the tags below if set to anything except do nothing.
    189 
    190 Simply put ##no_top## or ##no_bottom## anywhere in the post, and it will remove those tags, and not put the text on bottom or top depending on which tag(s) you entered. In addition, if you put ##no_top_home##, ##no_bottom_home##, ##no_top_post##, or ##no_bottom_post##, it will remove the text from either the top or bottom of either the post page or the homepage, no matter what is set in the settings.
    191 
    192 = How do I suggest a feature or new plugin? =
    193 
    194 We're glad you asked! We're always looking for new ways to improve, whether in the realm of new plugins, or upgrading existing ones. Please go to our [website](http://2mb.solutions/), and click contact us. There you will be able to email us a message. Rest assured we read every email we receive and strive to respond to as many as possible!
    195 
    196 = How do I run php inside a post? =
    197 
    198 Simply enclose the php you want to run inside [php and ]/php] tags.
    199 
    200 For example, to echo hello world in the middle of a post, do the following:
    201 
    202 [php] echo("hello world!");[/php]
    203 
    204 = How do I make the text go on the homepage without setting the checkbox! =
    205 
    206 There is now an options panel on each post, so you can force text on the home page, force text to not be on the homepage, or defer to the main settings. The text below is still valid, but when set to anything except do nothing, the options on the post editor will override these tags.
    207 
    208 Simply put  ##do_top_home## or ##do_bottom_home## anywhere in the post.
    209 
    210 = My blog is broken and just shows the white screen of death after upgrading to 1.1 or 1.1.1! help! =
    211 
    212 Do not worry, the fix is a simple one:
    213 
    214 1. Delete or move the inline php plugin folder on your server, and the blog should be accessible again.
    215 1. Now upgrade to 2mb autocode version 1.1.2, which fixes this particular issue.
    216 1. Optional but highly recommended: Replace all [exec] or <exec> tags with [php] tags to allow 2mb autocode to do the php for you, and you will have no need for inline php.
    217 
    218 = Why isn't any development taking place at wordpress.org? =
    219 
    220 We have now moved our official development version to [github](http://github.com/2mb-solutions/autocode/). Feel free to test the code if you wish, and/or open issues over there although any issues or problems reported on the wordpress.org forums will also be dealt with.
    221 
    222 == Screenshots ==
    223 
    224 No screen shots at the moment. Sorry!
    225 
    226 == Changelog ==
    227 
    228 = 1.2.4 =
    229 
    230 * Removed freemius -- it wasn't that useful with only a few users.
    231  
    232 = 1.2.3 =
    233 
    234 * added freemius integration, and hopefully made the text at the bottom of posts come before any widgets.
    235 
    236 = 1.2.2 =
    237 
    238 * Documentation updates.
    239 
    240 = 1.2.1 =
    241 
    242 *Fixed a bug allowing post data to echo twice if using ##do_top## or ##do_bottom##.
    243 
    244 = 1.2 =
    245 
    246 *Added an options panel on the post editor so you can now set custom post overrides without having to insert tags such as ##do_post_home##.
    247 *Fixed a nasty bug in which text on each post's single page was suppressed when the home checkbox was unchecked. Whoops?
    248 
    249 = 1.1.2 =
    250 
    251 *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 ;-).
    252 
    253 = 1.1.1 =
    254 
    255 *Added documentation to the plugin itself.
    256 
    257 *Added ##do_top_home## and ##do_bottom_home## to put text on the top or bottom of a post on the homepage even if the checkbox in settings is unchecked.
    258 
    259 = 1.1 =
    260 *Added ##do_top## and  ##do_bottom## to place the bottom or top text anywhere in a post.
    261 
    262 *Added ##no_top_home##, ##no_bottom_home##, ##no_top_post##, and ##no_bottom_post## to override the placing of text specifically on the home or post pages.
    263 
    264 *Added [php] PHP CODE HERE [/php] to run php inside a post.
    265 
    266 *Very important! Fixed an issue where php at the top or bottom of posts would not run, and could possibly crash programs or make them not work correctly.
    267 
    268 *Fixed a possible bug where php code in the top or bottom of the post may have been echoing to the wrong part of the screen.
    269 
    270 = 1.0 =
    271 *First release. woohoo!
    272 
    273 == Upgrade Notice ==
    274 
    275 = 1.2.1 =
    276 
    277 This is a bug fix release. If you use ##do_top## or ##do_bottom##, this is for you.
    278 
    279 = 1.2 =
    280 
    281 You can now override text placement on a per-post basis in the editor, instead of having to use special tags. Also if your text was not showing on each post when the home checkbox was unchecked, this fixes that issue.
    282 
    283 = 1.1.2 =
    284 If you use inline php to do your php inside posts:
    285 
    286 *You don't need to anymore, as this plugin will handle it for you.
    287 
    288 *Please update to this version or uninstall the inline php plugin because the two plugins conflict. This has now been fixed.
    289 
    290 *If your blog is totally broken and you cannot access the admin panel to remove the plugin inline php, then simply delete the inline php plugin folder from your server, and the problem will be solved. Sorry for any inconvenience (even coding ninjas are durps sometimes too, ;-))
    291 
    292 = 1.1.1 =
    293 If you didn't know how to use the plugin... this update is for you. This update adds documentation inside the plugin, as well as adds ##do_top_home## and ##do_bottom_home## to force displaying the text on a per-post basis on the homepage, no matter what the checkbox says in the options pannel.
    294 
    295 = 1.1 =
    296 If you were using php at the top or bottom of a post, please upgrade to this version as this fixes a possibility that the php code would not run or the php may have echoed to the wrong part of the screen. In addition if you want to run php code in your posts without having to add it to every post, then you may like this release. Also, if you wish to turn off the placing of text on a per post basis for the home and/or single post pages, this update is for you.
    297 
    298 = 1.0 =
    299 Because this plugin is awesome! Seriously, go try it! ;-)
     166* Because this plugin is awesome! Seriously, go try it! ;-)
Note: See TracChangeset for help on using the changeset viewer.