Plugin Directory

Changeset 2279552


Ignore:
Timestamp:
04/08/2020 06:06:15 PM (6 years ago)
Author:
lilmike
Message:

bump tested up to to 5.4

Location:
2mb-autocode
Files:
2 edited

Legend:

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

    r1532477 r2279552  
    44Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts
    55Requires at least: 3.0
    6 Tested up to: 4.6.1
     6Tested up to: 5.4
    77Stable tag: 1.2.3
    88License: GPLv2 or later
  • 2mb-autocode/trunk/readme.txt

    r1861221 r2279552  
    11=== 2MB Autocode ===
    22Contributors: lilmike, stormdragon2976
    3 Donate link: https://2mb.solutions/donate
     3Donate link: http://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: 4.9
    7 Stable tag: 1.2.5
     6Tested up to: 5.4
     7Stable tag: 1.2.3
    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](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.
    16 
    17 For more on 2MB, please visit (https://2mb.solutions/).
    18 
    19 Note that all development now takes place at [github](https://github.com/2mb-solutions/autocode/).
     15This 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.
     16
     17For more on 2MB, please visit (http://2mb.solutions/).
     18
     19Note that all development now takes place at [github](http://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](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!
     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](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!
    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](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 
    74 Note this only happens on the admin, so if this happens:
    75 
    76 1. 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
    77 1. Reinstall or upgrade 2mb-autocode to 1.2.5.
    78 1. 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 
    80 Note that no settings will be lost in this transition.
     70We 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.
    8171
    8272== Screenshots ==
     
    8575
    8676== Changelog ==
    87 = 1.2.5 =
    88 
    89 * fixed missing file in freemius.
    90 
    91 = 1.2.4 =
    92 
    93 * updated freemius
    94 * Added ample comments :-).
    9577
    9678= 1.2.3 =
     
    118100
    119101*Added documentation to the plugin itself.
     102
    120103*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.
    121104
    122105= 1.1 =
    123 
    124106*Added ##do_top## and  ##do_bottom## to place the bottom or top text anywhere in a post.
     107
    125108*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.
     109
    126110*Added [php] PHP CODE HERE [/php] to run php inside a post.
     111
    127112*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.
     113
    128114*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.
    129115
    130116= 1.0 =
    131 
    132117*First release. woohoo!
    133118
    134119== Upgrade Notice ==
    135120
    136 = 1.2.5 =
    137 
    138 Please 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.
    139 
    140121= 1.2.1 =
    141122
     
    147128
    148129= 1.1.2 =
    149 
    150130If you use inline php to do your php inside posts:
    151131
    152132*You don't need to anymore, as this plugin will handle it for you.
     133
    153134*Please update to this version or uninstall the inline php plugin because the two plugins conflict. This has now been fixed.
     135
    154136*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, ;-))
    155137
    156138= 1.1.1 =
    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.
    159 
    160 = 1.1 =
    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.
    163 
    164 = 1.0 =
    165 
    166 * Because this plugin is awesome! Seriously, go try it! ;-)
     139If 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.
     140
     141= 1.1 =
     142If 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.
     143
     144= 1.0 =
     145Because this plugin is awesome! Seriously, go try it! ;-)
     146||||||| .r1532477
     147=== 2MB Autocode ===
     148Contributors: lilmike, stormdragon2976
     149Donate link: http://2mb.solutions/donate
     150Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts
     151Requires at least: 3.0
     152Tested up to: 4.6.1
     153Stable tag: 1.2.3
     154License: GPLv2 or later
     155License URI: http://www.gnu.org/licenses/gpl-2.0.html
     156
     157This plugin allows you to place predetermined text/html/php at the top or bottom of posts.
     158
     159== Description ==
     160
     161This 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.
     162
     163For more on 2MB, please visit (http://2mb.solutions/).
     164
     165Note that all development now takes place at [github](http://github.com/2mb-solutions/autocode/).
     166
     167== Installation ==
     168
     169Installation is extremely simple!
     170
     1711. Visit your wordpress dashboard and click add new under plugins.
     1721. 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.
     1731. It should install.
     174
     175That's it! Now you can enjoy your 2MB goodness!
     176
     177Feel free to mess around with the settings under settings > Autocode.
     178
     179
     180== Frequently Asked Questions ==
     181
     182= How do I remove the text from a specific post! HELP! =
     183
     184There 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.
     185
     186Simply 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.
     187
     188= How do I suggest a feature or new plugin? =
     189
     190We'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!
     191
     192= How do I run php inside a post? =
     193
     194Simply enclose the php you want to run inside [php and ]/php] tags.
     195
     196For example, to echo hello world in the middle of a post, do the following:
     197
     198[php] echo("hello world!");[/php]
     199
     200= How do I make the text go on the homepage without setting the checkbox! =
     201
     202There 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.
     203
     204Simply put  ##do_top_home## or ##do_bottom_home## anywhere in the post.
     205
     206= My blog is broken and just shows the white screen of death after upgrading to 1.1 or 1.1.1! help! =
     207
     208Do not worry, the fix is a simple one:
     209
     2101. Delete or move the inline php plugin folder on your server, and the blog should be accessible again.
     2111. Now upgrade to 2mb autocode version 1.1.2, which fixes this particular issue.
     2121. 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.
     213
     214= Why isn't any development taking place at wordpress.org? =
     215
     216We 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.
     217
     218== Screenshots ==
     219
     220No screen shots at the moment. Sorry!
     221
     222== Changelog ==
     223
     224= 1.2.3 =
     225
     226* added freemius integration, and hopefully made the text at the bottom of posts come before any widgets.
     227
     228= 1.2.2 =
     229
     230* Documentation updates.
     231
     232= 1.2.1 =
     233
     234*Fixed a bug allowing post data to echo twice if using ##do_top## or ##do_bottom##.
     235
     236= 1.2 =
     237
     238*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##.
     239*Fixed a nasty bug in which text on each post's single page was suppressed when the home checkbox was unchecked. Whoops?
     240
     241= 1.1.2 =
     242
     243*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 ;-).
     244
     245= 1.1.1 =
     246
     247*Added documentation to the plugin itself.
     248
     249*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.
     250
     251= 1.1 =
     252*Added ##do_top## and  ##do_bottom## to place the bottom or top text anywhere in a post.
     253
     254*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.
     255
     256*Added [php] PHP CODE HERE [/php] to run php inside a post.
     257
     258*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.
     259
     260*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.
     261
     262= 1.0 =
     263*First release. woohoo!
     264
     265== Upgrade Notice ==
     266
     267= 1.2.1 =
     268
     269This is a bug fix release. If you use ##do_top## or ##do_bottom##, this is for you.
     270
     271= 1.2 =
     272
     273You 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.
     274
     275= 1.1.2 =
     276If you use inline php to do your php inside posts:
     277
     278*You don't need to anymore, as this plugin will handle it for you.
     279
     280*Please update to this version or uninstall the inline php plugin because the two plugins conflict. This has now been fixed.
     281
     282*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, ;-))
     283
     284= 1.1.1 =
     285If 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.
     286
     287= 1.1 =
     288If 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.
     289
     290= 1.0 =
     291Because this plugin is awesome! Seriously, go try it! ;-)
Note: See TracChangeset for help on using the changeset viewer.