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