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