PluginProbe
CSS & JavaScript Toolbox / 11
CSS & JavaScript Toolbox v11
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 11, at readme.txt

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