-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
168 lines (127 loc) · 6.55 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
This file holds the older changelog history for the plugin
= 2.4.0 =
Release post: [https://webberzone.com/blog/followed-posts-v2-4-0/](https://webberzone.com/blog/followed-posts-v2-4-0/)
* Features:
* New caching system. The full HTML output is saved in the meta key which should massively speed up the loading of your posts. Clear the cache by saving the settings page or using the button at the bottom
* Custom styles under the Styles tab now supports autocomplete and highlighting using CodeMirror
* Bug fixes:
* Tracker would not trigger in some cases - also now use a minimised version of the file
= 2.3.0 =
Release post: [https://webberzone.com/blog/followed-posts-v2-3-0/](https://webberzone.com/blog/followed-posts-v2-3-0/)
* Features:
* New styles option including a grid style to make your followed posts look more presentable
* Enhancements:
* Optimized version of default.png
* Fixed:
* Migrate `custom_CSS` to `custom_css` - this only happens if `custom_css` doesn't already have a value
* Duplicate entries in "Exclude Categories" settings are removed on saving options
* PHP notices for `show_author` and `show_date`
* `wherego_update_option` only deletes options when the value passed is null
* Delete any deprecated settings on save should work properly
= 2.2.0 =
Release post: [https://webberzone.com/blog/webberzone-followed-posts-v2-2-0/](https://webberzone.com/blog/webberzone-followed-posts-v2-2-0/)
Where did they go from here has now been renamed to WebberZone Followed Posts
* Features:
* New options to show author and date in the list. Find it under *Output* tab
* New options in widget to show author, excerpt, date and post types
* New function `wherego_get_referer()` alongwith its corresponding filter
* Fixed:
* Fixed error message that was generated on activation
* Errors in tracker under PHP 7.2
= 2.1.0 =
* Features:
* Updated admin page based on the Settings API
* `post_types` argument can now be passed in csv format
* Modifications
* Removed Freemius
* Fixed:
* Metabox did not save when editing attachments
= 2.0.2 =
* Modifications:
* Reformatted parts of Freemius as per WordPress coding standards. Changed logo used in Freemius for Opt-in
* Renamed .pot file to where-did-they-go-from-here.pot
= 2.0.1 =
* Fixed:
* Limit for number of posts broke in v2.0.0
= 2.0.0 =
* Features:
* Multisite activation and uninstall
* Shortcode: Use `[wherego]` to display the followed posts
* Widget: Find it in your theme customizer or under Appearances » Widgets
* Integrated Freemius Insights
* Modifications:
* Enhancements to the metabox where the list of followed posts are cleaned for incorrect post IDs or published posts when saving the post
* Replace wick with jQuery suggest which is bundled with WordPress. This is used to power the category exclusion setting in the Admin
* Tracker is modified to use `admin-ajax.php` and is more compatible if jQuery is loaded in the footer instead of header
* Removed all non en_US language files to allow for the WordPress.org repository translation
* Deprecated:
* Modified: timthumb has been deprecated. The script is no longer included
* `ald_wherego` and `echo_ald_wherego` have been deprecated. Use `get_wherego` and `echo_wherego` respectively
* `wherego_related` id for the div has been deprecated. Use `.wherego_related` to style
= 1.7.1 =
* New: Fixed bug with `echo_ald_wherego` introduced in v1.7
* New: You can now view the default image in the options page
* Modified: `wherego_postimage` filter now accepts the 6th attribute which is the post object. This can allow for custom functions that allow you to dynamically modify the image you wish to use as the thumbnail.
= 1.7 =
* New: Redesigned responsive admin interface
* New: Edit the list of followed post IDs in the Write Post screen
* Fixed: Language initialisation
* Fixed: Custom post types in list of posts
* Modified: Tracking script to improve compatiblity with caching plugins
= 1.6 =
* New: Redesigned admin interface
* New: More thumbnail options available including using timthumb to resize images
* New: Posts list is wrapped in a new class `wherego_related` which should be the primary method to style the list
* New: Option to add `nofollow` to links
* New: Option to open links in new window
* New: Limit the length of the title in the posts list
* New: Custom styles tab to quickly add CSS to style the output
* New: More display options. You can now choose to display the list of visited posts on home and archive pages
* New: Separate feed settings
* New: Option to exclude display of visited posts on select post/page IDs
* New: Option to exclude certain posts/page IDs from the visited posts
* Fixed: Plugin will no longer display *Ajax error*
* Fixed: Plugin will now work without errors with `WP_DEBUG` set to TRUE
= 1.5.4 =
* Fixed: Error when deleting the plugin
= 1.5.3 =
* New: Better support for custom post types
= 1.5.2 =
* Fixed: PHP Notices for "Use of undefined constant limit"
= 1.5.1 =
* New: Russian translation
= 1.5 =
* Fixed: Compability problem with WordPress blog in the subdirectory
* New: Option to excludes posts from certain categories to be displayed
= 1.4.2 =
* Fixed: Languages were not detected properly. Added Italian language
= 1.4.1 =
* Fixed: Minor compatibility issue with other plugins
= 1.4 =
* New: Implementation for tracking hits even on blogs with non-standard WordPress installs
* New: Reset button to reset all browsing data
* New: Option to exclude pages in post list
* New: Choose if you want to blank out display or display a custom message
* New: The plugin extracts the first image in the post and displays that if the post thumbnail and the post-image meta field is missing
* Fixed: Postmeta detection for thumbnails
* Fixed: Compatibility with caching plugins like W3 Total Cache and WP Super Cache
* Some optimisation and code cleaning for better performance
= 1.3.1 =
* Fixed problem where plugin was not tracking visits properly
= 1.3 =
* Added localisation support
* Better support for blogs where wp-content folder has been moved
* Added support for post thumbnails
* Added option to display the post excerpt in the list
* All parts of the list are now wrapped in classes for easy CSS customisation
* Uninstall will clean up the meta tables
= 1.2.1 =
* Fixed compatibility issues with WordPress 2.9
= 1.2 =
* Fixed a bug with posts not being tracked on blogs hosted in a folder
= 1.1 =
* Compatible with caching plugins. Tweaks that should improve tracking.
* Display the list of posts in Edit pages / posts of WP-Admin
* Blanked out display when no related posts are found instead of #N/A
= 1.0 =
* Release