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