Plugin Directory

Changeset 2951246


Ignore:
Timestamp:
08/10/2023 07:08:40 AM (3 years ago)
Author:
EdwardBock
Message:

relese 1.3.3

Location:
additional-authors
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • additional-authors/trunk/additional-authors.php

    r2951153 r2951246  
    1111 * Text Domain: additional-authors
    1212 * Domain Path: /languages
    13  * Version: 1.3.2
     13 * Version: 1.3.3
    1414 * Requires at least: 5.0
    1515 * Tested up to: 6.3
  • additional-authors/trunk/classes/MetaBox.php

    r2951153 r2951246  
    7070                Plugin::FILTER_META_BOX_GET_USERS,
    7171                array(
    72                     'who'     => 'authors',
     72                    'capability'     => 'edit_posts',
    7373                    'orderby' => 'display_name',
    7474                    'fields'  => array(
  • additional-authors/trunk/readme.txt

    r2951153 r2951246  
    55Requires at least: 4.0
    66Tested up to: 6.3
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl
     
    2929== Changelog ==
    3030
     31= 1.3.3 =
     32* Fix: PHP 8.2 warnings
     33* Packages update
     34
    3135= 1.3.2 =
    32  * Fix: PHP 8.2 warnings
     36 * WordPress Core compatibility fix
     37 * Packages update
    3338
    3439= 1.3.1 =
Note: See TracChangeset for help on using the changeset viewer.