You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Import data from the WordPress Popular Posts plugin.
158
160
* [Pro] Query Optimization: Add MySQL MAX_EXECUTION_TIME directive to prevent long-running queries from consuming excessive server resources. Configurable via settings and the `top_ten_query_max_execution_time` filter.
@@ -164,10 +166,12 @@ When you enabled the scheduled maintenance, Top 10 will create a cron job that w
164
166
* Modifications:
165
167
* Updated ChartJS and replaced Moment adapter with Luxon.
166
168
* An admin notice is displayed when any Top 10 table is missing. The plugin will also automatically recreate the missing tables.
169
+
* Introduced `wz_top_ten()` function to return the main instance of Top 10.
167
170
168
171
* Bug fixes:
169
172
* Resolved issue where tables were not automatically created during plugin activation.
170
173
* Fixed issue where the popular posts feed always displayed the post's full content even when Excerpt was selected under Reading settings.
174
+
* Fixed "Not found" error when accessing the Daily Popular Posts feed.
171
175
172
176
= 4.0.4 =
173
177
@@ -238,5 +242,5 @@ For previous changelog entries, please refer to the separate changelog.txt file
238
242
239
243
== Upgrade Notice ==
240
244
241
-
= 4.0.4 =
242
-
Freemius SDK Updated. Minor other changes. Check out the release post or changelog for further information.
245
+
= 4.1.0 =
246
+
Enhancements: Improved performance optimizations. Updated Freemius SDK to the latest version. Added support for plugin dependencies. Enhanced the format of numbered lists. Renamed certain filters for clarity. Bug fixes: Resolved issues with admin column settings. Fixed meta_query parameter issues.
0 commit comments