Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Releases: aldolat/private-content

Changelog for 6.4.1

28 Feb 11:13
6b521de
Compare
Choose a tag to compare
  • Updated links to documentation.

Changelog for 6.4.0

28 Feb 09:04
c4b219c
Compare
Choose a tag to compare
  • Added post-author and post-author-only cases for role option (props to @agenziae20 for the suggestion).
  • Underscore (_) is changed into a dash (-) when building the CSS class.

Changelog for 6.3.1

21 Nov 17:05
a10a0bd
Compare
Choose a tag to compare
  • Added new link to plugin line in the WordPress plugins management page.
  • Updated compatibility to WordPress 5.6.

Changelog for 6.3

01 Mar 14:49
481fba0
Compare
Choose a tag to compare
  • Added support for user IDs in recipient option.

Changelog for 6.2

29 Dec 11:09
a6be761
Compare
Choose a tag to compare
  • Added support for custom HTML classes and HTML IDs.
  • Added reverse option for custom roles.
  • Convert user-entered custom roles into lowercase.
  • Added case visitor which is equivalent to visitor-only.
  • Administrators can read hidden texts for Visitors.

Changelog for 6.1

22 Dec 16:30
7557fbc
Compare
Choose a tag to compare
  • Added use of multiple custom roles.
  • Added a new filter when there is no text to be displayed.
  • Added a new filter for hidden text.
  • Added a new filter for alternate text.
  • Now Administrators can always read text for custom roles, unless a role="custom-only" option has been used.
  • Code optimization.

Changelog for 6.0

01 Dec 11:51
c21e20a
Compare
Choose a tag to compare
  • Added use of custom roles.

Changelog for 5.1

27 Oct 06:35
324a4ce
Compare
Choose a tag to compare
  • Changed the coding paradigm to OOP.

Changelog for 5.0

09 Dec 09:32
1ac8732
Compare
Choose a tag to compare
  • Added reverse option to change the logic of the recipient option.

Changelog for 4.4

20 Oct 06:30
9de8c29
Compare
Choose a tag to compare
  • Checked code against PHPCS.