Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Apr 19, 2019
1 parent bea188f commit 6ff3cb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.x branch
## 1.0 branch
### 1.0.5-RC3
### 1.0.5
* now it correctly handles the url with the trailing slash or the `www` prefix.

### 1.0.4-RC2
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init:

install:
- cd c:\
- curl -fsS -o php.zip https://windows.php.net/downloads/releases/php-5.6.40-nts-Win32-VC11-x86.zip
- curl -fsS -o php.zip https://windows.php.net/downloads/releases/php-7.2.17-nts-Win32-VC15-x86.zip
- 7z x php.zip -oc:\php > nul
- cd c:\php
- copy php.ini-production php.ini
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5-RC3
1.0.5

0 comments on commit 6ff3cb2

Please sign in to comment.