-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES
More file actions
122 lines (94 loc) · 2.39 KB
/
CHANGES
File metadata and controls
122 lines (94 loc) · 2.39 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
0.1.1
-----
Changed URL in setup.py in an effort to fix a problem with pip install cmsplugin-rt
0.1.2
-----
Added mailchimp_form
Added zip_safe=False to setup
0.1.3
-----
Fixed URL of open graph image meta tag so it is absolute, not relative
0.1.4
-----
Added navbar plugin
Added a tests directory, not functional yet (can you help me fix it?)
0.1.5
-----
Added google_fonts and google_analytics plugins
Revised style_modifier to include font_family
0.1.6
-----
Added p to style modifier
Added css width and height to resizeable picture as well as img properties
0.2.0
-----
Fixed South migration files to use the correct plugin names (as I changed their names earlier without doing this)
0.3.0
-----
Added support for JQueryMobile in StyleModifier plugin.
0.3.1
-----
Added URL for github repo to setup.py
0.3.2
-----
Added desirable css to README
Added max-height and max-width to resizeable_picture plugin
0.3.3
-----
Added id navbar to navbar template, for easier styling
Defaults meta-icon apple-touch icon to fav-icon if missing
0.3.4
-----
Added id navbar to style modifier's navbar entry
0.3.5
-----
Changed style modifier primary button class to .btn.btn-primary (from .btn-primary, which often didn't work as intended)
0.3.6
-----
Changed style modifier - fixed 126-char class name on .btn.btn-primary; and removed background-repeat:no-repeat
0.3.7
-----
Changed google font so it does not assume http
0.3.8
-----
Changed allow_special tag so that links with http(s):// do not also need www to be turned into links
0.3.9
-----
Fixed small error in prev change
0.4.0
-----
Navbar does not display brand if empty (improves display on devices)
0.4.1
-----
Google requests that the analytics code be in the head section, so do not let sekizai move it to the end
0.4.2
-----
Added Download on the App Store button
0.4.3
-----
Made button usable in the text plugin
0.4.4
-----
Allowed >, ", ' in some style modifier fields. Remove all <, script and expression.
0.4.5
-----
Added active and hover modifiers for navbar links
0.4.6
-----
Added draft version of rt_carousel
0.4.7
-----
Changed README.md to README.rst
Removed suffixes from CHANGES.txt and LICENSE.txt
0.4.8
-----
Changed README formatting
0.4.9
-----
If only one item in the carousel, do not show fwd and back buttons
0.5.0
-----
Fix duplication problem with button links in admin, as per link plugin
0.5.1
-----
Allow button link to be 240 chars (was 80)