Changeset 2279552
- Timestamp:
- 04/08/2020 06:06:15 PM (6 years ago)
- Location:
- 2mb-autocode
- Files:
-
- 2 edited
-
tags/1.2.3/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
2mb-autocode/tags/1.2.3/readme.txt
r1532477 r2279552 4 4 Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts 5 5 Requires at least: 3.0 6 Tested up to: 4.6.16 Tested up to: 5.4 7 7 Stable tag: 1.2.3 8 8 License: GPLv2 or later -
2mb-autocode/trunk/readme.txt
r1861221 r2279552 1 1 === 2MB Autocode === 2 2 Contributors: lilmike, stormdragon2976 3 Donate link: http s://2mb.solutions/donate3 Donate link: http://2mb.solutions/donate 4 4 Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts 5 5 Requires at least: 3.0 6 Tested up to: 4.97 Stable tag: 1.2. 56 Tested up to: 5.4 7 Stable tag: 1.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 This plugin, developed by [2MB Solutions](http s://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 (http s://2mb.solutions/).18 19 Note that all development now takes place at [github](http s://github.com/2mb-solutions/autocode/).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. 16 17 For more on 2MB, please visit (http://2mb.solutions/). 18 19 Note that all development now takes place at [github](http://github.com/2mb-solutions/autocode/). 20 20 21 21 == Installation == … … 42 42 = How do I suggest a feature or new plugin? = 43 43 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 s://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!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! 45 45 46 46 = How do I run php inside a post? = … … 68 68 = Why isn't any development taking place at wordpress.org? = 69 69 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. 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. 81 71 82 72 == Screenshots == … … 85 75 86 76 == Changelog == 87 = 1.2.5 =88 89 * fixed missing file in freemius.90 91 = 1.2.4 =92 93 * updated freemius94 * Added ample comments :-).95 77 96 78 = 1.2.3 = … … 118 100 119 101 *Added documentation to the plugin itself. 102 120 103 *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. 121 104 122 105 = 1.1 = 123 124 106 *Added ##do_top## and ##do_bottom## to place the bottom or top text anywhere in a post. 107 125 108 *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 126 110 *Added [php] PHP CODE HERE [/php] to run php inside a post. 111 127 112 *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 128 114 *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. 129 115 130 116 = 1.0 = 131 132 117 *First release. woohoo! 133 118 134 119 == Upgrade Notice == 135 120 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 140 121 = 1.2.1 = 141 122 … … 147 128 148 129 = 1.1.2 = 149 150 130 If you use inline php to do your php inside posts: 151 131 152 132 *You don't need to anymore, as this plugin will handle it for you. 133 153 134 *Please update to this version or uninstall the inline php plugin because the two plugins conflict. This has now been fixed. 135 154 136 *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, ;-)) 155 137 156 138 = 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! ;-) 139 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. 140 141 = 1.1 = 142 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. 143 144 = 1.0 = 145 Because this plugin is awesome! Seriously, go try it! ;-) 146 ||||||| .r1532477 147 === 2MB Autocode === 148 Contributors: lilmike, stormdragon2976 149 Donate link: http://2mb.solutions/donate 150 Tags: autocode, code placement, automatic, php, html, preformatted text, top, bottom, modify posts 151 Requires at least: 3.0 152 Tested up to: 4.6.1 153 Stable tag: 1.2.3 154 License: GPLv2 or later 155 License URI: http://www.gnu.org/licenses/gpl-2.0.html 156 157 This plugin allows you to place predetermined text/html/php at the top or bottom of posts. 158 159 == Description == 160 161 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. 162 163 For more on 2MB, please visit (http://2mb.solutions/). 164 165 Note that all development now takes place at [github](http://github.com/2mb-solutions/autocode/). 166 167 == Installation == 168 169 Installation is extremely simple! 170 171 1. Visit your wordpress dashboard and click add new under plugins. 172 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. 173 1. It should install. 174 175 That's it! Now you can enjoy your 2MB goodness! 176 177 Feel 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 184 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. 185 186 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. 187 188 = How do I suggest a feature or new plugin? = 189 190 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! 191 192 = How do I run php inside a post? = 193 194 Simply enclose the php you want to run inside [php and ]/php] tags. 195 196 For 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 202 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. 203 204 Simply 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 208 Do not worry, the fix is a simple one: 209 210 1. Delete or move the inline php plugin folder on your server, and the blog should be accessible again. 211 1. Now upgrade to 2mb autocode version 1.1.2, which fixes this particular issue. 212 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. 213 214 = Why isn't any development taking place at wordpress.org? = 215 216 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. 217 218 == Screenshots == 219 220 No 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 269 This is a bug fix release. If you use ##do_top## or ##do_bottom##, this is for you. 270 271 = 1.2 = 272 273 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. 274 275 = 1.1.2 = 276 If 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 = 285 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. 286 287 = 1.1 = 288 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. 289 290 = 1.0 = 291 Because this plugin is awesome! Seriously, go try it! ;-)
Note: See TracChangeset
for help on using the changeset viewer.