1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-01 14:00:08 +02:00

tagging v0.7.12

This commit is contained in:
Mikael Roos
2016-06-01 09:37:28 +02:00
parent 5edbfc9b54
commit cde8bab6e7
3 changed files with 6 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ http://dbwebb.se/opensource/cimage
Requirements Requirements
-------------------------------------- --------------------------------------
@@ -46,14 +47,14 @@ There are several ways of installing. You either install the whole project which
The [sourcode is available on GitHub](https://github.com/mosbth/cimage). Clone, fork or [download as zip](https://github.com/mosbth/cimage/archive/master.zip). The [sourcode is available on GitHub](https://github.com/mosbth/cimage). Clone, fork or [download as zip](https://github.com/mosbth/cimage/archive/master.zip).
**Latest stable version is v0.7.11 released 2016-04-18.** **Latest stable version is v0.7.12 released 2016-06-01.**
I prefer cloning like this. Do switch to the latest stable version. I prefer cloning like this. Do switch to the latest stable version.
```bash ```bash
git clone git://github.com/mosbth/cimage.git git clone git://github.com/mosbth/cimage.git
cd cimage cd cimage
git checkout v0.7.11 git checkout v0.7.12
``` ```
Make the cache-directory writable by the webserver. Make the cache-directory writable by the webserver.
@@ -76,7 +77,7 @@ There are some all-included bundles of `img.php` that can be downloaded and used
Dowload the version of your choice like this. Dowload the version of your choice like this.
```bash ```bash
wget https://raw.githubusercontent.com/mosbth/cimage/v0.7.11/webroot/imgp.php wget https://raw.githubusercontent.com/mosbth/cimage/v0.7.12/webroot/imgp.php
``` ```
Open up the file in your editor and edit the array `$config`. Ensure that the paths to the image directory and the cache directory matches your environment, or create an own config-file for the script. Open up the file in your editor and edit the array `$config`. Ensure that the paths to the image directory and the cache directory matches your environment, or create an own config-file for the script.

View File

@@ -5,7 +5,7 @@ Revision history
[![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master) [![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)
v0.7.12 (2016-05-31) v0.7.12 (2016-06-01)
------------------------------------- -------------------------------------
* Fixed to correctly display image when using a resize strategy without height or width. * Fixed to correctly display image when using a resize strategy without height or width.

View File

@@ -8,7 +8,7 @@
* *
*/ */
$version = "v0.7.12 (2016-05-31)"; $version = "v0.7.12 (2016-06-01)";
// For CRemoteImage // For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/$version"); define("CIMAGE_USER_AGENT", "CImage/$version");