*SVN* *0.1.2* (September 28th, 2007) * Fix Plugin#current_version failing if the plugin_schema_info table doesn't exist * Add functional tests for plugin_migration generator * Don't loop over plugins for self.down in generated plugin_migration *0.1.1* (September 26th, 2007) * Fix copyright to include proper credits * Add plugin_migration generator * Move SchemaStatements/Plugin extensions into separate modules rather than modifying the modules/classes directly * Adopt Engines-style plugin migrations * Use plugin_test_helper for testing * Remove gem dependency on activerecord * Convert dos newlines to unix newlines * Fix README typo: db/migrations -> db/migrate * Add proper terminator character at the end of statements produced when dumping schema information. Fixes #16 *0.1.0* (March 31st, 2007) * Refactor plugin_migrations.rb into files specific to each class being extended * Support running tests with plugins loaded via edge pluginaweek. Fixes #10 [Brian Takita] * Updated to use the new Plugin interface * Added empty files so that test directories get added to the gem *0.0.2* (February 3rd, 2007) * Released as a gem * Added tests * Refactored tasks so that they could be tested * You can now specify PLUGINS and VERSION at the same time in the migration task * You can now specify PLUGINS and FIXTURES at the same time in the fixtures task * The plugin_migrations plugin doesn't access the LOADED_PLUGINS variable correctly (Peter Marklund). *0.0.1* (November 5th, 2006) * Initial release