2.1.0
- Fix: Big code cleanup. Fixed a lot of code that would have cause E_NOTICE notifications to be thrown. Nothing fatal, but would be ugly if you have WP_DEBUG turned on
- New feature: You can now customize the thumbnail for images uploaded to the gallery. Double click the image to get the Edit Image popup and then make your thumb right there.
2.0.15
- Fix: Stricter type and null checking when adding/updating tables. Affected files are ObjectContainer.php, FancyObjectContainer.php and DB_Object.php, all in lib/packages/Common. Thanks to Simon Jamieson for working on these issues with me.
2.0.14
2.0.13
- Fix: tables are now created with
ENGINE MyISAM as opposed to TYPE=MyISAM (deprecated)
- Addition: Containers now have a working batchUpdate method which allows batch updates on a particular column in the table
2.0.12
- Fix: Milkbox now respects .jpeg extension (thanks Shir Madness for breaking things and making me fix them)
2.0.11
- Fix: Errant code in ObjectContainer.php (thanks Sheldon Bradshaw for pointing it out)
2.0.10
- Fix: User Permissions now works on Multisite
2.0.9
- Replaced short <? with <?php (thanks Martin Høegh Mortensen)
2.0.8
- ImageLibrarian problem on windows servers with posix_guid
2.0.7
- Improvement: Bootstrap::packageExists no longer instantiates package - just checks for existence
- Fix: Importer will run postImport on object now even if object didn't change
2.0.6
- Regarding PEAR.php, now checking to see if it exists on the include path, and if it does, use that one
2.0.5
- Added minimized PEAR installation of lib/packages/Common/PEAR.php to allow plugin to still work on hosts within PEAR installed
2.0.4
- Updated Gallery slideshow to use more current SWFObject. Also, displays fallback of primary thumbnail on non-flash devices
- Removed unlicensed code (Monoslideshow)
2.0.3
Fixed ObjectContainer::addObject bug if DB::Field doesn't exist