Plugin Directory

Changeset 794926


Ignore:
Timestamp:
10/28/2013 06:22:25 PM (12 years ago)
Author:
globalis
Message:

tagging version 0.9.2

Location:
prepare-new-version/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • prepare-new-version/trunk/include/admin.php

    r780786 r794926  
    139139
    140140        $current_screen = get_current_screen();
     141
     142        // get_current_screen() could return null (in AJAX context for ex, when quick editing a post)
     143        if( !$current_screen )
     144            return $columns;
     145
    141146        $post_type_obj = get_post_type_object( $current_screen->post_type );
    142147
  • prepare-new-version/trunk/prepare_new_version.php

    r780786 r794926  
    77 * Author URI:          http://www.globalis-ms.com
    88 *
    9  * Version:             0.9.1
     9 * Version:             0.9.2
    1010 * Requires at least:   3.6.0
    1111 * Tested up to:        3.6
  • prepare-new-version/trunk/readme.txt

    r793578 r794926  
    33Tags: copy, duplication, clone, editing, replacement, workflow, update, anticipate, post, page, version
    44Requires at least: 3.5
    5 Tested up to: 3.6.1
    6 Stable tag: 0.9.1
     5Tested up to: 3.7
     6Stable tag: 0.9.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292== Changelog ==
    9393
     94= 0.9.2 =
     95* fixes incompatibility with others plugins
     96
    9497= 0.9.1 =
    9598* Code refactoring and cleaning
     
    126129**pnv_erase_content_destination**
    127130Filter that can be used to alter $destination array before 'wp_insert_post' get called when a copy, duplication or replacement is triggered
    128 This filter sends 2 other parameters: the $source object (WP_Post instance) and the $copy boolean
     131This filter sends 3 other parameters: the $source object (WP_Post instance) and the $copy boolean
    129132
    130133**pnv_filtered_metas**
Note: See TracChangeset for help on using the changeset viewer.