| @@ -1,59 +1,70 @@ | ||
| 1 | 1 | === CSS & JavaScript Toolbox === |
| 2 | 2 | Contributors: wipeoutmedia |
| 3 | -Author URL: https://css-javascript-toolbox.com | |
| 3 | +Author URL: http://css-javascript-toolbox.com | |
| 4 | 4 | Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EWDWF75JHT9Q6 |
| 5 | -Tags: CSS, JavaScript, JS, PHP, HTML, scripts, code, snippets, header, footer, widget, sidebar, shortcode, Gutenberg, code block | |
| 5 | +Tags: plug, customise, style, scripts, hack, Wordpress, contribute, enhancing, HTML, CSS, Javascript, PHP, execute, display, output, header, footer, apply, requests, match, hook, run | |
| 6 | 6 | License: GPLv2 or later |
| 7 | -License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | |
| 8 | -Requires at least: 4.9 or higher | |
| 9 | -Requires PHP: 5.6 or higher | |
| 10 | -Tested up to: 5.5 | |
| 11 | -Stable tag: 10 | |
| 7 | +License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
| 8 | +Requires at least: 3.3 | |
| 9 | +Tested up to: 3.5.1 | |
| 10 | +Stable tag: 6.0.9 | |
| 12 | 11 | |
| 13 | -Add CSS, JavaScript, and even HTML and PHP to our unique code blocks, then choose exactly where you want the code to run. Supports Gutenberg. | |
| 12 | +Easily add custom CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them wherever you want. | |
| 14 | 13 | |
| 15 | 14 | == Description == |
| 15 | +CSS & JavaScript Toolbox (or CJT) is a powerful and flexible plugin, which allows you to contribute to your WordPress installation code via an easy-to-use web interface. You will be able to modify or extend your site functionality and appearance by adding custom code directly into CJT code blocks and assign them to pages, posts, custom posts, categories, URLs, expressions, and loads more! | |
| 16 | 16 | |
| 17 | -Add CSS, JavaScript, and even HTML and PHP to our unique code blocks, then choose exactly where you want the code to run. | |
| 17 | += Who is this plugin for? = | |
| 18 | +The CJT plugin was created to help website authors write their own code. Basically, if love writing code, then you will love CJT. Designed and developed from the ground-up, CJT will suit novice users to seasoned website developers alike. You can also use it as a training tool, and learn step-by-step how to write and apply scripts yourself! In fact, you will find useful script examples on the CJT website. | |
| 18 | 19 | |
| 19 | -### WHY CJT? ### | |
| 20 | -* Run your code on: Pages, Posts, Custom Posts, Tags, Categories | |
| 21 | -* Run your code on common sections (e.g. Entire Website, Website Backend, All Pages, All Posts, Recent Posts, Blog Index, All Categories, Search Pages, All Archives, Tag Archives, Author Archives, Attachment Pages, 404 Error Pages) | |
| 22 | -* Run your code via: URLs, or Regular Expressions (Regex) | |
| 23 | -* Add front-end code without modifying your Theme files | |
| 24 | -* Add functionality code without core file hacks or custom plugins | |
| 25 | -* Embed scripts from GitHub, Code Canyon, JSFiddle, etc | |
| 26 | -* Add visitor tracking, advertising and affiliate scripts | |
| 27 | -* Embed social media channels or marketplace store widgets | |
| 28 | -* Streamline your website development – whether solo or in a team | |
| 29 | -* No need for FTP – just add your code, click save, see the change | |
| 20 | += Have you ever thought? = | |
| 21 | +- Wouldn't it be great to have an easy way to plug your code into a Wordpress installation without having to know how to create a Wordpress plugin OR having to modify files through FTP, etc? | |
| 22 | +- How nice it would be if you could simply add code that works with WordPress internal code without hacking away at core files? | |
| 23 | +- How about a nice simple way to change the appearance of a page or post in your Wordpress website? | |
| 24 | +- What about a means to organise your scripts and blocks of code in a simple web interface? | |
| 30 | 25 | |
| 31 | -### WHY GO PREMIUM? ### | |
| 26 | += How can CJT help you? = | |
| 27 | +- The CJT plugin allows you to contribute to your Wordpress installation code via a simple web interface. You can modify and extend the functionality and appearance of your website by writing code directly into CJT code blocks. | |
| 28 | +- Each code block represents a script (or block of code) that can apply/execute/output to a specific location (e.g. pages, posts, categories, etc) as defined in the Assignment Panel. | |
| 29 | +- With CJT code blocks, you can add various types of code like CSS, JavaScript, HTML and PHP. You can mix them into a single block or organise them into multiple separate blocks - the choice is yours. | |
| 30 | +- The Auxiliary tab provides more 'assignment' options. Things like WordPress common requests such as: 404 Error, Tag, Archive, Entire website, Front-end, Dashboard Backend, and a number of others. | |
| 31 | +- You can create multiple code blocks, assign them to the same requests or different requests. | |
| 32 | +- Manage all of your code blocks through a single webpage using Ajax requests. No need to refresh your pages for any operation you need to make. | |
| 33 | +- Changing the blocks order (via block dragging) allows you to specify what code block is used first. This way later blocks are overridden by higher-order code blocks. | |
| 34 | +- By Deactivating code blocks, you can disable a code block from running. Using this feature is handy to test the behaviour you expected your block to make without changing a blocks properties (i.e. code, assigned requests). | |
| 35 | +- All code blocks can have a unique name, which is ideal for organising and remembering the purpose of your block. | |
| 36 | +- Output location is the location/point/hook for the block code to run. CJT now only supports two hook points - Header and Footer, which outputs code block in the page header - exactly before the closing HTML 'head' tag OR in the page footer - just before the end of the 'body' tag. | |
| 37 | +- Integrating with [ACE Editor](http://ace.ajax.org/)! CJT proudly and perfectly integrates the ACE Editor and it is a dream to use while writing code for its smooth response, high performance and syntax highlighting. | |
| 38 | +- We have included a number of tools for batch processing like: 'Delete All Empty Blocks', 'Delete All', 'Activate All', 'Deactivate All', 'Revert State'. | |
| 39 | +- Individual code block Revisions can be saved. Also, you can entirely save all of your code blocks with the Backups feature. | |
| 32 | 40 | |
| 33 | -Our CJT PLUS premium plugin gives you more options, more tools, and more flexibility. [Click for CJT PLUS Mega Sale!!!](https://css-javascript-toolbox.com/pricing) | |
| 41 | += Would like to know more? = | |
| 42 | +If you would like to learn more, please click to [download the CJT User Manual](http://css-javascript-toolbox.com/css-javascript-toolbox-free). | |
| 34 | 43 | |
| 35 | -### BENEFITS OF CJT PLUS ### | |
| 36 | -* Add code blocks via Shortcodes (includes embedder) | |
| 37 | -* Add code blocks via Widgets (e.g. for your sidebar or footer) | |
| 38 | -* Add code blocks via Gutenberg blocks | |
| 39 | -* Add code to Page/Post Metabox code blocks (Classic Editor) | |
| 40 | -* Assignment Invert feature (e.g. run code everywhere but … ) | |
| 41 | -* Powerful editing with auto-formatting and syntax highlighting | |
| 42 | -* Code beautify feature to tidy up your code | |
| 43 | -* Code minify feature to compress code for performance | |
| 44 | -* Light and dark editor themes to suits your style | |
| 45 | -* Full-width and Full-screen modes for distraction-free editing | |
| 46 | -* Code Auto Completion feature | |
| 47 | -* Stacks of CSS, JS, PHP, and HTML code syntax or snippets | |
| 48 | -* Revisions system to auto-backup your code blocks | |
| 49 | -* Tested with over 100 code blocks and 1000’s of assignments | |
| 44 | += Scripts, scripts, glorious scripts! = | |
| 45 | +If you would like to learn how to use our plugin with some script examples, please visit our [Scripts page](http://css-javascript-toolbox.com/category/scripts). If you are a script author and would like to get more exposure for your scripts, please submit your scripts to us. Click [Submit a Script](http://css-javascript-toolbox.com/submit-a-script) to find out more. | |
| 50 | 46 | |
| 51 | -We have kept the price very low for over 10 years, and with our mega sale on now, the price is even lower. [Click for CJT PLUS Mega Sale!!!](https://css-javascript-toolbox.com/pricing) | |
| 47 | += Add more power to CJT by installing Extensions! = | |
| 48 | +CJT is extensible Plugin that allow to other Wordpress Plugins to extend or change its behaviour! CJT team start to create some useful extensions you can find in the [addons](http://css-javascript-toolbox.com/addons) page. | |
| 52 | 49 | |
| 50 | += Thank You = | |
| 51 | +We would like to take this opportunity to thank you for installing our WordPress plugin. We will continue to develop it further, making it bigger and better with awesome updates in the near future. If you like this plugin and not only find it useful, but appreciate the huge amount of work that has gone into creating it, you can certainly support us in a number of ways, including: | |
| 52 | + | |
| 53 | +- Providing a [feedback review and rating](http://wordpress.org/support/view/plugin-reviews/css-javascript-toolbox) on WordPress.org | |
| 54 | +- Visiting our [CJT website](http://css-javascript-toolbox.com) and letting us know your thoughts on using the plugin, notifying us of any bugs and issues, and providing us with feature requests. | |
| 55 | +- Liking [CJToolbox on Facebook](https://www.facebook.com/CJToolbox) | |
| 56 | +- Following [CJToolbox on Twitter](https://twitter.com/CJToolbox) | |
| 57 | +- Subscribing to [CJToolbox on Youtube](http://www.youtube.com/user/cjtoolbox) | |
| 58 | + | |
| 59 | +Thank you very much for your support and we hope you enjoy using it as much as we enjoy developing it. | |
| 60 | + | |
| 61 | +Regards, | |
| 62 | +Team CJT | |
| 63 | + | |
| 53 | 64 | == Installation == |
| 54 | 65 | 1. If you're upgrading from older versions its highly recommended to backup your database before upgrading. |
| 55 | -2. Upload the 'css-javascript-toolbox' folder to the '/wp-content/plugins/' directory | |
| 66 | +2. Upload the 'css-js-toolbox' folder to the '/wp-content/plugins/' directory | |
| 56 | 67 | 3. Activate the plugin through the 'Plugins' menu in WordPress |
| 57 | 68 | 4. Click 'CSS & JavaScript Toolbox' link in the main navigation (left side of your Dashboard). |
| 58 | 69 | |
| 59 | 70 | == Frequently Asked Questions == |
| @@ -65,21 +76,21 @@ | ||
| 65 | 76 | |
| 66 | 77 | = What is the Assignment Panel? = |
| 67 | 78 | The Assignment Panel is a tabs window, which appears on the right side of the code block editor and is used to assign/apply the code block into specific requests. |
| 68 | 79 | |
| 69 | -= Can you select more than one item from the Assignment Panel? = | |
| 70 | -Yes. You can select any number of items you need, there is no limitation regarding this. | |
| 80 | += Can you select more than one item from the Assignment Panel? = | |
| 81 | +Yes! You can select any number of items you need, there is no limitation regarding this. | |
| 71 | 82 | |
| 72 | 83 | = Can you assign multiple blocks to the same items from the Assignment Panel? = |
| 73 | -Yes. It's one of the most useful features that CJT supports as it allows you to manage/split your codes into several code blocks, allowing you to override code in a former (or lower ordered) code block. | |
| 84 | +Yes! It's one of the most useful features that CJT supports as it allows you to manage/split your codes into several code blocks, allowing you to override code in a former (or lower ordered) code block. | |
| 74 | 85 | |
| 75 | 86 | = What is Pages, Posts, Categories and Custom Posts tabs? = |
| 76 | -These lists with checkboxes represent all of your WordPress Pages, Posts, Categories and Custom Posts that your entire website contains. It also supports subpages and sub-categories, which you will also find in there. | |
| 87 | +These lists with checkboxes represent all of your WordPress Pages, Posts, Categories and Custom Posts that your entire website contains. It also supports subpages and sub-categories, which you will also find in there. | |
| 77 | 88 | |
| 78 | 89 | = What is the Auxiliary tab? = |
| 79 | 90 | As there are a number of requests that are not available as normal Wordpress items (e.g. Pages, Posts, etc) but since it's commonly required and most likely be used, you will find them pre-defined in the Auxiliary tab. In the Auxiliary tab you can find pages like: Home, Blog Index, Author, 404 error, Tag, Archive, Entire website, Front-end, Admin backend and much more! |
| 80 | 91 | |
| 81 | -= Is it better to use the URLs tab, or select items if found through other tabs? = | |
| 92 | += Is it better to use the URLs tab, or should I select items if found through other tabs? = | |
| 82 | 93 | Pages, Posts, Custom Posts and Categories tabs are created to simplify the assignment process for all types of users. Using URLs is great for fast performance as it requires less time to evaluate/identify the request! However, not all things can be done through the URLs tab. For example, applying a single block to a Category index page and all its sub-categories. |
| 83 | 94 | |
| 84 | 95 | = What is the Advanced Expressions tab? = |
| 85 | 96 | The Advanced Expression tab allows you to fully control what requests to integrate into the code block by using Regular Expressions. In other words, allowing CJT users to define more requests to assign the code block to. |
| @@ -86,16 +97,16 @@ | ||
| 86 | 97 | |
| 87 | 98 | = Can I move the blocks around? = |
| 88 | 99 | Yes by hovering your mouse cursor over the code block title bar until it turns into a four-sided arrow, this allow you to move the blocks. Clicking the block title bar allows you to open and close the blocks. |
| 89 | 100 | |
| 90 | -= Is block saved after I click 'Create' in 'Create New Code Block' form? = | |
| 91 | -Yes. The block is created and saved in your database. In order to discard the block, you have to delete it. | |
| 101 | += Is block immediately saved after I clicked 'create' on 'Create New Code Block' form? = | |
| 102 | +Yes! The block is created and saved in your database, to discard the block you've to delete it. | |
| 92 | 103 | |
| 93 | 104 | = Is block orders immediately saved after drag-and-drop block box? = |
| 94 | -No. In order to save blocks order you need to press 'Save All Changes' button. | |
| 105 | +No! In order to save blocks order you need to press 'Save All Changes' button. | |
| 95 | 106 | |
| 96 | 107 | = Is block immediately deleted after removed from the blocks list page? = |
| 97 | -No. After delete block you need to click 'Save All Changes' button. | |
| 108 | +No! After delete block you need to click 'Save All Changes' button. | |
| 98 | 109 | |
| 99 | 110 | = I'm using the URLs tab and my code is not working? = |
| 100 | 111 | Make sure you have copied and pasted the Page, Post, or Category URL exactly as it appears in the address bar. For example, you may have inadvertently included an extra forward slash at the end of your URL. |
| 101 | 112 | |
| @@ -102,313 +113,118 @@ | ||
| 102 | 113 | = Why use the Footer switch in Location/Hook? = |
| 103 | 114 | Hook location feature gives you control over the location of outputting the CSS/JS code. This is useful in case overriding another plugins' CSS is required. Also sometimes its better to put your JS code in the footer to avoid slowing down your page load. |
| 104 | 115 | |
| 105 | 116 | = I received a weird error, what do I do now? = |
| 106 | -Due to the overwhelming amount of emails we get for users requesting support for our CJT plugins, we cannot provide support for the CJT Free plugin (hosted here on WordPress.org) at this stage unfortunately. If you wish to receive priority support, please visit our CJT website and [purchase a license for any of our products](https://css-javascript-toolbox.com/pricing). | |
| 117 | +Sometimes a bug decides to rear its ugly head and when this happens, this is when we need your help. If you receive an error, if it be a PHP error, or some functionality that isn't working for whatever reason, please visit our: [CSS & JavaScript Toolbox website and let us know](http://wordpress.org/support/plugin/css-javascript-toolbox) | |
| 107 | 118 | |
| 108 | 119 | == Screenshots == |
| 109 | -1. Add your code, then assign where it goes | |
| 110 | -2. Create New Code Block dialog box | |
| 111 | -3. Master Admin Toolbar at top, and minimised Code Blocks below | |
| 112 | -4. Change editor language for syntax highlighting and error checking | |
| 113 | -5. Assigning WordPress Pages and sub-pages | |
| 114 | -6. Assigning WordPress Posts | |
| 115 | -7. Assigning Custom Posts | |
| 116 | -8. Assigning Categories and sub-categories | |
| 117 | -9. Auxiliary Assignments | |
| 118 | -10. Advanced Assignments (URLs and Regular Expressions) | |
| 119 | -11. Change State batch tools (CJT PLUS ONLY) | |
| 120 | -12. Change Location/Hook batch tools (CJT PLUS ONLY) | |
| 121 | -13. Delete and Backup Tools | |
| 122 | -14. Code-Files management within each Code Block (CJT PLUS ONLY) | |
| 123 | -15. Templates Manager form to store all of your Code Templates | |
| 124 | -16. Templates Lookup form to embed or link Code Templates to Code Blocks | |
| 125 | -17. Insert Code Block shortcodes via TinyMCE button (CJT PLUS ONLY) | |
| 126 | -18. Metabox Code Block at the Edit Page/Post level | |
| 127 | -19. Create backups of all your existing Code Blocks | |
| 128 | -20. Create/Restore Code Block revisions (CJT PLUS ONLY) | |
| 129 | -21. See Code Block information at a glance (CJT PLUS ONLY) | |
| 130 | 120 | |
| 121 | +1. Main CJT V6 CE code block screen | |
| 122 | +2. CJT Shortcode button | |
| 123 | + | |
| 131 | 124 | == Changelog == |
| 132 | -= 10.0 = | |
| 133 | -* Fix: Styling fixes for WordPress version 5.5 | |
| 134 | -* Enhancement: Updated ACE Editor to v1.4.12 | |
| 135 | -* Enhancement: Improve snippet manager | |
| 136 | -* Enhancement: Add placeholder option | |
| 137 | -* Added: Option to disable auto-indent | |
| 138 | -* Added: New language modes | |
| 139 | -* Fix: Double space being converted to dot on mobile keyboards | |
| 140 | -* Fix: Backspace not working with some mobile keyboards | |
| 141 | 125 | |
| 142 | -= 9.4 = | |
| 143 | -* Improved variable security throughout the plugin. | |
| 144 | -* Fix: Bugs fixed. | |
| 145 | -* Fix: PHP notices and warnings fixed. | |
| 146 | - | |
| 147 | -= 9.3 = | |
| 148 | -* Fix: SQL vulnerability for uninstaller. | |
| 149 | - | |
| 150 | -= 9.2 = | |
| 151 | -* Added: Editor status bar to quickly display info regarding the block. | |
| 152 | -* Enhancement: Updated ACE editor to v1.4.5 | |
| 153 | -* Enhancement: Detailed data about the assignment of the block in the info popup. | |
| 154 | - | |
| 155 | -= 9.0 = | |
| 156 | -* PHP 7.2+ fixes | |
| 157 | -* Sanitisation on GET functions | |
| 158 | - | |
| 159 | -= 8.4.2 = | |
| 160 | -* Fix: Wordpress Vulnerability report | |
| 161 | - | |
| 162 | -= 8.4.1 = | |
| 163 | -* Fix: CSS & JavaScript Toolbox not showing | |
| 164 | - | |
| 165 | -= 8.4 = | |
| 166 | -* Enhancement: START and END comments for CJT Assignments, CJT Shortcodes, and CJT Metabox code blocks. You can now go into the Page Source and perform a search for these comments to quickly find your code block within the source code. | |
| 167 | -* Removed: Admin notice “CJT plugin is no longer supported" | |
| 168 | - | |
| 169 | -= 8.3.2 = | |
| 170 | -* Added: Admin notice “CJT plugin is no longer supported" | |
| 171 | - | |
| 172 | -= 8.3.1 = | |
| 173 | -* Fix: Development log files created at production | |
| 174 | - | |
| 175 | -= 8.3 = | |
| 176 | -* Added: “CJT Plugin will not work” admin notice displayed when PHP version < 5.3 | |
| 177 | -* Enhancement: Dashboard statistics Metabox display more fields | |
| 178 | -* Fix: WordPress Plugin compatibility for commonly detected conflicts | |
| 179 | -* Fix: SQL errors commonly appears in Error log file | |
| 180 | -* Fix: Dashboard statistics Metabox exception when CJT server is not reachable | |
| 181 | -* Fix: Dashboard statistics Metabox blocks count include backups block | |
| 182 | -* Updated: ACE Editor updated to the last version | |
| 183 | - | |
| 184 | -= 8.2 = | |
| 185 | -* Added: PHP version check on activation | |
| 186 | -Fix: Fatal error: 'break' not in the 'loop' or 'switch' context in /path/to/wp-content/plugins/css-javascript-toolbox/controllers/block.php on line 145 | |
| 187 | -* Added: Display notice during installation steps on network-level errors. Resolves endless spinner issue | |
| 188 | -* Compatibility: 100% compatible with BulletProof Security (BPS) security plugin. No need for any bypass rules | |
| 189 | - | |
| 190 | -= 8.1 = | |
| 191 | -* Compatibility: Fully tested with Wordpress 4.3.1 | |
| 192 | -* Enhancement: CJT core upgrades and enhancements | |
| 193 | - | |
| 194 | -= 8.0.4 = | |
| 195 | -* Compatibility: Fully tested with Wordpress 4.3 | |
| 196 | -* Added: List of future deprecated features | |
| 197 | - | |
| 198 | -= 8.0.3 = | |
| 199 | -* Added: Support us link on Dashboard Metabox | |
| 200 | -* Added: Support us link on CJT Header | |
| 201 | - | |
| 202 | -= 8.0.2 = | |
| 203 | -* Removed: CJT License Setup form. CJT is now 100% Free | |
| 204 | -* Fix: Multi-site CJT Network extensions not loading | |
| 205 | - | |
| 206 | -= 8.0.1 = | |
| 207 | -* Fix: Fresh installer stopping when “Adding Wordpress built-in scripts and styles as CJT Templates” | |
| 208 | -* Added: Dashboard Metabox notices when CJT is not yet installed | |
| 209 | - | |
| 210 | -= 8.0 = | |
| 211 | -* Added: Show premium extensions list in Dashboard Widget instead of Scripts Packages | |
| 212 | -* Enhancement: Framework update to make CJT functionality more extendable | |
| 213 | -* Removed: Code Editor Toolbar buttons and code block ‘File', ‘Edit’ and ‘View’ menu are moved to separate extensions | |
| 214 | -* Removed: Editor Themes switcher list are moved to separate extension | |
| 215 | -* Removed: Import and Export Tools are moved to separate extension | |
| 216 | -* Fix: Conflict with other popular themes like X Theme | |
| 217 | - | |
| 218 | -= 7.2 = | |
| 219 | -* Fix: Block Code file name moving away when open/close Block metabox | |
| 220 | -* Fix: Shortcode list is too small for Shortcode names | |
| 221 | -* Updated: CJT Framework for packages and extensions updates | |
| 222 | - | |
| 223 | -= 7.1.2 = | |
| 224 | -* Added: Show Latest News on Dashboard Widget | |
| 225 | - | |
| 226 | -= 7.1.1 = | |
| 227 | -* Added: Add Statistics Dashboard Widget that shows few useful fields. | |
| 228 | - | |
| 229 | -= 7.1 = | |
| 230 | -* Performance: Processing and Memory optimisation for better performance. | |
| 231 | -* Enhancement: Block Box Themes Support. | |
| 232 | -* Enhancement: 32 Themes is now supported to be applied for the whole block box. | |
| 233 | -* Enhancement: Applying theme per browser. Allow for assigning appropriate theme for different devices. | |
| 234 | -* Enhancement: Assigned/All mode switchers for assignment panel list. You can show all items even not selected ones or show only assigned to the block. | |
| 235 | -* Enhancement: Bullet-Proof Assignment Panel layout so it would always reserved even if another Plugin wrongly load jQuery TABS/ACCORDION Styles. | |
| 236 | -* UI & Graphics: General UI enhancements. | |
| 237 | -* Updated: Code editor updates. | |
| 238 | -* Enhancement: Turns CJT Block into a tiny Project that host Multiple "Managed" Code-Files instead of just one. | |
| 239 | -* Enhancement: No need to create a Block for each Language Type and assign them to the same Wordpress Page. One Block with Multiple Code Files solved that by creating only one Block for each assigned request. | |
| 240 | -* Enhancement: Code Files Support Language Type, Code, Description and TAG fields. | |
| 241 | -* Enhancement: Write Design-Time Organised Code by separating them into code-files (JS, CSS, PHP, HTML) and CJT will merge them all at run-time. | |
| 242 | -* Enhancement: There is no need to write <script>, <style> or <?php ?> tags when writing Javascript, CSS or PHP Codes. Code File assigned language would take care of that. | |
| 243 | -* Enhancement: Control/Modify auto-added <script>, <style> or <?php ?> TAGS by modifying Code File TAG field. | |
| 244 | -* Enhancement: Automatically Change Code Editor language to currently active Code File language. | |
| 245 | -* Enhancement: Manage Code Files without leaving the Block Page. | |
| 246 | -* Enhancement: Block revision is now created based on the Current Active Code File. Therefore each Code File has its own revision | |
| 247 | -* Enhancement: Its now possible for multiple Authors to work on the same Block by creating Multiple Code-Files. | |
| 248 | -* Enhancement: Add Multiple Code Files to CJT Packages. | |
| 249 | -* Feature: Block File, Edit and View Menus. | |
| 250 | -* Feature: 'Load Local', 'Load Url' and 'Reload' to load Block Code from Local File, Url and Reload From Server respectively. | |
| 251 | -* Feature: Save/Download Block Current Active Code File. | |
| 252 | -* Feature: Undo, Redo, Find, Find Next, Find Previous, Replace, Goto Line, Goto Line Up, GoTo Line Down, GoTo Next Error, GoTo Previous Error, Fold, Fold All, UnFold, UnFold All, To Lower Case and To Upper Case Edit Menu functions added. | |
| 253 | -* Feature: 'Settings' Edit Menu item for Fully Customize Code Editor Fonts, Show/Hide Print Margine, Keybinding Methods, Show/Hide Scroll, Scroll Speed, Readonly, Show/Hide Gutter, TAB Size, New Line Mode and much more! | |
| 254 | -* Enhancement: Show/Hide StatusBar via View StatusBar Menu. | |
| 255 | -* Enhancement: CJT Website is now support Full documentation Tutorials that expose many internal features/possibilities that can be achived by CJT. | |
| 256 | -* Enhancement: Code Blocks disappeared after upgrading to Wordpress 3.9 and sever running PHP >= 5.5. | |
| 257 | -* Enhancement: Packages Management System (BETA) | |
| 258 | -* Enhancement: Define Shortcode Parameters by creating package and input their values from the CJT Shortcode Parameters form. | |
| 259 | - | |
| 260 | -= 6.1.5 = | |
| 261 | -* Enhancement: Editor enhancements and updates. | |
| 262 | -* Enhancement: Framework updates (Allow installing New CAC extension). | |
| 263 | -* Fix: Safari Browser pagination icon position. | |
| 264 | - | |
| 265 | -= 6.1.4 = | |
| 266 | -* Fix: Assignment Panel Pagination Icon position fixed for Safari browsers. | |
| 267 | -* Remove: New Block Form Activate, Location Hook and Initial position fields. | |
| 268 | -* Remove: Block Revisions. | |
| 269 | -* Remove: Blocks Backup and Restore. | |
| 270 | -* Remove: Assignment Panel Select-Childs Checkboxes. | |
| 271 | -* Remove: Minimize and Mazimize All. | |
| 272 | -* Remove: Batch Process (Delete All and Delete Empty). | |
| 273 | -* Remove: Output Location Switch (Header and Footer). | |
| 274 | -* Remove: State Switch (Activate, Deactivate and Invert). | |
| 275 | -* Remove: Shortcode TinyMCE button (Community users has to write Shortcode manually). | |
| 276 | -* Remove: Don't load more assignment objects by scroll (Community users has to use the pagination list). | |
| 277 | - | |
| 278 | -= 6.1.3 = | |
| 279 | -* UI & Graphics: UI Compatibility with Wordpress >= 3.8. | |
| 280 | -* Deprecated: New Block Form Activate, Location Hook and Initial position fields. | |
| 281 | -* Deprecated: Block Revisions. | |
| 282 | -* Deprecated: Blocks Backup and Restore. | |
| 283 | -* Deprecated: Assignment Panel Select-Childs Checkboxes. | |
| 284 | -* Deprecated: Minimise and Maximise All. | |
| 285 | -* Deprecated: Batch Process (Delete All and Delete Empty). | |
| 286 | -* Deprecated: Output Location Switch (Header and Footer). | |
| 287 | -* Deprecated: State Switch (Activate, Deactivate and Invert). | |
| 288 | -* Deprecated: Shortcode TinyMCE button (Community users has to write Shortcode manually). | |
| 289 | -* Deprecated: Don't load more assignment objects by scroll (Community users has to use the pagination list). | |
| 290 | - | |
| 291 | -= 6.1.2 = | |
| 292 | -* Fix: Break Wordpress frontend page pagination by issuing 301 redirect. | |
| 293 | - | |
| 294 | -= 6.1.1 = | |
| 295 | -* Fix: Validate block name when editing and adding blocks. | |
| 296 | -* Fix: Code Blocks is not being applied on WPEngine servers and other servers related to the MYSQL query error. | |
| 297 | -* Fix: Load block code one time after its first time opened as it was loaded every time the block is opened. | |
| 298 | -* Enhancement: Show User-PHP code errors only when WP_DEBUG is set to TRUE. | |
| 299 | -* Enhancement: Auto-Size edit-block-name text field to fit the current block-name, therefor display the name without the need of moving the cursor to the end. | |
| 300 | -* Enhancement: Disable new-block form fields while saving prevent user from duplicating block when traffic is slow. | |
| 301 | - | |
| 302 | -= 6.1 = | |
| 303 | -* Enhancement: Initially don't load Block assignment panel items: Speed up Blocks page loading time when its initially opened, also affect the browser performance as the items is not loaded or rendered before its required. | |
| 304 | -* Enhancement: Initially don't load Block code for the closed/minimised Blocks: Loading those Blocks will be done through AJAX once the Block is opened by user. | |
| 305 | -* Enhancement: The ability to 'Cancel' revision mode and get back to the normal mode without refreshing the whole page. | |
| 306 | -* Update: Animate Block 'Save' button for not-saved Blocks. | |
| 307 | -* Update: The Assignment-Panel is now Loads the assigned items only when enter the revision and backup modes. | |
| 308 | -* Update: Set assignment-Panel Advanced-TAB as the default active TAB. | |
| 309 | -* Add: Few helper links to the CJT official website at the top of the Blocks page. | |
| 310 | -* Fix: Block 'Save' and 'Save All Changes' buttons are stay enabled after updating Block Assignment-Panel items and revert them back again. The buttons is enabled even if the Block content has not been changed. | |
| 311 | - | |
| 312 | -= 6.0.15 = | |
| 313 | -* Enhancement: Uninstaller is now configurable so that admin can specify is to wipeout the data or not! This is really great for manual upgrade to the PE versions! | |
| 314 | - | |
| 315 | -= 6.0.14 = | |
| 316 | -* Enhancement: Accept Shortcode parameters and segments. Provide PHP framework for code blocks to define, validate and reading Shortcode parameters. | |
| 317 | -* Enhancement: Allow using block 'name' in additional to 'id' when using Shortcodes. | |
| 318 | -* Fix: Failed to work with non-ascii (e.g Arabic) characters. | |
| 319 | -* Enhancement: Viewing block info is now showing Shortcode using block 'name' instead of 'id'. | |
| 320 | -* Enhancement: Embedded Shortcode with its closing tag as the Shortcode content is now being used by the handler blocks. | |
| 321 | -* Enhancement: Revert block Shortcode 'force' parameter default value to 'true' therefore allow using multiple Shortcode for the same block without setting 'force' attribute. | |
| 322 | - | |
| 323 | -= 6.0.13 = | |
| 324 | -* Fix: CJT hijacks Plugins page after activate or deactivate a Plugin. | |
| 325 | - | |
| 326 | -= 6.0.12 = | |
| 327 | -* Fix: PHP code is not getting evaluated when CJT code Block delegated using Shortcode. | |
| 328 | - | |
| 329 | -= 6.0.11 = | |
| 330 | -* Fix: Add ACE Editor PHP Worker as it was missing. | |
| 331 | -* Enhancement: List only Public Custom Posts that can be accessed through Wordpress URL under Assignment Panel Custom Posts Tab. Therefor enhance performance for sites that has 'Log' custom post that might has hundreds or records read for every code block. | |
| 332 | - | |
| 333 | 126 | = 6.0.9 = |
| 334 | 127 | * Enhancement: Suppress PHP errors displayed under STRICT PHP configuration like PHP >= 5.4.x and therefor boost performance, increase result and security reliability! |
| 335 | 128 | * Fix: Installer operations state is cleared after the install/upgrade is interrupted, cause the repeats/re-executes of the install/upgrade operations. |
| 336 | 129 | |
| 337 | 130 | = 6.0.7 = |
| 338 | -* Fix: text-area HTML tag break down CJT Block code. | |
| 131 | +* Fix: textarea HTML tag break down CJT Block code. | |
| 339 | 132 | |
| 340 | 133 | = 6.0.6 = |
| 341 | 134 | * Fix: Conflict with other Plugins! |
| 342 | -* Fix: Javascript exception thrown when dismissing the install/upgrade notice. | |
| 343 | -* Enhancement: Disallow (with user notice) upgrade/downgrade if the target version is not being supported, therefore saving user data! | |
| 344 | -* Enhancement: Don't break down the site if manual upgrade/downgrade process is uncompleted! Allow user to revert back manually or disable the Plugin. | |
| 135 | +* Fix: Javascript exception throwed when dismissing the install/upgrade notice. | |
| 136 | +* Enhancement: Disallow (with user notice) upgrade/downgrade if the target version is not being supported, therefor saving user data! | |
| 137 | +* Enhancement: Don't break down the site if manual upgrade/downgrage process is incompleted! Allow user to revert back manually or disable the Plugin. | |
| 345 | 138 | * Enhancement: E_ALL complain! Suppress all notices when WP_DEBUG set to true, allow better development, fast performance and error handling. |
| 346 | 139 | |
| 347 | 140 | = 6.0 = |
| 348 | -* Enhancement: Core code is 100% re-written for optimum performance and future enhancements, and is 100% based on MVC (Model–view–controller) design. | |
| 349 | -* Enhancement: 100% Using Web 2.0 | |
| 350 | -* Enhancement: Applying code blocks to the requests are now enhanced to boost performance. | |
| 351 | -* Feature: The ability of interacting with admin pages too - not only the website side as in the previous versions. | |
| 352 | -* UI & Graphics: Light-weight and smart user-interface. | |
| 353 | -* Enhancement: Multiple operations can be executed at a time! For example, you can work on a code block while another block(s) is saving. | |
| 354 | -* Enhancement: Code block data is automatically revisioned after saving. | |
| 355 | -* Enhancement: Hot Key added for saving code block. | |
| 356 | -* Fix: Empty code blocks can now exist. | |
| 357 | -* Enhancement: Interaction with each code block from a simple smart graphical Toolbox using Web 2.0 | |
| 358 | -* Feature: Delegate code block using Shortcodes. You can do that manually or through CJT smart TinyMCE dropdown list button. | |
| 359 | -* Feature: Integrate ACE Editor to provide syntax highlighting and correction while writing codes! | |
| 360 | -* Feature: Syntax highlighting for 4 languages: CSS, HTML, JavaScript and PHP. | |
| 361 | -* Enhancement: Entire plugin is now extensible! CJT supports installed extensions to extend or enhance its features. | |
| 362 | -* Feature: Batch operations (Toggling On and Off, Activate, Deactivate and Revert states, Delete empty and Delete all) toolbox allow for batch update of all code blocks. | |
| 363 | -* Enhancement: Rename and save code block name. | |
| 364 | -* Enhancement: You can now save multiple backups. | |
| 365 | -* Feature: Activate and Deactivate code blocks feature. | |
| 141 | +* Core code is 100% re-written for optimum performance and future enhancements, and is 100% based on MVC (Model–view–controller) design. | |
| 142 | +* 100% Using Web 2.0 | |
| 143 | +* Applying code blocks to the requests are now enhanced to boost performance. | |
| 144 | +* The ability of interacting with admin pages too - not only the website side as in the previous versions. | |
| 145 | +* Light-weight and smart user-interface. | |
| 146 | +* Multiple operations can be executed at a time! For example, you can work on a code block while another block(s) is saving. | |
| 147 | +* Code block data is automatically revisioned after saving. | |
| 148 | +* Hot Key added for saving code block. | |
| 149 | +* Empty blocks can now exist. | |
| 150 | +* Interaction with each code block from a simple smart graphical Toolbox using Web 2.0 | |
| 151 | +* Delegate code block using Shortcodes. You can do that manually or through CJT smart TinyMCE dropdown list button. | |
| 152 | +* Integrate ACE Editor to provide syntax highlighting and correction while writing codes! | |
| 153 | +* Syntax highlighting for 4 languages: CSS, HTML, JavaScript and PHP. | |
| 154 | +* Entire plugin is now extensible! CJT supports installed extensions to extend or enhance its features. | |
| 155 | +* Batch operations (Toggling On and Off, Activate, Deactivate and Revert states, Delete empty and Delete all) toolbox allow for batch update of all code blocks. | |
| 156 | +* Rename and save code block name. | |
| 157 | +* You can now save multiple backups. | |
| 158 | +* Activate and Deactivate code blocks feature. | |
| 366 | 159 | * Fix: blocks order was correctly displayed from the admin side, but had no effect while applying blocks to the website side. |
| 367 | -* Enhancement: Templates system is totally removed and will be presented with many enhancements via a separate extension. | |
| 368 | -* Feature: Allow assigning code blocks to Posts and Custom Posts. | |
| 369 | -* Feature: Apply 'Category' block to all the child posts (or sub-posts) within that category. | |
| 370 | -* Feature: Assignment Panel smart feature to assist while working with hierarchical items (sub-pages, sub-categories, etc). | |
| 371 | -* Enhancement: Auxiliary tab has been added to the Assignment Panel in order to organise all the predefined items (or requests) under a single tab. | |
| 372 | -* Enhancement: Moved and added: 'Front Page', 'All Pages' and 'All Posts' predefined items to appear under the Auxiliary tab. | |
| 373 | -* Feature: Auxiliary Assignments. Blog Index, All Categories, Recent Posts, Entire Website, Website Backend, Search Pages, All Archives, Tag Archives, Author Archives, Attachment Pages and 404 Error | |
| 374 | -* Feature: Support of regular expressions for defining code block Point-To-Hook | |
| 375 | -* Security: Only administrators can execute CJT backend operations. | |
| 376 | -* Feature: Each block now has an Information metabox (Author, created date, modification date, and Shortcode). | |
| 377 | -* Enhancement: Create New Code Block dialog with initial properties ‘Name’, ‘State’ and ‘Position' | |
| 378 | -* Fix: Internal error detection routine for detecting AJAX errors that may have occurred away from users view | |
| 379 | -* Added: CJT User Manual PDF file added to the /docs folder | |
| 380 | -* Added: New WordPress Dashboard menu item to embrace all CJT plugin pages | |
| 381 | -* Enhancement: Added separate installer and upgrade pages for both CJT v0.3 and v0.8 to allow watching of the installation processes | |
| 382 | -* Enhancement: Added an uninstaller to completely erase all CJT data from the system | |
| 383 | -* Compatibility: 100% tested and working with BulletProof Security (BPS) plugin after applying [simple Ajax bypass rule](https://css-javascript-toolbox.com/support/topic/bulletproof-security-ajax-issue-and-resolution-2) | |
| 160 | +* Templates system is totally removed and will be presented with many enhancements via a separate extension. | |
| 161 | +* Allow assigning code blocks to Posts and Custom Posts. | |
| 162 | +* Apply 'Category' block to all the child posts (or sub-posts) within that category. | |
| 163 | +* Assignment Panel smart feature to assist while working with hierarchical items (sub-pages, sub-categories, etc). | |
| 164 | +* Auxiliary tab has been added to the Assignment Panel in order to organise all the predefined items (or requests) under a single tab. | |
| 165 | +* Moved and added: 'Front Page', 'All Pages' and 'All Posts' predefined items to appear under the Auxiliary tab. | |
| 166 | +* Newly defined: Blog Index, All Categories, Recent Posts, Entire Website, Website Backend, Search Pages, All Archives, Tag Archives, Author Archives, Attachment Pages and 404 Error, which are listed under the Auxiliary tab. | |
| 167 | +* Support of regular expressions for defining code block Point-To-Hook | |
| 168 | +* Security enhancements, only administrators can execute CJT backend operations. | |
| 169 | +* Each block has an Information metabox (Author, created date, modification date, and Shortcode). | |
| 170 | +* Create new block with initial properties (state, name and position). | |
| 171 | +* Internal error detection routine for detecting Ajax errors that may have happened away from users view. | |
| 172 | +* There is an extensive CJT User Manual PDF file attached in the /docs folder. You can also download this file through the website - click for [CJT V6 CE User Manual](http://css-javascript-toolbox.com/css-javascript-toolbox-free) | |
| 173 | +* Use of a separated Dashboard item to embrace all CJT plugin pages. | |
| 174 | +* Added separate installer and upgrade pages for both CJT v0.3 and v0.8 to allow watching of the installation processes. | |
| 175 | +* Added an uninstaller to completely erase all CJT data from the system. | |
| 176 | +* 100% tested and working with BPS (BulletProof Security) plugin, after applying [simple Ajax bypass rule](http://css-javascript-toolbox.com/support/topic/bulletproof-security-ajax-issue-and-resolution-2) | |
| 384 | 177 | |
| 385 | 178 | = 0.8 = |
| 386 | -* Enhancement: Template code can be modified | |
| 387 | -* Feature: Code block Header and Footer feature so you can select which hook to output CSS/JS code | |
| 388 | -* Enhancement: Code blocks can be re-ordered via click-n-drag | |
| 389 | -* Enhancement: Code blocks can be given names, which can be edited and saved | |
| 390 | -* UI & Graphics: New icons and improved user interface | |
| 391 | -* Enhancement: Multilingual support. Only English translation is shipped with this version | |
| 392 | -* Enhancement: Style overriding. Any higher-ordered/positioned code blocks style syntax will override lower-ordered/positioned code blocks style syntax | |
| 393 | -* Feature: Built-in scripts bundled with WordPress can be used simply by checking them | |
| 394 | -* Feature: Backup and Restore code blocks data | |
| 395 | -* Fix: New code blocks are not toggling unless the page is refreshed | |
| 396 | -* Fix: CSS/JS template ‘extra slash character’ issue | |
| 397 | -* Fix: Code block deletion issues | |
| 398 | -* Fix: Code is not applied to the URL list except the last URL | |
| 399 | -* Fix: Cannot use string offset as array error | |
| 400 | -* Fix: Invalid argument supplied foreach() error | |
| 179 | +* Modifying template code. | |
| 180 | +* Header and footer hooks support so you can select which hook to output CSS/JS code. | |
| 181 | +* Code blocks can be reordered. | |
| 182 | +* Code blocks can now be given names that can be edited and saved. | |
| 183 | +* New icons and improved UI. | |
| 184 | +* Multilingual support: Only English translation is shipped with this version. | |
| 185 | +* Style overriding: code blocks order will allow any higher-positioned blocks style syntax to override lower-positioned blocks style syntax. | |
| 186 | +* Embedded Scripts: Embedded WordPress or Scripts that are shipped out with CJToolbox plugin by just checking them. | |
| 187 | +* Backup and Restore blocks data. | |
| 188 | +* Bug Fix: New code blocks are not toggling unless the page is refreshed. | |
| 189 | +* Bug Fix: CSS/JS template extra slash character problem. | |
| 190 | +* Bug Fix: Code block deletion issues. | |
| 191 | +* Bug Fix: Code is not applied to the URL list except the last URL. | |
| 192 | +* Bug Fix: Cannot use string offset as array error. | |
| 193 | +* Bug Fix: Invalid argument supplied foreach() error. | |
| 401 | 194 | |
| 402 | 195 | = 0.3 = |
| 403 | -* Launch: This is the very first release of CSS & JavaScript Toolbox | |
| 196 | +* This is the very first release. | |
| 404 | 197 | |
| 405 | 198 | == Upgrade Notice == |
| 406 | -= 10.0 = | |
| 407 | -* Fix: Styling fixes for WordPress version 5.5 | |
| 408 | -* Enhancement: Updated ACE Editor to v1.4.12 | |
| 409 | -* Enhancement: Improve snippet manager | |
| 410 | -* Enhancement: Add placeholder option | |
| 411 | -* Added: Option to disable auto-indent | |
| 412 | -* Added: New language modes | |
| 413 | -* Fix: Double space being converted to dot on mobile keyboards | |
| 414 | -* Fix: Backspace not working with some mobile keyboards | |
| 199 | + | |
| 200 | += 0.8 = | |
| 201 | +Its recommended to backup your database before upgrading. | |
| 202 | +Templates feature/system is not available anymore! Please backup your templates data manually before upgrading. | |
| 203 | +You can do this by copying and pasting CSS and JS template data into a text editor and saving your text file. | |
| 204 | +If you have any other third-party plugin or software integrated with the CJT plugin database, please note that the database structure has been completely changed in CJT V6 CE. | |
| 205 | +Linked scripts are now obsolete! If you've linked scripts with any code blocks, then those blocks might stop working. | |
| 206 | + | |
| 207 | += 0.3 = | |
| 208 | +Its recommended to backup your database before upgrading. | |
| 209 | +Templates feature/system is not available anymore! Please backup your templates data manually before upgrading. | |
| 210 | +You can do this by copying and pasting CSS and JS template data into a text editor and saving your text file. If you have any other third-party plugin or software integrated with the CJT plugin database, please note that the database structure has been completely changed in CJT V6 CE. | |
| 211 | +Code block names will get changed as 'CSS & Javascript Block' phrase will be removed and replaced by 'Block' word. | |
| 212 | +The double-slashes fix modules is now obsolete! If you have extra slashes (double slashes) in your code block you have to clean it manually yourself or upgrade to version 0.8 to fix them first! | |
| 213 | + | |
| 214 | +== Credits == | |
| 215 | + | |
| 216 | +Copyright (c) 2013, Wipeout Media. | |
| 217 | + | |
| 218 | +This program is free software; you can redistribute it and/or | |
| 219 | +modify it under the terms of the GNU General Public License | |
| 220 | +as published by the Free Software Foundation; either version 2 | |
| 221 | +of the License, or (at your option) any later version. | |
| 222 | + | |
| 223 | +This program is distributed in the hope that it will be useful, | |
| 224 | +but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 225 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 226 | +GNU General Public License for more details. | |
| 227 | + | |
| 228 | +You should have received a copy of the GNU General Public License | |
| 229 | +along with this program; if not, write to the Free Software | |
| 230 | +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |