File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
.idea /*
2
2
atlassian-ide-plugin.xml
3
3
build /
4
+ data /
5
+ * .tgz
6
+ package.xml
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Please do not exceed 80 characters per line.
10
10
Latest changes go on top, different types of changes may be mixed.
11
11
12
12
13
+ Changes in DbPatch 1.2.0
14
+ ------------------------
15
+ \+ Added support for printing the contents of the patch files
16
+ Contributed by Rudi de Vries
17
+
13
18
Changes in DbPatch 1.1.0
14
19
------------------------
15
20
\+ Added support for PHP Object patches
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class DbPatch_Core_Version
65
65
/**
66
66
* @var string version number
67
67
*/
68
- const VERSION = '1.1.1 ' ;
68
+ const VERSION = '1.2.0 ' ;
69
69
70
70
/**
71
71
* @static
You can’t perform that action at this time.
0 commit comments