Plugin Directory

Changeset 3304911


Ignore:
Timestamp:
06/02/2025 11:38:01 AM (9 months ago)
Author:
themeplugs
Message:

wp 6.8 compatiblity added

Location:
authorsy
Files:
65 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • authorsy/trunk/authorsy.php

    r3207148 r3304911  
    55 * Plugin URI:        https://themeplugs.com/
    66 * Description:       Author box and bio link for WordPress.
    7  * Version:           1.0.4
     7 * Version:           1.0.5
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.3
     
    5454     */
    5555    public static function get_version() {
    56         return '1.0.4';
     56        return '1.0.5';
    5757    }
    5858
  • authorsy/trunk/readme.txt

    r3207148 r3304911  
    11===WP Author box, Bio link and Post Rating - Authorsy===
    2 Contributors: themeplugs,themewinter, abrasel600
     2Contributors: themeplugs,abrasel600
    33Tags: author box, Post Rating, author bio,Multiple author, guest author
    44Requires at least: 5.2
    5 Tested up to: 6.7
    6 Stable tag: 1.0.4
     5Tested up to: 6.8
     6Stable tag: 1.0.5
    77Requires PHP: 7.3
    88License: GPLv2 or later
     
    7878
    7979== Changelog ==
     80= 1.0.5 =
     81- Tweak: Compatibility with WordPress 6.8.
     82
    8083= 1.0.4 =
    8184- Added: Role capabilities for guest users.
Note: See TracChangeset for help on using the changeset viewer.