We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46b050 commit 88f04d7Copy full SHA for 88f04d7
CHANGELOG
@@ -1,5 +1,7 @@
1
# Changelog Of The Propel 1.x Branch #
2
3
+## ????-??-??: Version 1.7.3 ##
4
+
5
## 2019-11-05: Version 1.7.2 ##
6
7
SQL injection fix: Coerce offset and limit values to integers
generator/default.properties
@@ -16,7 +16,7 @@
16
#
17
# -------------------------------------------------------------------
18
19
-propel.version = 1.7.2
+propel.version = 1.7.3-dev
20
21
propel.home = .
22
runtime/lib/Propel.php
@@ -29,7 +29,7 @@ class Propel
29
/**
30
* The Propel version.
31
*/
32
- const VERSION = '1.7.2';
+ const VERSION = '1.7.3-dev';
33
34
35
* A constant for <code>default</code>.
0 commit comments