Skip to content

Commit 84ee387

Browse files
committed
Prepare 9.8.3
1 parent 7de362c commit 84ee387

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ XP Framework Core ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 9.8.3 / 2019-06-14
7+
68
### Bugfixes
79

810
* Added fix for reflection code raising warnings in PHP 7.4 - @thekid

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Finally, start `xp -v` to see it working:
3535

3636
```sh
3737
$ xp -v
38-
XP 9.8.3-dev { PHP 7.3.0 & ZE 3.3.0 } @ Windows NT SLATE 10.0 build 17134 (Windows 10) AMD64
38+
XP 9.8.3 { PHP/7.3.6 & Zend/3.3.6 } @ Windows NT SLATE 10.0 build 18362 (Windows 10) AMD64
3939
Copyright (c) 2001-2019 the XP group
4040
FileSystemCL<./src/main/php>
4141
FileSystemCL<./src/test/php>
@@ -52,7 +52,7 @@ The XP Framework runs scripts or classes.
5252
Save the following sourcecode to a file called `ageindays.script.php`:
5353
5454
```php
55-
<?php namespace ageindays;
55+
<?php namespace examples;
5656

5757
use util\{Date, DateUtil};
5858
use util\cmd\Console;

src/main/resources/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.8.3-dev
1+
9.8.3

0 commit comments

Comments
 (0)