Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmichael committed Nov 24, 2016
1 parent 6efa45e commit 8b71fff
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 22 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ImageKit Changelog

- `1.1.0`
- `1.1.0` (2016/11/24)
- Fix error with overridden optimizer options.
- Make `imagekit.lazy` overridable for single thumbnails

Expand Down
10 changes: 0 additions & 10 deletions lib/errorhandler/svghandler.php

This file was deleted.

2 changes: 1 addition & 1 deletion lib/imagekit.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class ImageKit {

protected $version = '1.1.0-beta2';
protected $version = '1.1.0';


protected function __construct() {
Expand Down
23 changes: 15 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "imagekit",
"version": "1.1.0-beta2",
"description": "Asynchronous thumbs API for Kirby CMS with superpowers.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "kirby-plugin",
"description": "Asynchronous thumbs API and image optimization for Kirby CMS.",
"author": "Fabian Michael <hallo@fabianmichael.de>",
"license": "SEE LICENSE IN license.md",
"version": "1.1.0",

"type": "kirby-plugin",

"repository": {
"type": "git",
"url": "https://github.com/fabianmichael/kirby-imagekit"
},

"bugs": {
"url": "https://github.com/fabianmichael/kirby-imagekit/issues"
}

"devDependencies": {
"gulp": "^3.9.1",
"gulp-csso": "^2.0.0",
Expand All @@ -18,5 +25,5 @@
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"postcss-assets": "^4.1.0"
}
},
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="https://fabianmichael.de/shared/imagekit-logo-github.png" alt="Imagekit Logo" width="120" height="120" />

# ImageKit for Kirby CMS
# ImageKit

![GitHub release](https://img.shields.io/github/release/fabianmichael/kirby-imagekit.svg?maxAge=2592000) ![License](https://img.shields.io/badge/license-commercial-green.svg) ![Kirby Version](https://img.shields.io/badge/Kirby-2.3%2B-red.svg)

ImageKit provides an asynchronous thumbnail API and advanced image optimization for [Kirby](http://getkirby.com).
ImageKit provides an asynchronous thumbnail API and advanced image optimization for [Kirby CMS](http://getkirby.com).

**NOTE:** This is not be a free plugin. In order to use it on a production server, you need to buy a license. For details on ImageKit’s license model, scroll down to the [License](#license) section of this document.

Expand Down

0 comments on commit 8b71fff

Please sign in to comment.