Skip to content

Commit

Permalink
p3x-robot sunday release 2018-2-1 10:16:33
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Feb 1, 2018
1 parent 62f1882 commit 400eb51
Show file tree
Hide file tree
Showing 8 changed files with 338 additions and 214 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
google_chrome:
use_latest: true
php:
version: 7.0.8
version: 7.2

dependencies:
before:
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ dist: trusty
language: php
php:
- '7.0'
- '7.1'
- '7.2'
# - '7.1'
# - hhvm
# - nightly
- nightly
before_script:
composer install

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ UrlToolkit {

---

[**GITLIST**](https://pages.corifeus.com/gitlist) Build v0.5.13-251
[**GITLIST**](https://pages.corifeus.com/gitlist) Build v1.0.0

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFRV89WPRMMVE&lc=HU&item_name=Patrik%20Laszlo&item_number=patrikx3&currency_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---


# P3X Gitlist v0.5.13-251
# P3X Gitlist v1.0.0

# Description

Expand All @@ -24,6 +24,10 @@ Done, just put on your server, nothing to build:
https://github.com/patrikx3/gitlist/releases


## v1.0.0
* Works with ```PHP 7.2```


## v0.5.6
* The Markdown image links were not working.
* Missed out the ```package.json``` from the previous release.
Expand Down Expand Up @@ -94,7 +98,7 @@ If you have Composer in your path, things get easier. But you know the drill.

---

[**GITLIST**](https://pages.corifeus.com/gitlist) Build v0.5.13-251
[**GITLIST**](https://pages.corifeus.com/gitlist) Build v1.0.0

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFRV89WPRMMVE&lc=HU&item_name=Patrik%20Laszlo&item_number=patrikx3&currency_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"symfony/twig-bridge": "^3.2",
"twig/twig": "^2.3",
"silex/silex": "^2.1",
"patrikx3/gitter": "^0.3.4"
"patrikx3/gitter": "^0.3.5"
},
"require-dev": {
"symfony/browser-kit": "^3.2",
Expand Down
Loading

0 comments on commit 400eb51

Please sign in to comment.