Making WordPress.org


Ignore:
Timestamp:
04/28/2016 05:40:32 PM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Allow authors to update their plugin submissions.

If the initial version of a plugin does not satisfy review requirements, plugin
authors need a way to update their plugin for further review.
This now adds subsequent zip files by the same author to existing tickets and
adjusts logic and UI in a few places to handle multiple zip files.

See #1570.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

    r3020 r3034  
    514514                        'post_type'   => 'plugin',
    515515                        'name'        => $plugin_slug,
    516                         'post_status' => array( 'publish', 'pending', 'disabled', 'closed' ),
     516                        'post_status' => array( 'publish', 'pending', 'disabled', 'closed', 'draft' ),
    517517                ) );
    518518                if ( ! $posts ) {
Note: See TracChangeset for help on using the changeset viewer.