-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
113 lines (92 loc) · 2.72 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
= 1.4.5
- Bump minimum support PHP version.
- Update Pro notice.
- Bump dependencies.
= 1.4.4
- Fix bug where comments that included '=' where not saved.
= 1.4.3.3
- Add plugin and theme information to status page.
= 1.4.3.2
- Update Pro pricing.
= 1.4.3.1
- Minor update for rendering notices.
- Add note about premium version.
= 1.4.3
- Fixes a bug on status page when no custom settings has been added.
= 1.4.2 =
- Add cyclonecode/plugin to source.
- Improve status page.
- Position admin notices.
= 1.4.1 =
- Add version to scripts.
- Bump cyclonecode/plugin to 1.0.6.
- Remove composer plugin package.
- Add status page.
- Remove whitespaces in settings.
- Add sponsor, rate and support links.
- Refactor tabs.
= 1.4.0 =
- Add PHP extension version.
- Add translation hints.
- Load script and stylesheet only when needed.
- Add header.
- Add PHP information.
- Add option to store comments.
- Add option to store blank lines.
- Add option to write to configuration file.
- Add admin review notice.
- Add admin support notice.
- Add Wordpress information.
- Remove GET and POST page.
- Remove unused member variables.
- Break out classes to separate repository.
- Set default settings.
- Update changelog.
= 1.3.0 =
- Do not change file permissions.
- Use admin_post hook to handle form submission.
- Add PHP information.
- Add Apache information.
- Add autoloader.
- Add changelog.
= 1.2.7 =
- Improve singleton class.
= 1.2.6 =
- Fix a bug where the plugin could not be deleted.
= 1.2.5 =
- Add correct comment character when using `.user.ini` file.
- Move `.user.ini` to root instead of the `wp-admin` folder, so settings have a global effect.
- Tweak file permission for both `.user.ini` and `.htaccess` file.
= 1.2.4 =
- Escape data.
- Add tab support for all sections.
- Only show sub section if not empty.
- Check if settings needs to be updated.
= 1.2.3 =
- Fix permission check for configuration file.
= 1.2.2 =
- Add global value to settings table.
- Add dynamic tabs for super globals.
- Add footer text in admin dashboard.
= 1.2.1 =
- Check if wp_enqueue_code_editor() does exist.
- Use array instead of string in call to insert_with_markers().
- Switch to shell mode in codemirror.
- Get name and use configured user INI file.
- Add information about user INI file.
- Add composer support.
= 1.2.0 =
- Refactor code to use templates.
- Use .user.ini or .htaccess file depending on server api.
- Add more PHP information.
- Fix misspelled class name.
= 1.1.0 =
- Add deactivation hook.
- Add option to restore the .htaccess file when the plugin is deactivated ors uninstalled.
- Make sure no changes is done in CGI/Fast-CGI mode.
- Add basic PHP information table.
= 1.0.1 =
- Add class constants.
- Add settings table.
= 1.0.0 =
- Initial commit.