Skip to content

Commit ee40d5a

Browse files
author
Sandy Pleyte
committed
Updated docs and version
1 parent 69a0248 commit ee40d5a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
.idea/*
22
atlassian-ide-plugin.xml
33
build/
4+
data/
5+
*.tgz
6+
package.xml

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Please do not exceed 80 characters per line.
1010
Latest changes go on top, different types of changes may be mixed.
1111

1212

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+
1318
Changes in DbPatch 1.1.0
1419
------------------------
1520
\+ Added support for PHP Object patches

src/DbPatch/Core/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class DbPatch_Core_Version
6565
/**
6666
* @var string version number
6767
*/
68-
const VERSION = '1.1.1';
68+
const VERSION = '1.2.0';
6969

7070
/**
7171
* @static

0 commit comments

Comments
 (0)