Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Updated changelog to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart committed Jan 10, 2019
1 parent 9d15eb4 commit 34eb608
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
9 changes: 9 additions & 0 deletions data/com.github.bartzaalberg.php-tester.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
</ul>
</description>
<releases>
<release version="1.6.0" date="2019-01-10">
<description>
<p>Added PHP path option</p>
<ul>
<li>You can now change the PHP path</li>
<li>Fixed a fatal error on startup when no PHP is found</li>
</ul>
</description>
</release>
<release version="1.5.6" date="2018-09-22">
<description>
<p>Updated build system</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
com.github.bartzaalberg.lottery (1.6.0) STABLE; urgency=low

* Added ability to change the PHP path
* Fixed a fatal error on startup when no PHP is found

-- Bart Zaalberg <bartzaalberg@gmail.com> Thu, 10 Jan 2019 22:31:00 +0200

com.github.bartzaalberg.lottery (1.5.6) STABLE; urgency=low

* Migrated from Cmake to Meson
Expand Down
4 changes: 2 additions & 2 deletions src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ namespace PhpTester.Constants {
public const string ICON = "com.github.bartzaalberg.php-tester";
public const string MAIN_URL = "https://github.com/bartzaalberg/php-tester";
public const string BUG_URL = MAIN_URL + "/issues";
public const string VERSION = "1.5.6";
public const string VERSION = "1.6.0";
public const string VERSION_INFO = "Stable";
public const string APP_YEARS = "2017-2018";
public const string APP_YEARS = "2017-2019";
public const int APPLICATION_WIDTH = 700;
public const int APPLICATION_HEIGHT = 500;

Expand Down

0 comments on commit 34eb608

Please sign in to comment.