Plugin Directory

Changeset 720327


Ignore:
Timestamp:
05/30/2013 10:37:06 AM (13 years ago)
Author:
PeterHudec
Message:

Updated to version 0.2

Location:
attachment-cruncher/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • attachment-cruncher/trunk/README.txt

    r720316 r720327  
    55Requires at least: 2.7
    66Tested up to: 3.5.1
    7 Stable tag: 0.1
     7Stable tag: 0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262
    6363Copy the **attachment-cruncher** folder into the plugins directory and activate.
     64PHP 5.3 or higher is required (the plugin uses anonymous functions).
    6465
    6566== Screenshots ==
     
    6970== Changelog ==
    7071
     72= 0.2 =
     73* Removed default post meta "a" and "b".
     74
    7175= 0.1 =
    7276* Initial version
  • attachment-cruncher/trunk/attachment-cruncher.php

    r720323 r720327  
    33Plugin Name: Attachment Cruncher
    44Description: A Swiss Army Knife for transfering media attachment properties to post properties.
    5 Version: 0.1
     5Version: 0.2
    66Author: Peter Hudec
    77Author URI: http://peterhudec.com
     
    1515   
    1616    public $plugin_name = 'Attachment Cruncher';
    17     private $version = 0.1;
     17    private $version = 0.2;
    1818    private $prefix = 'attachment_cruncher';
    1919    private $settings_slug = 'attachment-cruncher';
     
    613613                'meta' => '',
    614614            ),
    615             'metas' => array(
    616                 'a' => 'title',
    617                 'b' => 'caption',
    618             ),
     615            'metas' => array(),
    619616            'taxonomies' => array(),
    620617        ) );
Note: See TracChangeset for help on using the changeset viewer.