-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
97 lines (66 loc) · 2.9 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
### imageTweak
(c) 2008 - 2013 by phpManufaktur
Ralf Hertsch, Stockholmer Str. 31, 13359 Berlin (Germany)
http://phpManufaktur.de - [email protected]
Release 0.55 - 2013-11-24
* general program maintenance
* fixed a problem recognizing the correct output filter
* added icon.png (BlackCat CMS) and tool_icon.png (WebsiteBaker 2.8.4)
Release 0.54 - 2013-10-29
* Fixed precheck.php for use with BlackCat CMS v1.0
* Fixed tool.php for use with BlackCat CMS v1.0
($backend renamed to $tweakbackend)
* fixed notices loading language files (BC)
Release 0.53 - 2013-02-06
* added ability to change the table prefix easy via config.json, please read
<http://yals.de/OQRv0Y> for more informations
* added setting cfgChangeURL2WB_URL, enable the rewriting of the specified URL's
to the active WB_URL
* imageTweak now stores the optimized images in a subdirectory with the WB_URL,
this enable imageTweak to handle multiple domains at the same time
* updated precheck.php to actual versions
Release 0.52 - 2012-06-15
* removed check for WB Version
* updated all header informations
* changed license from GNU GPL to MIT License
* added CHANGELOG
* removed info.txt
* added LICENSE
* added README.md
* adapted patching the output filter for WebsiteBaker 2.8.3
* changed the compile path for the template engine to /temp/cache
Release 0.51 - 2011-11-15
* fixed problem with installation of the droplet
* changed bondage of jQuery, the droplet [[it_gallery]] can now automatically
load the needed jQuery libraries
* fixed precheck.php does not check for kitTools
Release 0.50 - 2011-11-12
* added gallery mode with class 'tweak-gallery' to force imageTweak to prompt a
title below the image
* added droplet [[it_gallery]] enable to create a folder gallery
Release 0.49 - 2011-09-13
* added english language file EN.php - many thanks to sky writer for translation!
Release 0.48 - 2011-08-04
* fixed catch error if image url is invalid
* fixed UTF-8 problem with the DE language file
Release 0.47 - 2011-07-19
* Grant compatibillity for LEPTON CMS
Release 0.46 - 2011-04-20
* added CSS Crop function, additional Classes: top, bottom, left, right, zoom[]
* added Option to change the quality of JPEG images
Release 0.45 - 2011-02-26
* fixed Error calculating missing width or height value.
Release 0.44 - 2011-02-20
* changed improved data handling in filter routine for speed up scanning
* removed class.tools.php is no longer needed
Release 0.43 - 2011-02-19
* changed improved memory handling to avoid fatal errors if memory limit is
too small
* added skip zoomed images
Release 0.42 - 2011-02-19
* added class and parameters for automatically executing Fancybox
* added option for increasing memory limit
* added handling if CSS is used within <img /> tag for setting dimensions
instead of height and width attributes
Release 0.41 - 2011-02-18
* first Beta Release - imageTweak replaces imageOptimizer and dbImageOptimizer