Skip to content

Commit

Permalink
Merge pull request #708 from InvoicePlane/v1.5.11
Browse files Browse the repository at this point in the history
v1.5.11
  • Loading branch information
the-hotmann committed Apr 17, 2020
2 parents db24211 + e0d3af8 commit da2ff1c
Show file tree
Hide file tree
Showing 8 changed files with 2,161 additions and 2,680 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.1', '7.2', '7.3']
php-versions: ['7.1', '7.2', '7.3', '7.4']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion application/modules/layout/views/includes/navbar.php
Expand Up @@ -120,7 +120,7 @@

<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://docs.invoiceplane.com/" target="_blank"
<a href="https://wiki.invoiceplane.com/" target="_blank"
class="tip icon" title="<?php _trans('documentation'); ?>"
data-placement="bottom">
<i class="fa fa-question-circle"></i>
Expand Down
1 change: 1 addition & 0 deletions application/modules/setup/sql/034_1.5.11.sql
@@ -0,0 +1 @@
# Added for versioning
16 changes: 5 additions & 11 deletions composer.json
@@ -1,22 +1,16 @@
{
"name": "invoiceplane/invoiceplane",
"version": "1.5.10",
"version": "1.5.11",
"description": "InvoicePlane is a self-hosted open source application for managing your invoices, clients and payments",
"homepage": "https://invoiceplane.com",
"license": "MIT",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/InvoicePlane/mpdf.git"
}
],
"require": {
"phpmailer/phpmailer": "^6.1.4",
"mpdf/mpdf": "dev-master",
"vlucas/phpdotenv": "^2.4",
"setasign/fpdi-fpdf": "^2.2.0",
"codeigniter/framework": "3.1.11",
"phpmailer/phpmailer": "^6.1.5",
"mpdf/mpdf": "^8.0.5",
"vlucas/phpdotenv": "^2.6.2",
"setasign/fpdf": "^1.8.2",
"league/omnipay": "~2.0",
"paragonie/random_compat": "^2.0"
}
Expand Down

0 comments on commit da2ff1c

Please sign in to comment.