code-manager
Last commit date
Code_Manager
4 years ago
admin
4 years ago
assets
4 years ago
freemius
4 years ago
includes
4 years ago
public
4 years ago
vendor
4 years ago
.gitignore
4 years ago
CHANGES.md
4 years ago
LICENSE.txt
4 years ago
README.md
4 years ago
code-manager-config.php
4 years ago
code-manager.php
4 years ago
composer.json
4 years ago
readme.txt
4 years ago
todo.txt
4 years ago
CHANGES.md
61 lines
| 1 | ### ChangeLog for Code Manager |
| 2 | |
| 3 | #### 1.0.9 / 2021-09-10 |
| 4 | |
| 5 | Fixed: Toolbar not shown by default |
| 6 | Fixed: ClipboardJS not found in tab mode |
| 7 | |
| 8 | #### 1.0.8 / 2021-09-03 |
| 9 | |
| 10 | Added: Copy shortcode link to tab mode |
| 11 | Added: Open single code block on double click in tab mode |
| 12 | Added: Code type to drop down list in tab mode |
| 13 | Added: Refresh icon to tabs |
| 14 | Added: Custom shortcode parameter support (global $wpda_shortcode_args) |
| 15 | Added: Load multiple code blocks at once |
| 16 | Added: Dashboard to simplify navigation |
| 17 | Fixed: Console error (JS) when code contains back ticks |
| 18 | |
| 19 | #### 1.0.7 / 2021-06-10 |
| 20 | |
| 21 | Added: Enable/disable code in tab mode |
| 22 | Added: Code type for shortcodes to list table |
| 23 | Added: Block enter key on tab label |
| 24 | Improved: Error handling |
| 25 | Improved: Added user login to tokens |
| 26 | |
| 27 | #### 1.0.6 / 2021-03-16 |
| 28 | |
| 29 | Improved: Plugin installation procedure |
| 30 | |
| 31 | #### 1.0.5 / 2021-03-15 |
| 32 | |
| 33 | Fixed: Cannot add shortcode to a page if shortcode reproduces an error |
| 34 | |
| 35 | #### 1.0.4 / 2020-03-05 |
| 36 | |
| 37 | Updated: Freemius library |
| 38 | |
| 39 | #### 1.0.3 / 2020-12-03 |
| 40 | |
| 41 | Update: jQuery and jQuery UI to prepare for WordPress 5.6 and 5.7 |
| 42 | Fixed: Unicode characters not displayed correctly |
| 43 | Fixed: Search returns no result when criteria contains a quote |
| 44 | Moved: Tabs and list buttons to a more visible position |
| 45 | Updated: Readme |
| 46 | Updated: Freemius library |
| 47 | |
| 48 | #### 1.0.2 / 2020-10-15 |
| 49 | |
| 50 | * Fixed: Editing unsupported code results in submit error. (Charles) |
| 51 | |
| 52 | #### 1.0.1 / 2020-10-07 |
| 53 | |
| 54 | * Removed external link to clipboard.js |
| 55 | * Added material icons to project |
| 56 | + Added ui darkness style to project |
| 57 | * Updated freemius library |
| 58 | |
| 59 | #### 1.0.0 / 2020-08-19 |
| 60 | |
| 61 | * Initial commit |