Changeset 2951246
- Timestamp:
- 08/10/2023 07:08:40 AM (3 years ago)
- Location:
- additional-authors
- Files:
-
- 4 deleted
- 3 edited
-
tags/1.3.3/dist/additional-authors-meta-box.css.map (deleted)
-
tags/1.3.3/dist/additional-authors.css.map (deleted)
-
trunk/additional-authors.php (modified) (1 diff)
-
trunk/classes/MetaBox.php (modified) (1 diff)
-
trunk/dist/additional-authors-meta-box.css.map (deleted)
-
trunk/dist/additional-authors.css.map (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
additional-authors/trunk/additional-authors.php
r2951153 r2951246 11 11 * Text Domain: additional-authors 12 12 * Domain Path: /languages 13 * Version: 1.3. 213 * Version: 1.3.3 14 14 * Requires at least: 5.0 15 15 * Tested up to: 6.3 -
additional-authors/trunk/classes/MetaBox.php
r2951153 r2951246 70 70 Plugin::FILTER_META_BOX_GET_USERS, 71 71 array( 72 ' who' => 'authors',72 'capability' => 'edit_posts', 73 73 'orderby' => 'display_name', 74 74 'fields' => array( -
additional-authors/trunk/readme.txt
r2951153 r2951246 5 5 Requires at least: 4.0 6 6 Tested up to: 6.3 7 Stable tag: 1.3. 27 Stable tag: 1.3.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl … … 29 29 == Changelog == 30 30 31 = 1.3.3 = 32 * Fix: PHP 8.2 warnings 33 * Packages update 34 31 35 = 1.3.2 = 32 * Fix: PHP 8.2 warnings 36 * WordPress Core compatibility fix 37 * Packages update 33 38 34 39 = 1.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.