-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.html
177 lines (133 loc) · 4.48 KB
/
CHANGELOG.html
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
</head>
<body>
<h3 id="sr-themehttp:sr-theme.com">sr-theme (http://sr-theme.com)</h3>
<h1 id="changelog">Changelog</h1>
<h2 id="1.2.22018-02-04">1.2.2 (2018–02–04)</h2>
<ul>
<li>Bower Updates
<ul>
<li>jQuery 3.3.1</li>
<li>what-input 5.0.4</li>
</ul></li>
</ul>
<h2 id="1.2.12017-10-25">1.2.1 (2017–10–25)</h2>
<ul>
<li>Bower Updates
<ul>
<li>foundation-sites 6.4.3</li>
<li>what-input 4.1.6</li>
</ul></li>
</ul>
<h2 id="1.2.02017-06-13">1.2.0 (2017–06–13)</h2>
<ul>
<li>Small Bugfixes & has_thumbnail() request for loop- files</li>
<li>Update YahnisElsts PUC 4.1</li>
<li>Bower Updates
<ul>
<li>fontfaceobserver 2.0.13</li>
<li>foundation-sites 6.4.1</li>
<li>what-input 4.1.3</li>
</ul></li>
</ul>
<h2 id="1.1.112017-05-18">1.1.11 (2017–05–18)</h2>
<ul>
<li>Freemius entfernt</li>
<li>Language updates</li>
<li>Added Theme Support for Post Formats: ‚aside', ‘image’, ‘video’, ‘quote’, ‘link’, ‘gallery’, ‘status’, ‘audio’, ‘chat’ with basic styles</li>
<li>Comments styles updated</li>
<li>Button font-family as inherit style</li>
<li>wp_link_pages added & tag styles updated</li>
<li>Twitter embedded styles</li>
</ul>
<h2 id="1.1.102017-04-06">1.1.10 (2017–04–06)</h2>
<ul>
<li>Test: Freemius Theme Analytics</li>
<li>Language updates</li>
<li>Bower Updates
<ul>
<li>fontfaceobserver 2.0.9</li>
<li>foundation-sites 6.3.1</li>
<li>what-input 4.0.6</li>
<li>jQuery 3.2.1</li>
</ul></li>
</ul>
<h2 id="1.1.92017-02-09">1.1.9 (2017–02–09)</h2>
<ul>
<li>Updated Off-Canvas templates for Foundation 6.3</li>
<li>Compress some .png files</li>
<li>jQuery 3.1.1</li>
</ul>
<h2 id="1.1.82017-01-20">1.1.8 (2017–01–20)</h2>
<ul>
<li>Changed update functionality to YahnisElsts PUC (https://github.com/YahnisElsts/plugin-update-checker)</li>
<li>Added sr-theme-child.zip into /library</li>
</ul>
<h2 id="1.1.72017-01-17">1.1.7 (2017–01–17)</h2>
<ul>
<li>Foundation 6.3 adjustments
<ul>
<li>flex-video -> responsive-embed</li>
<li>settings.scss</li>
<li>New module ‘card’</li>
<li>More details: https://github.com/zurb/foundation-sites/releases/tag/v6.3.0</li>
</ul></li>
<li>Library functions moved to child-theme</li>
<li>Screenshot dimensions updated to 1200x900</li>
<li>word-wrap: break-word; for headlines, p and .main-content</li>
</ul>
<h2 id="1.1.62017-01-10">1.1.6 (2017–01–10)</h2>
<ul>
<li>Bower Updates
<ul>
<li>fontfaceobserver 2.0.7</li>
<li>foundation-sites 6.3.0</li>
<li>jQuery 2.2.4</li>
<li>what-input 4.0.4</li>
</ul></li>
<li>Added browserconfig.xml with tile.png for Windows 8 Metro interface</li>
<li>Removed custom font files and fontfaceobserver script in favour of a general system font stack (https://css-tricks.com/snippets/css/system-font-stack/)</li>
</ul>
<h3 id="breaking:updateyourchild-theme">BREAKING: Update your child-theme</h3>
<pre><code>* Enqueue the fontfaceobserver.js into the child theme **functions.php** :
* wp_enqueue_script( 'fontfaceobserver', get_template_directory_uri() . '/library/vendor/fontfaceobserver/fontfaceobserver.js', array( ), '2.0.7', false );
</code></pre>
<h2 id="1.1.52016-09-26">1.1.5 (2016–09–26)</h2>
<ul>
<li>Removed word-wrap() mixin from headlines an main content -> use in child where needed</li>
<li>German languages updates</li>
</ul>
<h2 id="1.1.42016-08-09">1.1.4 (2016–08–09)</h2>
<ul>
<li>Removed <div> #content in all templates</li>
<li>Added <section> with .main-content in header.php</li>
<li>Removed old theme-update-checker</li>
</ul>
<h2 id="1.1.32016-08-09">1.1.3 (2016–08–09)</h2>
<ul>
<li>Update checker with folder renaming issue with github zip-files</li>
</ul>
<h2 id="1.1.22016-08-09">1.1.2 (2016–08–09)</h2>
<ul>
<li>Json file from theme url -> Better control of download link</li>
</ul>
<h2 id="1.1.12016-08-09">1.1.1 (2016–08–09)</h2>
<ul>
<li>Changelog url and json file from github project</li>
</ul>
<h2 id="1.1.02016-08-09">1.1.0 (2016–08–09)</h2>
<ul>
<li>Automatic Updater from GitHub project</li>
<li>Commit CHANGELOG.md</li>
<li>Commit README.md</li>
<li>Initial commit</li>
</ul>
<h2 id="1.0.0-1.0.32016-03-24">1.0.0 - 1.0.3 (2016–03–24)</h2>
<ul>
<li>Manual version with small updates</li>
</ul>
</body>
</html>