Skip to content

Commit

Permalink
Added SQL file for versioning and updated version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Feb 6, 2016
1 parent 29fcd19 commit ffa9bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![InvoicePlane](http://invoiceplane.com/content/logo/PNG/logo_300x150.png)
#### _Version 1.4.5_
#### _Version 1.4.6_

InvoicePlane is a self-hosted open source application for managing your invoices, clients and payments.
For more information visit __[InvoicePlane.com](https://invoiceplane.com)__ or take a look at the __[demo](https://demo.invoiceplane.com)__
Expand All @@ -10,9 +10,9 @@ For more information visit __[InvoicePlane.com](https://invoiceplane.com)__ or t
2. Extract the package and copy all files to your webserver / webspace.
3. Open `http://your-invoiceplane-domain.com/index.php/setup` and follow the instructions.

### Remove `index.php` from the URL
#### Remove `index.php` from the URL

1. Make sure that [mod_rewrite](https://go.invoiceplane.com/apachemodrewrite) is enabled on your webserver.
1. Make sure that [mod_rewrite](https://go.invoiceplane.com/apachemodrewrite) is enabled on your web server.
2. Remove `index.php` from `$config['index_page'] = 'index.php';` in the file `/application/config/config.php`
3. Rename the `htaccess` file to `.htaccess`

Expand Down
1 change: 1 addition & 0 deletions application/modules/setup/sql/018_1.4.6.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Added for versioning

0 comments on commit ffa9bd7

Please sign in to comment.