-
Notifications
You must be signed in to change notification settings - Fork 7
/
changelog.txt
executable file
·183 lines (162 loc) · 5.07 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
= 2.9.4 =
* fix admin reorder page load for non-admins.
= 2.9.3 =
* fix bug stopping custom post types being unranked from removed terms.
= 2.9.2 =
* fix count warnings.
= 2.9.1 =
* fix multi-term queries from being ranked.
* fix min-range value when ranking large number of posts.
= 2.9.0 =
* improved front-end query filter logic.
* improved upgrade messaging for legacy data.
* removed multisite upgrade.
= 2.8.0 =
* expose functionaliy to get adjacent posts.
= 2.7.8 =
* fix new term order seetings update.
= 2.7.7 =
* fix SortableJs for reset button.
= 2.7.6 =
* fix SortableJs plugin initialisation on some setups.
= 2.7.5 =
* fix post count in admin.
= 2.7.4 =
* fix post count.
= 2.7.3 =
* fix multi-post_type queries.
= 2.7.2 =
* improved handling of term post counts.
= 2.7.1 =
* fix term counts for private/scheduled posts.
= 2.7.0 =
* added filter 'rpwc2_manual_sort_override'.
* fixed orderby query_vars bug.
* update settins link.
= 2.6.3 =
* handle is_tax/is_category in same code.
= 2.6.2 =
* fix private/future count_posts in public queries.
* call to count_posts.
= 2.6.1 =
* fixed sorting of private/future posts in dashboard.
= 2.6.0 =
* added settings for override orderby.
* improved term tracking settings.
* fixed WooCommerce spurious results when override orderby is true.
= 2.5.9 =
* enable default post type for multi-type taxonomy query.
= 2.5.8 =
* fix settings link in plugin table.
= 2.5.7 =
* reload reorder page tabs when in focus.
= 2.5.6 =
* LearnPress order page fix.
= 2.5.5 =
* fix get_adjacent_post_where SQL query.
= 2.5.4 =
* change get_adjacent_post_where SQL for older DB.
* fix admin reverse order saving.
= 2.5.3 =
* fix adjacent post functionality.
= 2.5.2 =
* fix taxonomy queries registered for multi post types.
= 2.5.1 =
* fix multi-post_type ranking in same taxonomy.
* fix custom taxonomy archive query.
= 2.5.0 =
* enable get_adjacent_post functionality.
* improve save_post rank management.
= 2.4.3 =
* fix WooCommerce issues.
= 2.4.2 =
* fix sql error on old table.
= 2.4.1 =
* fix post count.
= 2.4.0 =
* added rpwc2_filter_default_ranking filter for intial order.
= 2.3.0 =
* added multi-posttype taxonomy ranking functionality.
* styling improvement.
= 2.2.1 =
* change inner join query for front-end ordering.
* change postmeta table alias on frton-end queries.
* vertical-align top for amdin sorted items.
= 2.2.0 =
* removed delete_before_post.
* reset post rank from v1.x table in admin page.
= 2.1.4 =
* fix sql order by bug in admin order page.
= 2.1.3 =
* fix bug on save_post.
= 2.1.2 =
* fix multisite bug.
= 2.1.1 =
* fix slider post loading.
* max posts loaded to form square grid.
= 2.1.0 =
* deprecated filter 'reorder_post_within_category_taxonomy_term_query_args'.
* improved helper text on reorder pages.
* added a reset button on order page.
= 2.0.1 =
* js bug fix preventing proper saving of orders.
= 2.0.0 =
* complete re-write of the plugin file structure.
* removal of custom DB table, post rank is now saved as a postmeta key.
* addition of a new filter 'reorder_post_within_categories_new_post_first' to allow new posts to be ranked first instead of last by default.
* proper handling of post_type for order ranking.
* ability to reset/delete data from settings page.
* added filter 'reorder_posts_within_category_card_text'.
* added filter 'reorder_posts_within_category_initial_orderby'.
* added filter 'reorder_posts_within_category_initial_order'.
* using sortableJS plugin for Grid layout using multi-grid sorting for large lists.
* addition of thumbnails on sortable cards for better visual representation of posts.
= 1.8.1 =
* english corrections.
= 1.8.0 =
* I18N: Changed language of translatable strings in the code to en_US. Inline code comments are still in French.
= 1.7.0 =
* introduce admin post link in order list.
= 1.6.0 =
* added term query filter 'reorder_post_within_category_taxonomy_term_query_args'
= 1.5.0 =
* fixed capability bug.
* added filter to delete custom sql table when uninstalling.
= 1.4.1 =
* changed text-domain to include plugin in translate.wordpress.org.
= 1.4.0 =
* added russian locale.
=1.3.0=
* added filter to change capability of reorder post submenu access.
=1.2.3=
* bug fix
= 1.2.2 =
* improved custom post selection in settings
* added filter 'reorder_post_within_categories_and_tags'
= 1.2.1 =
* added filter 'reorder_post_within_category_query_args'
= 1.2 =
* cleaned up, included better messages to ensure settings are saved after activation, else order menu is not shown
* fixed a small bug
= 1.1.7 =
* Bug fix to allow plugin to work with WP multisite network installation.
* enable editor role access to re-order menu
* fixed some languages translation issues
= 1.1.6 =
* Important bug fix (See http://wordpress.org/support/topic/updating-a-post-removes-it-from-the-custom-order). Thanks to Faison for this fix
= 1.1.5 =
* Add DE_de language
= 1.1.4 =
* Correct minor bug
= 1.1.3 =
* Add spanish translations. Special thanks to David Bravo for this !
= 1.1.2 =
* Add a plugin URI
= 1.1.1 =
* Bug Correction when a post is saving
= 1.1 =
* Change version number
= 1.0 =
* Minor Correction
= 0.1 =
* First commit; Initial version