-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.txt
191 lines (134 loc) · 4.71 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
= 1.4.8 =
Release date 25 November 2024
* Dev: Tested up to WordPress 6.7.1
* Dev: Updated internal libraries
= 1.4.7 =
Release date 18 November 2024
* Dev: Tested up to WordPress 6.7.0
* Dev: Updated internal libraries
= 1.4.6 =
Release date 5 June 2024
* Fix: The "Posts per page" were not saved in the wizard
* Dev: Updated the internal libraries and barn2-lib
* Dev: Tested up to WordPress 6.5.3
* Dev: Deleted gulp
= 1.4.5 =
Release date 2 February 2024
* Dev: Added the preview for WordPress repository
= 1.4.4 =
Release date 18 November 2023
* Fix: Table doesn't show when the pro version is activated
= 1.4.3 =
Release date 16 November 2023
* Dev: Updated internal libraries
* Dev: Tested up WordPress 6.4
= 1.4.2 =
Release date 03 September 2023
* Added the security policies
* Tested up to WordPress 6.3
= 1.4.1 =
Release date 08 May 2023
* Updated the webpack configuration
* Tested up to WordPress 6.2
= 1.4.0 =
Release date 21 March 2023
* Added setup wizard
= 1.3.9 =
Release date 19 December 2022
* Added `utm_medium` and `utm_campaign` to readme file links
* Tested up to WordPress 6.1.1
= 1.3.8 =
Release date 15 February 2022
* Minor improvements on the Settings page
= 1.3.7 =
Release date 11 January 2022
* Added Traditional Chinese translation (credit: @alexlion1114).
* Updated DataTables library to 1.11.3.
= 1.3.6 =
Release date 8 October 2021
* Minor code improvements.
* Tested up to WordPress 5.8.1.
= 1.3.5 =
Release date 27 January 2021
* Added missing Conditional interface
= 1.3.4 =
Release date 22 January 2020
* Fixed the 'search on click' feature.
* Updated plugin settings page.
= 1.3.3 =
Release date 12 September 2020
* Renamed 'category' column to 'categories' for consistency with Pro version (backwards compatibility maintained).
= 1.3.2 =
Release date 13 August 2020
* Tested up to WordPress 5.5.
* Fixed a bug when an invalid column was used in the plugin settings or shortcode.
* Minor code improvements.
= 1.3.1 =
Release date 26 May 2020
* Added new 'image' column to display the post featured image.
* Added search on click support for tags column.
* Only load scripts and stylesheets on pages where posts table is displayed.
* Updated DataTables library to 1.10.21.
* Tested up to WordPress 5.4.1.
= 1.3 =
Release date 16 November 2019
* Update plugin architecture and Barn2 library code.
* Tested up to WordPress 5.3.
= 1.2 =
Release date 1 April 2019
* Restructure and improve codebase.
* Add plugin settings page.
* Update DataTables to 1.10.18.
* Minimum PHP 5.3 now required.
= 1.1.5 =
Release date 21 January 2019
* Changed shortcode to 'posts_table' to match Pro version, maintaining support for the previous shortcode.
* Ensure all references to software license are GPL-3.0.
* Tested up to WordPress 5.0.3.
= 1.1.4 =
Release date 6 August 2018
* Minor code improvements.
* Added GPL license to main plugin folder.
* Tested with WordPress 4.9.8.
= 1.1.3 =
Release date 21 May 2018
* Updated DataTables to 1.10.16.
* Tested with WordPress 4.9.6.
* Added 'posts_data_table_html_output' filter.
= 1.1.2 =
Release date 17 March 2018
* Added 'author' and 'post_status' shortcode options.
* Added 'posts_data_table_query_args' and 'posts_data_table_row_data_format' filters.
* Tested with WordPress 4.9.4
= 1.1.1 =
Release date 19 January 2018
* Tested with WordPress 4.9.2
* Minor styling tweaks.
= 1.1 =
Release date 7 September 2017
* Added support for a new 'tags' column, to display the post tags in the table.
* Added a new shortcode option 'tag' to allow posts to be restricted by tag.
* Added a 'date_format' shortcode option to allow the date format to be set. See [PHP date formats](http://php.net/manual/en/function.date.php) for examples.
* Category can now be specified by ID or slug, depending on whether a numeric or text value is specified.
* Fix bug with sort_by option when column not present in table.
* Code restructure and improvement.
* Update DataTables library to 1.10.15.
= 1.0.6 =
* Added Greek translation (credit: Yofis Florentin)
* Added additional language locales for French/German
= 1.0.5 =
* Upgrade to DataTables 1.10.12
* Allow column default (priorities, widths, etc) to be set per table.
* Prevent conflict if both free and Pro version of plugin are activated.
= 1.0.4 =
Fix bug with localization of main javascript file.
= 1.0.3 =
Fix a bug with the search and replace of column data, which produced invalid post URLs in some instances.
= 1.0.2 =
Added 'category' option to allow table to show posts from a single category only.
= 1.0.1 =
* Changed default for 'wrap' so content will now wrap onto multiple lines by default.
* Changed default conent length to 15 words.
* Additional FAQs.
= 1.0 =
Initial release.