code-manager
Last commit date
Code_Manager
1 year ago
admin
1 year ago
assets
1 year ago
freemius
1 year ago
includes
1 year ago
public
1 year ago
vendor
1 year ago
.gitignore
1 year ago
CHANGES.md
1 year ago
LICENSE.txt
1 year ago
code-manager-config.php
1 year ago
code-manager.php
1 year ago
composer.json
1 year ago
composer.lock
1 year ago
readme.txt
1 year ago
todo.txt
1 year ago
CHANGES.md
209 lines
| 1 | ### ChangeLog for Code Manager |
| 2 | |
| 3 | #### 1.0.39 / 2024-10-28 |
| 4 | |
| 5 | Updated: Freemius SDK |
| 6 | |
| 7 | #### 1.0.38 / 2024-10-03 |
| 8 | |
| 9 | Updated: Freemius SDK |
| 10 | |
| 11 | #### 1.0.37 / 2024-09-17 |
| 12 | |
| 13 | Updated: Freemius SDK |
| 14 | |
| 15 | #### 1.0.36 / 2024-08-20 |
| 16 | |
| 17 | Updated: Freemius SDK |
| 18 | |
| 19 | #### 1.0.35 / 2024-07-02 |
| 20 | |
| 21 | Updated: Freemius SDK |
| 22 | |
| 23 | #### 1.0.34 / 2024-04-24 |
| 24 | |
| 25 | Updated: Freemius SDK |
| 26 | |
| 27 | #### 1.0.33 / 2024-04-07 |
| 28 | |
| 29 | Updated: Freemius SDK |
| 30 | |
| 31 | #### 1.0.32 / 2024-02-20 |
| 32 | |
| 33 | Fixing css and js file issue |
| 34 | |
| 35 | #### 1.0.31 / 2023-12-28 |
| 36 | |
| 37 | Updated: Freemius SDK |
| 38 | |
| 39 | #### 1.0.30 / 2023-11-08 |
| 40 | |
| 41 | Fixed: Infinite loop |
| 42 | |
| 43 | #### 1.0.29 / 2023-11-08 |
| 44 | |
| 45 | Replaced dynamic instantiation with simple direct instantiation |
| 46 | Removed PHP 7 dependencies as PHP 7.4 is now a minimal requirement for WordPress installations |
| 47 | - This means we no longer support < PHP7 |
| 48 | Updated: Freemius SDK |
| 49 | |
| 50 | #### 1.0.28 / 2023-09-22 |
| 51 | |
| 52 | Updated: Freemius SDK |
| 53 | |
| 54 | #### 1.0.27 / 2023-08-29 |
| 55 | |
| 56 | Updated: Readme |
| 57 | Updated: Freemius SDK |
| 58 | |
| 59 | #### 1.0.26 / 2023-07-05 |
| 60 | |
| 61 | Fixed: A few more PHP 8 warnings |
| 62 | Updated: Freemius SDK |
| 63 | |
| 64 | #### 1.0.25 / 2023-06-03 |
| 65 | |
| 66 | Fixed: Unexpected token |
| 67 | Fixed: Duplicate ID |
| 68 | Fixed: Several PHP 8 warnings |
| 69 | Updated: WP_List_table class |
| 70 | Updated: Freemius SDK |
| 71 | |
| 72 | #### 1.0.24 / 2023-05-09 |
| 73 | |
| 74 | Updated: Freemius SDK |
| 75 | |
| 76 | #### 1.0.23 / 2023-04-06 |
| 77 | |
| 78 | Updated: Freemius SDK |
| 79 | |
| 80 | #### 1.0.22 / 2023-03-23 |
| 81 | |
| 82 | Updated: Freemius SDK |
| 83 | |
| 84 | #### 1.0.21 / 2023-01-18 |
| 85 | |
| 86 | * Added: Basic sub menus to main menu |
| 87 | * Fixed: PHP 8.1 warnings |
| 88 | |
| 89 | #### 1.0.20 / 2023-01-03 |
| 90 | |
| 91 | * Patched: Export not working with PHP 8 |
| 92 | |
| 93 | * Fixed: Status of resource files not saved |
| 94 | * Fixed: Dashboard icons wrapped |
| 95 | * Updated: Freemius SDK |
| 96 | |
| 97 | #### 1.0.19 / 2022-11-23 |
| 98 | |
| 99 | * Updated: Freemius SDK |
| 100 | |
| 101 | #### 1.0.18 / 2022-08-05 |
| 102 | |
| 103 | * Added: Code import library code blocks |
| 104 | * Updated: Freemius library |
| 105 | |
| 106 | #### 1.0.17 / 2022-07-05 |
| 107 | |
| 108 | * Fixed: Tab refresh not working |
| 109 | * Fixed: Cannot add textarea to code snippet |
| 110 | * Replaced: Material icons with font awesome |
| 111 | |
| 112 | #### 1.0.16 / 2022-06-16 |
| 113 | |
| 114 | * Fixed: When new code is added in tab mode multiple times old ID's are overwritten |
| 115 | |
| 116 | #### 1.0.15 / 2022-04-14 |
| 117 | |
| 118 | * Fixed: Inline delete not working |
| 119 | |
| 120 | #### 1.0.14 / 2022-03-02 |
| 121 | |
| 122 | * Updated: External libraries and library calls |
| 123 | |
| 124 | #### 1.0.13 / 2022-02-11 |
| 125 | |
| 126 | * Patch: CSS shortcode not working |
| 127 | |
| 128 | * Updated: WP_List_Table class |
| 129 | * Fixed: SQL injection vulnerability |
| 130 | |
| 131 | #### 1.0.12 / 2022-01-21 |
| 132 | |
| 133 | * Fixed: Cannot switch code type in tab mode |
| 134 | * Fixed: Cannot save code in tab mode |
| 135 | |
| 136 | #### 1.0.11 / 2021-12-01 |
| 137 | |
| 138 | * Changed: Added groups to code filter |
| 139 | * Changed: Showing and fading hint on tab mode startup |
| 140 | * Changed: Toolbar styling and labels |
| 141 | * Changed: Removed autocomplete from popup |
| 142 | * Fixed: Multiple selection returns more rows than filtered |
| 143 | |
| 144 | #### 1.0.10 / 2021-10-23 |
| 145 | |
| 146 | * Added: Filter on code name and type to popup drop down list |
| 147 | * Fixed: Display code list in column format |
| 148 | * Fixed: Update shortcode when code is saved |
| 149 | * Fixed: Action buttons not visible in list mode |
| 150 | |
| 151 | #### 1.0.9 / 2021-09-10 |
| 152 | |
| 153 | * Fixed: Toolbar not shown by default |
| 154 | * Fixed: ClipboardJS not found in tab mode |
| 155 | |
| 156 | #### 1.0.8 / 2021-09-03 |
| 157 | |
| 158 | * Added: Copy shortcode link to tab mode |
| 159 | * Added: Open single code block on double click in tab mode |
| 160 | * Added: Code type to drop down list in tab mode |
| 161 | * Added: Refresh icon to tabs |
| 162 | * Added: Custom shortcode parameter support (global $wpda_shortcode_args) |
| 163 | * Added: Load multiple code blocks at once |
| 164 | * Added: Dashboard to simplify navigation |
| 165 | * Fixed: Console error (JS) when code contains back ticks |
| 166 | |
| 167 | #### 1.0.7 / 2021-06-10 |
| 168 | |
| 169 | * Added: Enable/disable code in tab mode |
| 170 | * Added: Code type for shortcodes to list table |
| 171 | * Added: Block enter key on tab label |
| 172 | * Improved: Error handling |
| 173 | * Improved: Added user login to tokens |
| 174 | |
| 175 | #### 1.0.6 / 2021-03-16 |
| 176 | |
| 177 | * Improved: Plugin installation procedure |
| 178 | |
| 179 | #### 1.0.5 / 2021-03-15 |
| 180 | |
| 181 | * Fixed: Cannot add shortcode to a page if shortcode reproduces an error |
| 182 | |
| 183 | #### 1.0.4 / 2020-03-05 |
| 184 | |
| 185 | * Updated: Freemius library |
| 186 | |
| 187 | #### 1.0.3 / 2020-12-03 |
| 188 | |
| 189 | * Update: jQuery and jQuery UI to prepare for WordPress 5.6 and 5.7 |
| 190 | * Fixed: Unicode characters not displayed correctly |
| 191 | * Fixed: Search returns no result when criteria contains a quote |
| 192 | * Moved: Tabs and list buttons to a more visible position |
| 193 | * Updated: Readme |
| 194 | * Updated: Freemius library |
| 195 | |
| 196 | #### 1.0.2 / 2020-10-15 |
| 197 | |
| 198 | * Fixed: Editing unsupported code results in submit error. (Charles) |
| 199 | |
| 200 | #### 1.0.1 / 2020-10-07 |
| 201 | |
| 202 | * Removed external link to clipboard.js |
| 203 | * Added material icons to project |
| 204 | * Added ui darkness style to project |
| 205 | * Updated freemius library |
| 206 | |
| 207 | #### 1.0.0 / 2020-08-19 |
| 208 | |
| 209 | * Initial commit |