Changeset 720327
- Timestamp:
- 05/30/2013 10:37:06 AM (13 years ago)
- Location:
- attachment-cruncher/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
attachment-cruncher.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
attachment-cruncher/trunk/README.txt
r720316 r720327 5 5 Requires at least: 2.7 6 6 Tested up to: 3.5.1 7 Stable tag: 0. 17 Stable tag: 0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 63 63 Copy the **attachment-cruncher** folder into the plugins directory and activate. 64 PHP 5.3 or higher is required (the plugin uses anonymous functions). 64 65 65 66 == Screenshots == … … 69 70 == Changelog == 70 71 72 = 0.2 = 73 * Removed default post meta "a" and "b". 74 71 75 = 0.1 = 72 76 * Initial version -
attachment-cruncher/trunk/attachment-cruncher.php
r720323 r720327 3 3 Plugin Name: Attachment Cruncher 4 4 Description: A Swiss Army Knife for transfering media attachment properties to post properties. 5 Version: 0. 15 Version: 0.2 6 6 Author: Peter Hudec 7 7 Author URI: http://peterhudec.com … … 15 15 16 16 public $plugin_name = 'Attachment Cruncher'; 17 private $version = 0. 1;17 private $version = 0.2; 18 18 private $prefix = 'attachment_cruncher'; 19 19 private $settings_slug = 'attachment-cruncher'; … … 613 613 'meta' => '', 614 614 ), 615 'metas' => array( 616 'a' => 'title', 617 'b' => 'caption', 618 ), 615 'metas' => array(), 619 616 'taxonomies' => array(), 620 617 ) );
Note: See TracChangeset
for help on using the changeset viewer.