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
100 lines
| 1 | ### ChangeLog for Code Manager |
| 2 | |
| 3 | #### 1.0.16 / 2022-06-16 |
| 4 | |
| 5 | Fixed: When new code is added in tab mode multiple times old ID's are overwritten |
| 6 | |
| 7 | #### 1.0.15 / 2022-04-14 |
| 8 | |
| 9 | Fixed: Inline delete not working |
| 10 | |
| 11 | #### 1.0.14 / 2022-03-02 |
| 12 | |
| 13 | Updated: External libraries and library calls |
| 14 | |
| 15 | #### 1.0.13 / 2022-02-11 |
| 16 | |
| 17 | Patch: CSS shortcode not working |
| 18 | |
| 19 | Updated: WP_List_Table class |
| 20 | Fixed: SQL injection vulnerability |
| 21 | |
| 22 | #### 1.0.12 / 2022-01-21 |
| 23 | |
| 24 | Fixed: Cannot switch code type in tab mode |
| 25 | Fixed: Cannot save code in tab mode |
| 26 | |
| 27 | #### 1.0.11 / 2021-12-01 |
| 28 | |
| 29 | Changed: Added groups to code filter |
| 30 | Changed: Showing and fading hint on tab mode startup |
| 31 | Changed: Toolbar styling and labels |
| 32 | Changed: Removed autocomplete from popup |
| 33 | Fixed: Multiple selection returns more rows than filtered |
| 34 | |
| 35 | #### 1.0.10 / 2021-10-23 |
| 36 | |
| 37 | Added: Filter on code name and type to popup drop down list |
| 38 | Fixed: Display code list in column format |
| 39 | Fixed: Update shortcode when code is saved |
| 40 | Fixed: Action buttons not visible in list mode |
| 41 | |
| 42 | #### 1.0.9 / 2021-09-10 |
| 43 | |
| 44 | Fixed: Toolbar not shown by default |
| 45 | Fixed: ClipboardJS not found in tab mode |
| 46 | |
| 47 | #### 1.0.8 / 2021-09-03 |
| 48 | |
| 49 | Added: Copy shortcode link to tab mode |
| 50 | Added: Open single code block on double click in tab mode |
| 51 | Added: Code type to drop down list in tab mode |
| 52 | Added: Refresh icon to tabs |
| 53 | Added: Custom shortcode parameter support (global $wpda_shortcode_args) |
| 54 | Added: Load multiple code blocks at once |
| 55 | Added: Dashboard to simplify navigation |
| 56 | Fixed: Console error (JS) when code contains back ticks |
| 57 | |
| 58 | #### 1.0.7 / 2021-06-10 |
| 59 | |
| 60 | Added: Enable/disable code in tab mode |
| 61 | Added: Code type for shortcodes to list table |
| 62 | Added: Block enter key on tab label |
| 63 | Improved: Error handling |
| 64 | Improved: Added user login to tokens |
| 65 | |
| 66 | #### 1.0.6 / 2021-03-16 |
| 67 | |
| 68 | Improved: Plugin installation procedure |
| 69 | |
| 70 | #### 1.0.5 / 2021-03-15 |
| 71 | |
| 72 | Fixed: Cannot add shortcode to a page if shortcode reproduces an error |
| 73 | |
| 74 | #### 1.0.4 / 2020-03-05 |
| 75 | |
| 76 | Updated: Freemius library |
| 77 | |
| 78 | #### 1.0.3 / 2020-12-03 |
| 79 | |
| 80 | Update: jQuery and jQuery UI to prepare for WordPress 5.6 and 5.7 |
| 81 | Fixed: Unicode characters not displayed correctly |
| 82 | Fixed: Search returns no result when criteria contains a quote |
| 83 | Moved: Tabs and list buttons to a more visible position |
| 84 | Updated: Readme |
| 85 | Updated: Freemius library |
| 86 | |
| 87 | #### 1.0.2 / 2020-10-15 |
| 88 | |
| 89 | * Fixed: Editing unsupported code results in submit error. (Charles) |
| 90 | |
| 91 | #### 1.0.1 / 2020-10-07 |
| 92 | |
| 93 | * Removed external link to clipboard.js |
| 94 | * Added material icons to project |
| 95 | + Added ui darkness style to project |
| 96 | * Updated freemius library |
| 97 | |
| 98 | #### 1.0.0 / 2020-08-19 |
| 99 | |
| 100 | * Initial commit |