PluginProbe
CSS & JavaScript Toolbox / 12
CSS & JavaScript Toolbox v12
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
css-javascript-toolbox / readme.txt

readme.txt in CSS & JavaScript Toolbox 12, at readme.txt

469 lines 28.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === CSS & JavaScript Toolbox ===
2 Contributors: wipeoutmedia
3 Author URL: https://css-javascript-toolbox.com
4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EWDWF75JHT9Q6
5 Tags: snippets, css, javascript, php, scripts, code, functions, html
6 License: GPLv2 or later
7 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
8 Requires at least: 5.0 or higher
9 Requires PHP: 7.4 or higher
10 Tested up to: 6.6
11 Stable tag: 12.0
12
13 Add code snippets (CSS, JavaScript, HTML, PHP) to your site and choose where it goes. Feel confident with 10 years of security & reliability.
14
15 == Description ==
16 CSS & JavaScript Toolbox (or CJT) is a WordPress plugin that allows you to safely add CSS, JavaScript, PHP or HTML to unique code blocks that can be run anywhere on your website.
17
18 ### IDEAL FOR: ###
19 * **Making CSS front-end changes** - No need to modify theme files or work with tedious built-in theme options. Just create a CSS code block.
20 * **Adding site functionality** - Stop adding plugins for simple tasks as they can slow down your site. Create a JavaScript or PHP code block instead.
21 * **Adding widgets, code snippets and third-party scripts** - Code blocks are perfect for adding scripts such as Google Analytics and chat widgets to your website.
22
23 CJT is built on the concept of a code block. Each code block is more than just a code editor. It also contains a location editor so you can click the sections of your website you want your code to run.
24
25 It was designed for super-fast development without any cumbersome page refreshing. Create as many code blocks as you need and see all of your code and locations in the one dashboard. Don't worry, CJT has been optimised to handle 100's of code blocks and thousands of locations (i.e. Pages, Posts, Categories, Custom Posts, etc).
26
27 [Click for CSS & JavaScript Toolbox PLUS](https://css-javascript-toolbox.com/?utm_source=cjt_free_on_wordpress&utm_medium=readme_txt_description&utm_campaign=click_for_premium_link)
28
29 ### FEATURES: ###
30 * Easy to use 'code blocks' interface
31 * Powerful code editor
32 * Intuitive assignment panel (click where your code goes)
33 * Code/script library management
34 * Add code to the header or footer hook
35 * **PREMIUM** Add code to entire website, all posts, etc
36 * **PREMIUM** Add code via shortcodes, widgets, Gutenburg blocks, etc
37 * **PREMIUM** Add code via tags, URLs, regular expressions
38 * **PREMIUM** 8 additional hooks for more precise assignments
39 * **PREMIUM** Invert feature (run code everywhere but ...)
40 * **PREMIUM** Editor tools (code auto complete, beautify/minify, etc)
41 * **PREMIUM** Code revisions system
42 * **PREMIUM** Backup and export/import system
43
44 [Click for CSS & JavaScript Toolbox PLUS](https://css-javascript-toolbox.com/?utm_source=cjt_free_on_wordpress&utm_medium=readme_txt_description&utm_campaign=click_for_premium_link)
45
46 ### OVERVIEW VIDEO ###
47 https://www.youtube.com/watch?v=vYAKePVgJqE
48
49 == Installation ==
50 1. If you're upgrading from older versions its highly recommended to backup your database before upgrading.
51 2. Upload the 'css-javascript-toolbox' folder to the '/wp-content/plugins/' directory
52 3. Activate the plugin through the 'Plugins' menu in WordPress
53 4. Click 'CSS & JavaScript Toolbox' link in the main navigation (left side of your Dashboard).
54
55 == Screenshots ==
56 1. Code Block Editor
57 2. Code Block Assignment Panel
58 3. CJT Main Admin Toolbar
59 4. Code Block Toolbar
60 5. Code Block Editor Tools
61 6. Assignment Panel for Pages
62 7. Assignment Panel for Posts
63 8. Assignment Panel for Categories
64 9. Assignment Panel for Custom Posts
65 10. Assignment Panel for Auxiliary Assignments
66 11. Assignment Panel for Tags
67 12. Assignment Panel for Advanced Assignments
68 13. Assignment Panel Inverter
69 14. Code Block Information
70
71 == Frequently Asked Questions ==
72 = Why was the CJT plugin developed and what is it used for? =
73 The CJT plugin was created to help website authors write or add their own code. The plugin allows you to contribute to your Wordpress installation code via a simple web interface, where you can modify and extend the functionality and appearance of your website by writing code directly into CJT code blocks. Some typical examples can include changing the look of a specific page by adding some CSS code; adding functionality to a page with PHP; or making a page more interactive by adding some JavaScript.
74
75 = What is a CJT 'code block'? =
76 The CJT code block is the most fundamental unit for writing code and to associate it with specific Wordpress requests via the assignment panel.
77
78 = What is the assignment panel? =
79 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. These assignments include: Pages, Posts, Custom Posts, Tags, and Categories. Auxiliary sections such as 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. Advanced sections such as URLs, or Regular Expressions (Regex).
80
81 = I have noticed a bunch of question marks appear during mouse hover - what are they? =
82 These are premium features, which are only available for our CJT PLUS plugin. [Click here to purchase a license for any of our premium CJT PLUS products](https://css-javascript-toolbox.com/pricing).
83
84 = Can you select more than one item from the assignment panel? =
85 Yes. You can select any number of items you need, there is no limitation regarding this.
86
87 = Can you assign multiple blocks to the same items from the assignment panel? =
88 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.
89
90 = What is Pages, Posts, Categories and Custom Posts tabs? =
91 These lists with checkboxes represent all of your WordPress Pages, Posts, Categories and Custom Posts that your entire website contains. It also supports sub-pages and sub-categories, which you will find in there.
92
93 = What is the Auxiliary tab? =
94 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 to be used, you will find them pre-defined in the Auxiliary tab. In the Auxiliary tab you can find things like: Entire Website, Blog Index, Author, 404 error, Front-end, Admin backend and much more!
95
96 = Is it better to use the URLs tab, or select items if found through other tabs? =
97 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.
98
99 = What is the Advanced Expressions tab? =
100 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.
101
102 = Can I move the blocks around? =
103 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.
104
105 = Is a code block saved after I click 'Create' in 'Create New Code Block' form? =
106 Yes. The block is created and saved in your database. In order to discard the block, you have to delete it, then click the 'Save All Changes' button.
107
108 = After shuffling the order of the code blocks using drag-and-drop, is the new code block order immediately saved? =
109 No. In order to save the code blocks order, you need to click the 'Save All Changes' button.
110
111 = Is a code block permanently deleted from the blocks list page after a code block delete icon is clicked? =
112 No. After you delete a code block, you then need to click the 'Save All Changes' button.
113
114 = I'm using the URLs tab and my code is not working? =
115 Make sure you have copied and pasted the Page, Post, or Category URL exactly as it appears in the browser address bar. For example, you may have inadvertently included an extra forward slash at the end of your URL.
116
117 = Why use the Hook switch in the code block bar? =
118 The hook location feature gives you further control over the outputting of your CSS and JavaScript code. This is useful in case overriding another plugins' CSS code is required. Also, it's sometimes better to put your JavaScript code in the footer to avoid slowing down your page load.
119
120 = I received a weird error, what do I do now? =
121 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 then [purchase a license for any of our premium CJT PLUS products](https://css-javascript-toolbox.com/pricing).
122
123 == Changelog ==
124 = 12.0 =
125 * Compatibility: with latest WordPress version
126 * Enhancement: Improved plugin stability
127 * Update: ACE editor to version 1.35.3
128 * Fix: Resolved main controller dirname null string issue
129 * Fix: Compatibility issues with PHP > 8.0
130 * Fix: Notice warning errors in WordPress dashboard area
131 * Fix: Various bugs fixed
132
133 = 11.9.1 =
134 * Fix: Various bugs fixed
135 * Enhancement: Improved plugin stability
136
137 = 11.9 =
138 * Fix: XSS vulnerability in shortcodes and code blocks
139 * Fix: Bugs fixed
140
141 = 11.8 =
142 * Fix: XSS vulnerability
143 * Fix: Bugs fixed
144
145 = 11.7 =
146 * Fix: PHP version 8 fatal issue
147 * Fix: Updated old composer logic, updated file require path, and some other minor formatting
148 * Fix: PHP version 8+ issue where Block ID Info panel and Assignment Info panel does not show
149
150 = 11.6 =
151 * Enhancement: Updated ACE Editor to v1.15.0
152 * Fix: Bugs fixed
153
154 = 11.5 =
155 * Compatibility: PHP version 8+
156 * Compatibility: MySQL version 8+
157 * Fix: Duplicate ID issue, which on rare occasions was fetching the 'revision block' ID for a newly created block causing an error for duplicate entry
158 * Enhancement: If the 'wp-content' directory is renamed to something different (e.g. 'content'), CJT will now find any custom content directories and install correctly
159
160 = 11.4 =
161 * Removed: Auxiliary and Advanced tabs are removed for CJT new installs. Existing CJT users with active code blocks still get them
162 * Enhancement: All mouse hover-over popups are faster and more responsive
163
164 = 11.3 =
165 * Fix: URL Assignment tab is now working as expected
166 * Fix: Inverter functionality was not being displayed in the frontend
167
168 = 11.2 =
169 * Added: New links for CJT PLUS license validation
170
171 = 11.0 =
172 * Added: 8 More Hooks (Body Open, Before Post Content, After Post Content, Before Post, Excerpt, After Post Excerpt, Before Posts List, After Posts List, Before Post
173 * Enhancement: Assignments Panel
174 * Enhancement: Templates Panel
175 * Enhancement: Code Files Panel
176 * Enhancement: Revisions Panel
177 * Enhancement: Code Block Toolbar
178 * Enhancement: Code Block InfoBar (added Shortcode copy feature)
179 * Enhancement: Group Font Size Buttons
180 * Enable/Disable: Toolbox menu when block is saved
181 * Fix: Framework incompatibility version
182 * Fix: Metabox Block InfoBar elements
183 * Fix: Minifier was not working
184 * Moved: Code Block Toolbar buttons
185 * Moved: Code Block Toolbar editor menu (i.e. File, Edit, Settings) to Editor Toolbar as buttons
186 * Removed: Clear Block (clears all Code Block code) Editor Toolbar button
187 * Removed: Footer/Header All batch buttons
188 * Show: Incompatible Hooks "Warning" Notice
189
190 = 10.0 =
191 * Fix: Styling fixes for WordPress version 5.5
192 * Enhancement: Updated ACE Editor to v1.4.12
193 * Enhancement: Improve snippet manager
194 * Enhancement: Add placeholder option
195 * Added: Option to disable auto-indent
196 * Added: New language modes
197 * Fix: Double space being converted to dot on mobile keyboards
198 * Fix: Backspace not working with some mobile keyboards
199
200 = 9.4 =
201 * Improved variable security throughout the plugin.
202 * Fix: Bugs fixed.
203 * Fix: PHP notices and warnings fixed.
204
205 = 9.3 =
206 * Fix: SQL vulnerability for uninstaller.
207
208 = 9.2 =
209 * Added: Editor status bar to quickly display info regarding the block.
210 * Enhancement: Updated ACE editor to v1.4.5
211 * Enhancement: Detailed data about the assignment of the block in the info popup.
212
213 = 9.0 =
214 * PHP 7.2+ fixes
215 * Sanitisation on GET functions
216
217 = 8.4.2 =
218 * Fix: Wordpress Vulnerability report
219
220 = 8.4.1 =
221 * Fix: CSS & JavaScript Toolbox not showing
222
223 = 8.4 =
224 * 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.
225 * Removed: Admin notice “CJT plugin is no longer supported"
226
227 = 8.3.2 =
228 * Added: Admin notice “CJT plugin is no longer supported"
229
230 = 8.3.1 =
231 * Fix: Development log files created at production
232
233 = 8.3 =
234 * Added: “CJT Plugin will not work” admin notice displayed when PHP version < 5.3
235 * Enhancement: Dashboard statistics Metabox display more fields
236 * Fix: WordPress Plugin compatibility for commonly detected conflicts
237 * Fix: SQL errors commonly appears in Error log file
238 * Fix: Dashboard statistics Metabox exception when CJT server is not reachable
239 * Fix: Dashboard statistics Metabox blocks count include backups block
240 * Updated: ACE Editor updated to the last version
241
242 = 8.2 =
243 * Added: PHP version check on activation
244 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
245 * Added: Display notice during installation steps on network-level errors. Resolves endless spinner issue
246 * Compatibility: 100% compatible with BulletProof Security (BPS) security plugin. No need for any bypass rules
247
248 = 8.1 =
249 * Compatibility: Fully tested with Wordpress 4.3.1
250 * Enhancement: CJT core upgrades and enhancements
251
252 = 8.0.4 =
253 * Compatibility: Fully tested with Wordpress 4.3
254 * Added: List of future deprecated features
255
256 = 8.0.3 =
257 * Added: Support us link on Dashboard Metabox
258 * Added: Support us link on CJT Header
259
260 = 8.0.2 =
261 * Removed: CJT License Setup form. CJT is now 100% Free
262 * Fix: Multi-site CJT Network extensions not loading
263
264 = 8.0.1 =
265 * Fix: Fresh installer stopping when “Adding Wordpress built-in scripts and styles as CJT Templates”
266 * Added: Dashboard Metabox notices when CJT is not yet installed
267
268 = 8.0 =
269 * Added: Show premium extensions list in Dashboard Widget instead of Scripts Packages
270 * Enhancement: Framework update to make CJT functionality more extendable
271 * Removed: Code Editor Toolbar buttons and code block ‘File', ‘Edit’ and ‘View’ menu are moved to separate extensions
272 * Removed: Editor Themes switcher list are moved to separate extension
273 * Removed: Import and Export Tools are moved to separate extension
274 * Fix: Conflict with other popular themes like X Theme
275
276 = 7.2 =
277 * Fix: Block Code file name moving away when open/close Block metabox
278 * Fix: Shortcode list is too small for Shortcode names
279 * Updated: CJT Framework for packages and extensions updates
280
281 = 7.1.2 =
282 * Added: Show Latest News on Dashboard Widget
283
284 = 7.1.1 =
285 * Added: Add Statistics Dashboard Widget that shows few useful fields.
286
287 = 7.1 =
288 * Performance: Processing and Memory optimisation for better performance.
289 * Enhancement: Block Box Themes Support.
290 * Enhancement: 32 Themes is now supported to be applied for the whole block box.
291 * Enhancement: Applying theme per browser. Allow for assigning appropriate theme for different devices.
292 * 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.
293 * Enhancement: Bullet-Proof Assignment Panel layout so it would always reserved even if another Plugin wrongly load jQuery TABS/ACCORDION Styles.
294 * UI & Graphics: General UI enhancements.
295 * Updated: Code editor updates.
296 * Enhancement: Turns CJT Block into a tiny Project that host Multiple "Managed" Code-Files instead of just one.
297 * 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.
298 * Enhancement: Code Files Support Language Type, Code, Description and TAG fields.
299 * 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.
300 * 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.
301 * Enhancement: Control/Modify auto-added <script>, <style> or <?php ?> TAGS by modifying Code File TAG field.
302 * Enhancement: Automatically Change Code Editor language to currently active Code File language.
303 * Enhancement: Manage Code Files without leaving the Block Page.
304 * Enhancement: Block revision is now created based on the Current Active Code File. Therefore each Code File has its own revision
305 * Enhancement: Its now possible for multiple Authors to work on the same Block by creating Multiple Code-Files.
306 * Enhancement: Add Multiple Code Files to CJT Packages.
307 * Feature: Block File, Edit and View Menus.
308 * Feature: 'Load Local', 'Load Url' and 'Reload' to load Block Code from Local File, Url and Reload From Server respectively.
309 * Feature: Save/Download Block Current Active Code File.
310 * 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.
311 * Feature: 'Settings' Edit Menu item for Fully Customize Code Editor Fonts, Show/Hide Print Margin, Keybinding Methods, Show/Hide Scroll, Scroll Speed, Readonly, Show/Hide Gutter, TAB Size, New Line Mode and much more!
312 * Enhancement: Show/Hide StatusBar via View StatusBar Menu.
313 * Enhancement: CJT Website is now support Full documentation Tutorials that expose many internal features/possibilities that can be archived by CJT.
314 * Enhancement: Code Blocks disappeared after upgrading to Wordpress 3.9 and sever running PHP >= 5.5.
315 * Enhancement: Packages Management System (BETA)
316 * Enhancement: Define Shortcode Parameters by creating package and input their values from the CJT Shortcode Parameters form.
317
318 = 6.1.5 =
319 * Enhancement: Editor enhancements and updates.
320 * Enhancement: Framework updates (Allow installing New CAC extension).
321 * Fix: Safari Browser pagination icon position.
322
323 = 6.1.4 =
324 * Fix: Assignment Panel Pagination Icon position fixed for Safari browsers.
325 * Remove: New Block Form Activate, Location Hook and Initial position fields.
326 * Remove: Block Revisions.
327 * Remove: Blocks Backup and Restore.
328 * Remove: Assignment Panel Select-Childs Checkboxes.
329 * Remove: Minimize and Maximize All.
330 * Remove: Batch Process (Delete All and Delete Empty).
331 * Remove: Output Location Switch (Header and Footer).
332 * Remove: State Switch (Activate, Deactivate and Invert).
333 * Remove: Shortcode TinyMCE button (Community users has to write Shortcode manually).
334 * Remove: Don't load more assignment objects by scroll (Community users has to use the pagination list).
335
336 = 6.1.3 =
337 * UI & Graphics: UI Compatibility with Wordpress >= 3.8.
338 * Deprecated: New Block Form Activate, Location Hook and Initial position fields.
339 * Deprecated: Block Revisions.
340 * Deprecated: Blocks Backup and Restore.
341 * Deprecated: Assignment Panel Select-Childs Checkboxes.
342 * Deprecated: Minimise and Maximise All.
343 * Deprecated: Batch Process (Delete All and Delete Empty).
344 * Deprecated: Output Location Switch (Header and Footer).
345 * Deprecated: State Switch (Activate, Deactivate and Invert).
346 * Deprecated: Shortcode TinyMCE button (Community users has to write Shortcode manually).
347 * Deprecated: Don't load more assignment objects by scroll (Community users has to use the pagination list).
348
349 = 6.1.2 =
350 * Fix: Break Wordpress frontend page pagination by issuing 301 redirect.
351
352 = 6.1.1 =
353 * Fix: Validate block name when editing and adding blocks.
354 * Fix: Code Blocks is not being applied on WPEngine servers and other servers related to the MYSQL query error.
355 * Fix: Load block code one time after its first time opened as it was loaded every time the block is opened.
356 * Enhancement: Show User-PHP code errors only when WP_DEBUG is set to TRUE.
357 * 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.
358 * Enhancement: Disable new-block form fields while saving prevent user from duplicating block when traffic is slow.
359
360 = 6.1 =
361 * 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.
362 * 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.
363 * Enhancement: The ability to 'Cancel' revision mode and get back to the normal mode without refreshing the whole page.
364 * Update: Animate Block 'Save' button for not-saved Blocks.
365 * Update: The Assignment-Panel is now Loads the assigned items only when enter the revision and backup modes.
366 * Update: Set assignment-Panel Advanced-TAB as the default active TAB.
367 * Add: Few helper links to the CJT official website at the top of the Blocks page.
368 * 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.
369
370 = 6.0.15 =
371 * 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!
372
373 = 6.0.14 =
374 * Enhancement: Accept Shortcode parameters and segments. Provide PHP framework for code blocks to define, validate and reading Shortcode parameters.
375 * Enhancement: Allow using block 'name' in additional to 'id' when using Shortcodes.
376 * Fix: Failed to work with non-ascii (e.g Arabic) characters.
377 * Enhancement: Viewing block info is now showing Shortcode using block 'name' instead of 'id'.
378 * Enhancement: Embedded Shortcode with its closing tag as the Shortcode content is now being used by the handler blocks.
379 * Enhancement: Revert block Shortcode 'force' parameter default value to 'true' therefore allow using multiple Shortcode for the same block without setting 'force' attribute.
380
381 = 6.0.13 =
382 * Fix: CJT hijacks Plugins page after activate or deactivate a Plugin.
383
384 = 6.0.12 =
385 * Fix: PHP code is not getting evaluated when CJT code Block delegated using Shortcode.
386
387 = 6.0.11 =
388 * Fix: Add ACE Editor PHP Worker as it was missing.
389 * 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.
390
391 = 6.0.9 =
392 * Enhancement: Suppress PHP errors displayed under STRICT PHP configuration like PHP >= 5.4.x and therefor boost performance, increase result and security reliability!
393 * Fix: Installer operations state is cleared after the install/upgrade is interrupted, cause the repeats/re-executes of the install/upgrade operations.
394
395 = 6.0.7 =
396 * Fix: text-area HTML tag break down CJT Block code.
397
398 = 6.0.6 =
399 * Fix: Conflict with other Plugins!
400 * Fix: Javascript exception thrown when dismissing the install/upgrade notice.
401 * Enhancement: Disallow (with user notice) upgrade/downgrade if the target version is not being supported, therefore saving user data!
402 * Enhancement: Don't break down the site if manual upgrade/downgrade process is uncompleted! Allow user to revert back manually or disable the Plugin.
403 * Enhancement: E_ALL complain! Suppress all notices when WP_DEBUG set to true, allow better development, fast performance and error handling.
404
405 = 6.0 =
406 * Enhancement: Core code is 100% re-written for optimum performance and future enhancements, and is 100% based on MVC (Model–view–controller) design.
407 * Enhancement: 100% Using Web 2.0
408 * Enhancement: Applying code blocks to the requests are now enhanced to boost performance.
409 * Feature: The ability of interacting with admin pages too - not only the website side as in the previous versions.
410 * UI & Graphics: Light-weight and smart user-interface.
411 * Enhancement: Multiple operations can be executed at a time! For example, you can work on a code block while another block(s) is saving.
412 * Enhancement: Code block data is automatically revisioned after saving.
413 * Enhancement: Hot Key added for saving code block.
414 * Fix: Empty code blocks can now exist.
415 * Enhancement: Interaction with each code block from a simple smart graphical Toolbox using Web 2.0
416 * Feature: Delegate code block using Shortcodes. You can do that manually or through CJT smart TinyMCE dropdown list button.
417 * Feature: Integrate ACE Editor to provide syntax highlighting and correction while writing codes!
418 * Feature: Syntax highlighting for 4 languages: CSS, HTML, JavaScript and PHP.
419 * Enhancement: Entire plugin is now extensible! CJT supports installed extensions to extend or enhance its features.
420 * 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.
421 * Enhancement: Rename and save code block name.
422 * Enhancement: You can now save multiple backups.
423 * Feature: Activate and Deactivate code blocks feature.
424 * Fix: blocks order was correctly displayed from the admin side, but had no effect while applying blocks to the website side.
425 * Enhancement: Templates system is totally removed and will be presented with many enhancements via a separate extension.
426 * Feature: Allow assigning code blocks to Posts and Custom Posts.
427 * Feature: Apply 'Category' block to all the child posts (or sub-posts) within that category.
428 * Feature: Assignment Panel smart feature to assist while working with hierarchical items (sub-pages, sub-categories, etc).
429 * Enhancement: Auxiliary tab has been added to the Assignment Panel in order to organise all the predefined items (or requests) under a single tab.
430 * Enhancement: Moved and added: 'Front Page', 'All Pages' and 'All Posts' predefined items to appear under the Auxiliary tab.
431 * 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
432 * Feature: Support of regular expressions for defining code block Point-To-Hook
433 * Security: Only administrators can execute CJT backend operations.
434 * Feature: Each block now has an Information metabox (Author, created date, modification date, and Shortcode).
435 * Enhancement: Create New Code Block dialog with initial properties ‘Name’, ‘State’ and ‘Position'
436 * Fix: Internal error detection routine for detecting AJAX errors that may have occurred away from users view
437 * Added: CJT User Manual PDF file added to the /docs folder
438 * Added: New WordPress Dashboard menu item to embrace all CJT plugin pages
439 * Enhancement: Added separate installer and upgrade pages for both CJT v0.3 and v0.8 to allow watching of the installation processes
440 * Enhancement: Added an uninstaller to completely erase all CJT data from the system
441 * 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)
442
443 = 0.8 =
444 * Enhancement: Template code can be modified
445 * Feature: Code block Header and Footer feature so you can select which hook to output CSS/JS code
446 * Enhancement: Code blocks can be re-ordered via click-n-drag
447 * Enhancement: Code blocks can be given names, which can be edited and saved
448 * UI & Graphics: New icons and improved user interface
449 * Enhancement: Multilingual support. Only English translation is shipped with this version
450 * Enhancement: Style overriding. Any higher-ordered/positioned code blocks style syntax will override lower-ordered/positioned code blocks style syntax
451 * Feature: Built-in scripts bundled with WordPress can be used simply by checking them
452 * Feature: Backup and Restore code blocks data
453 * Fix: New code blocks are not toggling unless the page is refreshed
454 * Fix: CSS/JS template ‘extra slash character’ issue
455 * Fix: Code block deletion issues
456 * Fix: Code is not applied to the URL list except the last URL
457 * Fix: Cannot use string offset as array error
458 * Fix: Invalid argument supplied foreach() error
459
460 = 0.3 =
461 * Launch: This is the very first release of CSS & JavaScript Toolbox
462
463 == Upgrade Notice ==
464 = 11.5 =
465 * Compatibility: PHP version 8+
466 * Compatibility: MySQL version 8+
467 * Fix: Duplicate ID issue, which on rare occasions was fetching the 'revision block' ID for a newly created block causing an error for duplicate entry
468 * Enhancement: If the 'wp-content' directory is renamed to something different (e.g. 'content'), CJT will now find any custom content directories and install correctly
469