forked from joshuaiz/plate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.html
69 lines (55 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<h1 id="platethemechangeloghistory">Plate Theme Change Log + History</h1>
<p>For more information, please visit: https://studio.bio/themes/plate</p>
<p>Author: Joshua Michaels for studio.bio with help from Jon Iler</p>
<hr />
<h3 id="1.0.32017-09-08">1.0.3 2017–09–08</h3>
<p>Added Grunt support (thanks @micahmills)
Added REST API support in the custom post type plugin template
Added extras in /library/extras (brilliant I know)</p>
<h3 id="1.0.22017-08-31">1.0.2 2017–08–31</h3>
<p>Updated a few functions and calls with get_theme_file_uri(); which
was added in 4.7 to replace get_template_directory_uri();</p>
<h3 id="1.0.12017-08-13">1.0.1 2017–08–13</h3>
<p>To be honest, I’ve been using Plate way more than Template in my
projects as of late. Because of this, I’ve added back a few
of the default scripts from Template back in.</p>
<pre><code>- updated scripts.js with the following defaults:
+ user agent detect script
+ jQuery Nearest
+ Retina.js 1.4.0 (the last simple version)
- updated functions.php
- updated admin.php (new admin css enqueue that works)
</code></pre>
<h3 id="1.02017-06-22">1.0 2017–06–22</h3>
<p>And here we go.</p>
<ul>
<li>updated to normalize.css 7.0</li>
<li>namespaced all functions</li>
<li>updated readme</li>
<li>updated login.scss</li>
<li>updated admin functions</li>
<li>added favicons, new apple touch icons and theme screenshot</li>
<li>added default system font stack</li>
<li>added .ai files for theme images</li>
<li>WordPress Customizer support</li>
<li>WooCommerce theme support</li>
<li>updated body class function</li>
<li>expanded Quicktags</li>
<li>template part library (really cool)</li>
<li>updated comments</li>
<li>cleaned up header.php</li>
<li>admin and login page updates</li>
<li>updated media query .scss stylesheets</li>
<li>removed @2x and ie_grid (who uses those?)</li>
<li>HTML schema support</li>
<li>default .scss classes</li>
<li>added source maps (yay!)</li>
</ul>
</body>
</html>