Skip to content

Commit

Permalink
prepare 1.7.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbl0605 committed Jul 1, 2022
1 parent 761cf5d commit 14f2748
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog Of The Propel 1.x Branch #

## ????-??-??: Version 1.7.9 ##
## 2022-07-01: Version 1.7.9 ##
- Mssql schema parser: add basic unique indexes support
- Mssql schema parser: better IDENTITY support (for the BIGINT, SMALLINT and TINYINT types)
- PHP 8.1 compatibility Fix

## 2022-03-13: Version 1.7.8 ##
Support PHP 8.0 and PHP 8.1
Expand Down
2 changes: 1 addition & 1 deletion generator/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# -------------------------------------------------------------------

propel.version = 1.7.9-dev
propel.version = 1.7.9

propel.home = .

Expand Down
2 changes: 1 addition & 1 deletion runtime/lib/Propel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Propel
/**
* The Propel version.
*/
const VERSION = '1.7.9-dev';
const VERSION = '1.7.9';

/**
* A constant for <code>default</code>.
Expand Down

0 comments on commit 14f2748

Please sign in to comment.