File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33** 0.6.x-dev** (*** )
44
5+ ** 0.6.3** (Monday, 18th July 2016)
6+
57* New features
68 * [ #707 ] ( https://github.com/robmorgan/phinx/pull/707/files ) Add arguments for timestamps columns names
79* Documentation cleanup
810* Bug fixes
911 * [ #884 ] ( https://github.com/robmorgan/phinx/pull/884 ) Only rollback 1 migration when only 2 migrations exist
12+ * Input and Output are now correctly supplied to migration template creation classes
1013
1114** 0.6.2** (Thursday, 23rd June 2016)
1215
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '0.6'
5252# The full version, including alpha/beta/rc tags.
53- release = '0.6.2 '
53+ release = '0.6.3 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class PhinxApplication extends Application
4747 *
4848 * @param string $version The Application Version
4949 */
50- public function __construct ($ version = '0.6.2 ' )
50+ public function __construct ($ version = '0.6.3 ' )
5151 {
5252 parent ::__construct ('Phinx by Rob Morgan - https://phinx.org. ' , $ version );
5353
You can’t perform that action at this time.
0 commit comments