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