code-manager
Last commit date
Code_Manager
3 years ago
admin
3 years ago
assets
3 years ago
freemius
3 years ago
includes
3 years ago
public
3 years ago
vendor
3 years ago
.gitignore
3 years ago
CHANGES.md
3 years ago
LICENSE.txt
3 years ago
README.md
3 years ago
code-manager-config.php
3 years ago
code-manager.php
3 years ago
composer.json
3 years ago
readme.txt
3 years ago
todo.txt
3 years ago
CHANGES.md
140 lines
| 1 | ### ChangeLog for Code Manager |
| 2 | |
| 3 | #### 1.0.24 / 2022-05-09 |
| 4 | |
| 5 | Updated: Freemius SDK |
| 6 | |
| 7 | #### 1.0.23 / 2022-04-06 |
| 8 | |
| 9 | Updated: Freemius SDK |
| 10 | |
| 11 | #### 1.0.22 / 2022-03-23 |
| 12 | |
| 13 | Updated: Freemius SDK |
| 14 | |
| 15 | #### 1.0.21 / 2022-01-18 |
| 16 | |
| 17 | * Added: Basic sub menus to main menu |
| 18 | * Fixed: PHP 8.1 warnings |
| 19 | |
| 20 | #### 1.0.20 / 2022-01-03 |
| 21 | |
| 22 | * Patched: Export not working with PHP 8 |
| 23 | |
| 24 | * Fixed: Status of resource files not saved |
| 25 | * Fixed: Dashboard icons wrapped |
| 26 | * Updated: Freemius SDK |
| 27 | |
| 28 | #### 1.0.19 / 2022-11-23 |
| 29 | |
| 30 | * Updated: Freemius SDK |
| 31 | |
| 32 | #### 1.0.18 / 2022-08-05 |
| 33 | |
| 34 | * Added: Code import library code blocks |
| 35 | * Updated: Freemius library |
| 36 | |
| 37 | #### 1.0.17 / 2022-07-05 |
| 38 | |
| 39 | * Fixed: Tab refresh not working |
| 40 | * Fixed: Cannot add textarea to code snippet |
| 41 | * Replaced: Material icons with font awesome |
| 42 | |
| 43 | #### 1.0.16 / 2022-06-16 |
| 44 | |
| 45 | * Fixed: When new code is added in tab mode multiple times old ID's are overwritten |
| 46 | |
| 47 | #### 1.0.15 / 2022-04-14 |
| 48 | |
| 49 | * Fixed: Inline delete not working |
| 50 | |
| 51 | #### 1.0.14 / 2022-03-02 |
| 52 | |
| 53 | * Updated: External libraries and library calls |
| 54 | |
| 55 | #### 1.0.13 / 2022-02-11 |
| 56 | |
| 57 | * Patch: CSS shortcode not working |
| 58 | |
| 59 | * Updated: WP_List_Table class |
| 60 | * Fixed: SQL injection vulnerability |
| 61 | |
| 62 | #### 1.0.12 / 2022-01-21 |
| 63 | |
| 64 | * Fixed: Cannot switch code type in tab mode |
| 65 | * Fixed: Cannot save code in tab mode |
| 66 | |
| 67 | #### 1.0.11 / 2021-12-01 |
| 68 | |
| 69 | * Changed: Added groups to code filter |
| 70 | * Changed: Showing and fading hint on tab mode startup |
| 71 | * Changed: Toolbar styling and labels |
| 72 | * Changed: Removed autocomplete from popup |
| 73 | * Fixed: Multiple selection returns more rows than filtered |
| 74 | |
| 75 | #### 1.0.10 / 2021-10-23 |
| 76 | |
| 77 | * Added: Filter on code name and type to popup drop down list |
| 78 | * Fixed: Display code list in column format |
| 79 | * Fixed: Update shortcode when code is saved |
| 80 | * Fixed: Action buttons not visible in list mode |
| 81 | |
| 82 | #### 1.0.9 / 2021-09-10 |
| 83 | |
| 84 | * Fixed: Toolbar not shown by default |
| 85 | * Fixed: ClipboardJS not found in tab mode |
| 86 | |
| 87 | #### 1.0.8 / 2021-09-03 |
| 88 | |
| 89 | * Added: Copy shortcode link to tab mode |
| 90 | * Added: Open single code block on double click in tab mode |
| 91 | * Added: Code type to drop down list in tab mode |
| 92 | * Added: Refresh icon to tabs |
| 93 | * Added: Custom shortcode parameter support (global $wpda_shortcode_args) |
| 94 | * Added: Load multiple code blocks at once |
| 95 | * Added: Dashboard to simplify navigation |
| 96 | * Fixed: Console error (JS) when code contains back ticks |
| 97 | |
| 98 | #### 1.0.7 / 2021-06-10 |
| 99 | |
| 100 | * Added: Enable/disable code in tab mode |
| 101 | * Added: Code type for shortcodes to list table |
| 102 | * Added: Block enter key on tab label |
| 103 | * Improved: Error handling |
| 104 | * Improved: Added user login to tokens |
| 105 | |
| 106 | #### 1.0.6 / 2021-03-16 |
| 107 | |
| 108 | * Improved: Plugin installation procedure |
| 109 | |
| 110 | #### 1.0.5 / 2021-03-15 |
| 111 | |
| 112 | * Fixed: Cannot add shortcode to a page if shortcode reproduces an error |
| 113 | |
| 114 | #### 1.0.4 / 2020-03-05 |
| 115 | |
| 116 | * Updated: Freemius library |
| 117 | |
| 118 | #### 1.0.3 / 2020-12-03 |
| 119 | |
| 120 | * Update: jQuery and jQuery UI to prepare for WordPress 5.6 and 5.7 |
| 121 | * Fixed: Unicode characters not displayed correctly |
| 122 | * Fixed: Search returns no result when criteria contains a quote |
| 123 | * Moved: Tabs and list buttons to a more visible position |
| 124 | * Updated: Readme |
| 125 | * Updated: Freemius library |
| 126 | |
| 127 | #### 1.0.2 / 2020-10-15 |
| 128 | |
| 129 | * Fixed: Editing unsupported code results in submit error. (Charles) |
| 130 | |
| 131 | #### 1.0.1 / 2020-10-07 |
| 132 | |
| 133 | * Removed external link to clipboard.js |
| 134 | * Added material icons to project |
| 135 | * Added ui darkness style to project |
| 136 | * Updated freemius library |
| 137 | |
| 138 | #### 1.0.0 / 2020-08-19 |
| 139 | |
| 140 | * Initial commit |