Skip to content

Commit

Permalink
[TASK] Prepare release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed May 20, 2016
1 parent 999dd5c commit 01f458c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2015
project: Focuspoint
version: 6.2
release: 1.5.3
release: 1.6.0
highlight_language: php
latex_documents:
- - Index
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lochmueller/focuspoint",
"description": "Focuspoint integrate the focal point method to crop images in the frontend of the web page. Use the jQuery-focuspoint plugin (https://github.com/jonom/jquery-focuspoint example http://jonom.github.io/jquery-focuspoint/demos/helper/index.html) to crop the images. Use the function as wizard in the file list view and directly in the content element.",
"version": "1.5.3",
"version": "1.6.0",
"autoload": {
"psr-4": {
"HDNET\\Focuspoint\\": "Classes/"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'title' => 'Focuspoint',
'description' => 'Focuspoint integrate the focal point method to crop images in the frontend of the web page. Use the jQuery-focuspoint plugin (https://github.com/jonom/jquery-focuspoint example http://jonom.github.io/jquery-focuspoint/demos/helper/index.html) to crop the images. Use the function as wizard in the file list view and directly in the content element.',
'category' => 'be',
'version' => '1.5.3',
'version' => '1.6.0',
'state' => 'stable',
'clearcacheonload' => true,
'author' => 'Tim Lochmüller',
Expand Down

0 comments on commit 01f458c

Please sign in to comment.