Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Nov 4, 2015
1 parent 6e41d49 commit 95833df
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ vendor
# composer lock files
composer.lock

# hidev composer.json
# hidev internals
.hidev/composer.json
.hidev/composer.lock
.hidev/vendor

# IDE & OS files
.*.swp
Expand Down
3 changes: 3 additions & 0 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ hiqdev/hipanel-module-ticket commits history
## Under development

- Fixed translation and minor issues
- 6e41d49 2015-10-12 Added new_messages_first setting (d.naumenko.a@gmail.com)
- 6094f65 2015-10-08 Ticket advanced serach - DatePicker call optimized (d.naumenko.a@gmail.com)
- d7413da 2015-10-07 Added getResponsibleClientTypes() to Thread model (d.naumenko.a@gmail.com)
- 4c84b67 2015-09-25 used gravatar properly (sol@hiqdev.com)
- 9e909ae 2015-09-24 + add language variants (bladeroot@gmail.com)
- b578d04 2015-09-24 translation and minor issues (sol@hiqdev.com)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2014-2015, HiQDev (https://hiqdev.com/)
Copyright © 2014-2015, HiQDev (http://hiqdev.com/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Ticket Plugin for HiPanel
-------------------------
=========================

Ticket Plugin for HiPanel

[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-module-ticket/v/stable.png)](https://packagist.org/packages/hiqdev/hipanel-module-ticket)
[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-module-ticket/downloads.png)](https://packagist.org/packages/hiqdev/hipanel-module-ticket)
[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-module-ticket/v/stable)](//packagist.org/packages/hiqdev/hipanel-module-ticket)
[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-module-ticket/downloads)](//packagist.org/packages/hiqdev/hipanel-module-ticket)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:hipanel-module-ticket/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:hipanel-module-ticket/dev-master)

## Installation
Expand All @@ -25,8 +25,9 @@ or add

to the require section of your composer.json.

## Licence
## License

[BSD-3-Clause](http://choosealicense.com/licenses/bsd-3-clause)
This project is released under the terms of the BSD-3-Clause [license](https://github.com/hiqdev/hipanel-module-ticket/blob/master/LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2014-2015, HiQDev (https://hiqdev.com/)
Copyright © 2014-2015, HiQDev (http://hiqdev.com/)
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"source": "https://github.com/hiqdev/hipanel-module-ticket",
"issues": "https://github.com/hiqdev/hipanel-module-ticket/issues",
"wiki": "https://github.com/hiqdev/hipanel-module-ticket/wiki",
"forum": "https://forum.hiqdev.com/hipanel"
"forum": "http://forum.hiqdev.com/hipanel"
},
"authors": [
{
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "sol@hiqdev.com",
"homepage": "https://hipanel.com/"
"homepage": "http://hipanel.com/"
},
{
"name": "Dmitry Naumenko",
Expand All @@ -33,13 +33,13 @@
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "tafid@hiqdev.com",
"homepage": "https://hiqdev.com/"
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@hiqdev.com",
"homepage": "https://hiqdev.com/"
"homepage": "http://hiqdev.com/"
}
],
"require": {
Expand Down

0 comments on commit 95833df

Please sign in to comment.