Plugin Directory

Changeset 3122439


Ignore:
Timestamp:
07/20/2024 10:27:43 AM (21 months ago)
Author:
ajferg
Message:

Update to version 1.8.1 from GitHub

Location:
token-access
Files:
202 added
4 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • token-access/tags/1.8.1/readme.txt

    r2518093 r3122439  
    11=== Token Access ===
     2Author:             Anthony Ferguson
     3Author URI:         https://www.ferguson.codes
    24Contributors:       ajferg
     5Requires at least:  6.0
     6Tested up to:       6.6
     7Stable tag:         1.8.1
     8Requires PHP:       7.4
     9License:            GPLv3 or later
     10License URI:        https://www.gnu.org/licenses/gpl-3.0.html
    311Tags:               private, cookie, access, public, whitelist, developer
    4 Requires at least:  3.0
    5 Tested up to:       5.7
    6 Stable tag:         1.7.1
     12
    713
    814Limit access to the site to those with a cookie token.  Visitors without the cookie see a customisable "coming soon" style of page.
     
    2935== Changelog ==
    3036
     37= 1.8.1 =
     38* Version bump for build process
     39
     40= 1.8.0 =
     41* Refactor plugin and check compatibility with latest WP
     42
    3143= 1.7.1 =
    3244* Fix: It was showing the placeholder on the wp-login.php page too.
    3345
    34 = 1.7 =
     46= 1.7.0 =
    3547* Rewrote plugin to meet code standards.
    3648* Now stores custom placeholder in options table, instead of writing to a file that will be overwritten when the plugin updates.
     
    4153* Better wp-cli compatibility
    4254
    43 = 1.4 =
     55= 1.4.0 =
    4456* Overhaul for better use of WP functions, and more acceptable CSS rules.
    4557* Compatible with WordPress 4.4
    4658
    47 = 1.2 =
     59= 1.2.0 =
    4860* Initial public release.
  • token-access/trunk/readme.txt

    r2518093 r3122439  
    11=== Token Access ===
     2Author:             Anthony Ferguson
     3Author URI:         https://www.ferguson.codes
    24Contributors:       ajferg
     5Requires at least:  6.0
     6Tested up to:       6.6
     7Stable tag:         1.8.1
     8Requires PHP:       7.4
     9License:            GPLv3 or later
     10License URI:        https://www.gnu.org/licenses/gpl-3.0.html
    311Tags:               private, cookie, access, public, whitelist, developer
    4 Requires at least:  3.0
    5 Tested up to:       5.7
    6 Stable tag:         1.7.1
     12
    713
    814Limit access to the site to those with a cookie token.  Visitors without the cookie see a customisable "coming soon" style of page.
     
    2935== Changelog ==
    3036
     37= 1.8.1 =
     38* Version bump for build process
     39
     40= 1.8.0 =
     41* Refactor plugin and check compatibility with latest WP
     42
    3143= 1.7.1 =
    3244* Fix: It was showing the placeholder on the wp-login.php page too.
    3345
    34 = 1.7 =
     46= 1.7.0 =
    3547* Rewrote plugin to meet code standards.
    3648* Now stores custom placeholder in options table, instead of writing to a file that will be overwritten when the plugin updates.
     
    4153* Better wp-cli compatibility
    4254
    43 = 1.4 =
     55= 1.4.0 =
    4456* Overhaul for better use of WP functions, and more acceptable CSS rules.
    4557* Compatible with WordPress 4.4
    4658
    47 = 1.2 =
     59= 1.2.0 =
    4860* Initial public release.
Note: See TracChangeset for help on using the changeset viewer.