Skip to content

Commit f3f73c6

Browse files
gordielachancegordielachance
authored andcommitted
doc
1 parent 4fe82f9 commit f3f73c6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

bbpress-pencil-unread.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: bbPress Pencil Unread
44
Plugin URI: http://wordpress.org/extend/plugins/bbpress-pencil-unread
55
Description: Display which bbPress forums/topics have already been read by the user.
6-
Version: 1.2.6
6+
Version: 1.2.7
77
Author: G.Breant
88
Author URI: https://profiles.wordpress.org/grosbouff/
99
Text Domain: bbppu
@@ -16,7 +16,7 @@ class bbP_Pencil_Unread {
1616
/**
1717
* @public string plugin version
1818
*/
19-
public $version = '1.2.6';
19+
public $version = '1.2.7';
2020

2121
/**
2222
* @public string plugin DB version

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ bbPress Pencil Unread display which bbPress forums/topics have already been read
1717
bbPress Pencil Unread display which bbPress forums/topics have already been read by the logged user; and adds classes to forums/topics so you can customize your theme easily.
1818
Compatible with BuddyPress Groups Forums feature.
1919

20-
* For **forums**, it checks if the user has visited the forum since it was last active.
21-
* It also displays a link above each forum to mark it as 'read'.
20+
* For **forums**, it checks if the user has read all topics since last visit.
2221
* For **topics**, it checks if the user opened the topic since it was last active.
22+
* *Mark as read* (optional) mark all topics of a forum as read.
23+
* *Bookmarks* : (optional) adds a link after the topics titles; that goes directly to the last read reply of a topic.
24+
* Option to set as read topics that where created before the user's registration
2325

2426
= Contributors =
2527

@@ -92,6 +94,9 @@ If it hasn't been done already, you can translate the plugin and send me the tra
9294

9395
== Changelog ==
9496

97+
= 1.2.7 =
98+
* Added the 'bookmark' option, which adds (by default) a link after topics titles to go directly to the last read reply of that topic.
99+
95100
= 1.2.6 =
96101
* Added meta query in has_user_read_all_forum_topics() to ignore posts below timestamp generated in get_skip_timestamp()
97102
* New function get_skip_timestamp()

0 commit comments

Comments
 (0)