Skip to content

Releases: gouarfig/board-notices

v0.5.4

10 Apr 14:22
Compare
Choose a tag to compare

This is a maintenance version:

  • Add new rule random: 1 out of n times, the notice will be displayed
  • Updated Italian translation
  • Fix rule has not posted for which wasn't reporting the numbers in the message
  • Fix closing notice: closing a notice would reappear every time on the next page refresh for registered users #1

v0.5.3

16 Jul 17:02
Compare
Choose a tag to compare

3 new rules:

  • User is browsing specific topic(s)
  • User registered before a date
  • User registered after a date

v0.5.1

01 Feb 16:03
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Added Italian translation
  • Allow a notice to be dismissed in preview mode (but it's not saved permanently)
  • New rule/condition: has never visited any of these forums
  • New rule/condition: has not visited any of these forums for x day(s)
  • New rule/condition: user registered less than x day(s)

v0.5.0

30 Jan 23:09
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • The long awaited "dismissible" notice is finally finished!
  • Registered users and guests can dismiss a notice (it uses cookies for guests)
  • You can specify that the notice will come back after some days (or not if you don't need to)
  • The CSS is applied as a class and no longer on the id. That makes it easier to change the design of the notice.

v0.4.5

28 Jan 17:58
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release
  • Big emphasis on unit tests and integration tests: 70% of functions and methods and 72% of lines of code are tested. More to come!
  • Home-made unserialize functions that doesn't have the security issues the php function has.
  • Removed compatibility with phpBB 3.1 (tell me if that's an issue for you)
  • Added 4 new variables to the rule "has not posted for"

v0.4.4

25 Jan 09:30
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release
Adding new on_board_index rule