From 9dc4997ce9f35fb6e1e795095be9ff851eb7445b Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Fri, 18 May 2018 23:55:35 +0200 Subject: [PATCH] Release 1.3.0 --- build.xml | 2 +- composer.lock | 13 +++++++------ includes/version.php | 4 ++-- kimai.json | 4 ++-- updater/updater.php | 1 + 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index 6d869a81e..f5f786448 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/composer.lock b/composer.lock index b05bca9cf..54e81bc93 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "46760551f1ac92a1375f23bd5b046152", @@ -211,6 +211,7 @@ "ZF1", "framework" ], + "abandoned": "zendframework/zendframework", "time": "2016-09-08T14:50:34+00:00" } ], @@ -680,16 +681,16 @@ }, { "name": "symfony/yaml", - "version": "v2.8.36", + "version": "v2.8.39", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "be720fcfae4614df204190d57795351059946a77" + "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77", - "reference": "be720fcfae4614df204190d57795351059946a77", + "url": "https://api.github.com/repos/symfony/yaml/zipball/d20bd2bdee063863e426297af41eda45ccad6f7e", + "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e", "shasum": "" }, "require": { @@ -725,7 +726,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:36:31+00:00" + "time": "2018-04-08T07:53:13+00:00" } ], "aliases": [], diff --git a/includes/version.php b/includes/version.php index 4d55cfdfb..7efd19e20 100644 --- a/includes/version.php +++ b/includes/version.php @@ -1,4 +1,4 @@