-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
52 lines (36 loc) · 1.24 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
== Changelog ==
= 1.0.7 =
* Added: Option to Disable Mouse Hover Effect.
* Added: Shortcode attributes: `on_stop` and `link_class`.
* Added: A filter to customize the post type list: `spt_post_type_exclude_list`.
* Tweak: Now number of posts field supports any number from -1.
= 1.0.6 =
* Added: A filter to customize post links: `spt_post_custom_redir_link`.
* Added: Permanent dismiss link in admin notice.
* Fixed: Unclosed HTML Tags in Admin Notices.
* Removed: `esc_html` from css code output.
* Tested upto WordPress 5.2.
= 1.0.5 =
* Added: Shortcode attributes: `post_info_start` and `post_info_end`.
* Removed: Some unused CSS codes.
= 1.0.4 =
* Added: Option to hide posts ticker if there are no posts available to show.
* Fixed: A error notice.
* Fixed: Some untranslated strings.
= 1.0.3 =
* Added: A filter to run custom query.
* Fixed: Duplicate HTML Element warning in browser console on Admin Settings Page.
* Removed: Some unwanted code from plugin codebase.
= 1.0.2 =
* Fixed: Untranslated Strings.
= 1.0.1 =
* Added: Label Margin.
* Added: Label Border.
* Added: Post display order.
* Added: Link nofollow.
* Added: Ticker margin.
* Added: Ticker Padding.
* Added: Post Info after ticker.
* Improved: Admin UI.
= 1.0.0 =
* Initial release.