Skip to content

Commit

Permalink
[fix] - fixes README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
krivochenko committed Nov 30, 2017
1 parent 62862b6 commit 142b8e2
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 4 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
#### 2.0.19
* Fix for calculating ration
* Add settings for image quality

#### 2.0.18
* Add aspectRatio setting

#### 2.0.17
* Fix syntax error when save file


#### 2.0.16
* Fix saving image

#### 2.0.15
* Add aspectRatio at frontend
* Settings for Widget at frontend
* Better quality for uploaded images
* Add translation at Ukrainian

#### 2.0.14
* Fix incorrect using widget parameters when calculate crop ratio

#### 2.0.13
* Change ajax uploader version

#### 2.0.12
* Fix of path to bower assets

#### 2.0.11
* Change ajax uploader version

#### 2.0.10
* Message translations of Chinese

#### 2.0.9
* Added es and fr translations in messages

#### 2.0.8
* Add Polish translation

#### 2.0.7
* Add event "onCompleteJcron"

#### 2.0.6
* Fixes and refactoring

#### 2.0.5
* Supporting UK language


#### 2.0.4
* PHPDoc comments added
* Changelog added
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ or add

to the require section of your `composer.json` file.

Differences from the first version
-----
Second version use JavaScript FileAPI for showing image without preloading to the server. Also this version has client validation.

Usage
-----

Expand Down Expand Up @@ -87,6 +83,8 @@ Action has following parameters:
| extensions | Allowed file extensions (string). It must match the value of a similar parameter of the widget. | jpeg, jpg, png, gif |No |
| width | The final width of the image after cropping. It must match the value of a similar parameter of the widget. | 200 |No |
| height | The final height of the image after cropping. It must match the value of a similar parameter of the widget. | 200 |No |
| jpegQuality | Quality of cropped image (JPG) | 100 |No |
| pngCompressionLevel | Quality of cropped image (PNG) | 1 |No |


You can use this widget on frontend and backend. For example: user can change his userpic and administrator can change users userpic.
Expand Down

0 comments on commit 142b8e2

Please sign in to comment.