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