Skip to content

Commit

Permalink
improved documentation, and changed license (BSD 3 -> lgpl 3.0 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles committed Jun 29, 2021
1 parent 2781f98 commit 0c6410d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 37 deletions.
29 changes: 0 additions & 29 deletions LICENSE

This file was deleted.

19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
jQuery lightgallery for Yii2
============
More information about gallery [here](http://sachinchoolur.github.io/lightGallery/).
dynamikaweb/yii2-lightgallery
=========================
![php version](https://img.shields.io/packagist/php-v/dynamikaweb/yii2-lightgallery)
![pkg version](https://img.shields.io/packagist/v/dynamikaweb/yii2-lightgallery)
![license](https://img.shields.io/packagist/l/dynamikaweb/yii2-lightgallery)
![quality](https://img.shields.io/scrutinizer/quality/g/dynamikaweb/yii2-lightgallery)
![build](https://img.shields.io/scrutinizer/build/g/dynamikaweb/yii2-lightgallery)

Installation
------------
Expand Down Expand Up @@ -50,7 +54,9 @@ Once the extension is installed, simply use it in your code by :
'tag' => 'div',
'class' => 'col-4 col-sm-5'
],
// more options http://sachinchoolur.github.io/lightGallery/docs/api.html
// more plugins:
'plugins' => ['lgZoom', 'lgThumbnail'],
// more options:
'pluginOptions' => [
'mode' => 'lg-zoom-in-big',
'download' => false,
Expand All @@ -59,3 +65,8 @@ Once the extension is installed, simply use it in your code by :
]
]);
?>
```

--------------------------------------------------------------------------------------------------------------
[![dynamika soluções web](https://avatars.githubusercontent.com/dynamikaweb?size=12)](https://dynamika.com.br)
This project is under [LGPL V3.0](https://opensource.org/licenses/LGPL-3.0) license.
19 changes: 15 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
"description": "widget lightgallery",
"type": "yii2-extension",
"keywords": ["yii2","extension"," gallery"," photo"," video"," lightgallery"," plugin"],
"license": "BSD-3-Clause",
"license": "LGPL-3.0-only",
"authors": [
{
"name": "Rodrigo Dornelles",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Robson Soares",
"email": "[email protected].br",
"role": "developer"
"email": "[email protected].br",
"role": "Developer"
}
],
"require": {
Expand All @@ -21,5 +26,11 @@
"psr-4": {
"dynamikaweb\\lightgallery\\": "src"
}
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}

0 comments on commit 0c6410d

Please sign in to comment.