code-manager
Last commit date
Code_Manager
5 years ago
admin
5 years ago
assets
5 years ago
freemius
5 years ago
includes
5 years ago
public
5 years ago
vendor
5 years ago
.gitignore
5 years ago
CHANGES.md
5 years ago
LICENSE.txt
5 years ago
README.md
4 years ago
code-manager-config.php
5 years ago
code-manager.php
5 years ago
composer.json
5 years ago
readme.txt
4 years ago
todo.txt
5 years ago
CHANGES.md
44 lines
| 1 | ### ChangeLog for Code Manager |
| 2 | |
| 3 | #### 1.0.7 / 2021-06-10 |
| 4 | |
| 5 | Added: Enable/disable code in tab mode |
| 6 | Added: Code type for shortcodes to list table |
| 7 | Improved: Error handling |
| 8 | Improved: Added user login to tokens |
| 9 | |
| 10 | #### 1.0.6 / 2021-03-16 |
| 11 | |
| 12 | Improved: Plugin installation procedure |
| 13 | |
| 14 | #### 1.0.5 / 2021-03-15 |
| 15 | |
| 16 | Fixed: Cannot add shortcode to a page if shortcode reproduces an error |
| 17 | |
| 18 | #### 1.0.4 / 2020-03-05 |
| 19 | |
| 20 | Updated: Freemius library |
| 21 | |
| 22 | #### 1.0.3 / 2020-12-03 |
| 23 | |
| 24 | Update: jQuery and jQuery UI to prepare for WordPress 5.6 and 5.7 |
| 25 | Fixed: Unicode characters not displayed correctly |
| 26 | Fixed: Search returns no result when criteria contains a quote |
| 27 | Moved: Tabs and list buttons to a more visible position |
| 28 | Updated: Readme |
| 29 | Updated: Freemius library |
| 30 | |
| 31 | #### 1.0.2 / 2020-10-15 |
| 32 | |
| 33 | * Fixed: Editing unsupported code results in submit error. (Charles) |
| 34 | |
| 35 | #### 1.0.1 / 2020-10-07 |
| 36 | |
| 37 | * Removed external link to clipboard.js |
| 38 | * Added material icons to project |
| 39 | + Added ui darkness style to project |
| 40 | * Updated freemius library |
| 41 | |
| 42 | #### 1.0.0 / 2020-08-19 |
| 43 | |
| 44 | * Initial commit |