From cbd05e97a4a76a6fdfa48b889039a21d3875bafd Mon Sep 17 00:00:00 2001 From: wickb Date: Wed, 28 Aug 2019 13:54:36 +0200 Subject: [PATCH] Introduced Travis-CI based builds --- CHANGELOG.md | 10 ++++++++++ UPGRADE-1.1.25.md | 3 +++ build.default.properties | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 UPGRADE-1.1.25.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c75fd1a..4d8287663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version 1.1.25 + +## Bugfixes + +* None + +## Features + +* Introduced Travis-CI based builds + # Version 1.1.24 ## Bugfixes diff --git a/UPGRADE-1.1.25.md b/UPGRADE-1.1.25.md new file mode 100644 index 000000000..4b1f430d4 --- /dev/null +++ b/UPGRADE-1.1.25.md @@ -0,0 +1,3 @@ +# Upgrade from 1.1.24 to 1.1.25 + +Updating from 1.1.24 to 1.1.25 doesn't have any impacts. Please read the appropriate UPGRADE-1.x.x files for updates from older versions to 1.1.25. diff --git a/build.default.properties b/build.default.properties index d3201c1dc..d327c910b 100644 --- a/build.default.properties +++ b/build.default.properties @@ -8,7 +8,7 @@ ;-------------------------------------------------------------------------------- ; ---- Module Release Settings -------------------------------------------------- -release.version = 1.1.24 +release.version = 1.1.25 release.name = Iron Knight ; ---- PHPCPD Settings ----------------------------------------------------------