]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add changelog to docs.
authorEric Morris <eric@zurb.com>
Wed, 13 Nov 2013 21:02:18 +0000 (13:02 -0800)
committerEric Morris <eric@zurb.com>
Wed, 13 Nov 2013 21:02:18 +0000 (13:02 -0800)
docs/components/changelog.php [new file with mode: 0644]
docs/docs.php

diff --git a/docs/components/changelog.php b/docs/components/changelog.php
new file mode 100644 (file)
index 0000000..305452a
--- /dev/null
@@ -0,0 +1,23 @@
+<h1 id="changes" class="light">Changelog</h1>
+<p class="lead">All the latest and greatest changes to Ink.</p>
+<hr>
+<h2 class="light">1.0 - Public Release</h2>
+<h6 id="v1-0-2">1.0.2</h6>
+<ul>
+  <li>Switch to new button syntax to fully support Microsoft Outlook</li>
+  <li>Add changelog to Docs</li>
+</ul>
+<h6 id="v1-0-1">1.0.1</h6>
+<ul>
+  <li>Fix crushed-image issue in Gmail (mobile, Android, iOS) by adding a min-width to <kbd>&lt;center&gt;</kbd> tags</li>
+</ul>
+<h6 id="v1-0-0">1.0.0</h6>
+<ul>
+  <li>Initial Launch</li>
+  <li>Grid</li>
+  <li>Sub-Grid</li>
+  <li>Block-Grid</li>
+  <li>Buttons</li>
+  <li>Panels</li>
+  <li>Retina Images</li>
+</ul>
\ No newline at end of file
index d1669c41402982bcadc3f30e8da92d76496d3c07..a5cad5f6bc76bc825c6b3387493d0815fe5a1d46 100644 (file)
@@ -37,6 +37,7 @@
         <li><a href="#panels">Panels</a></li>
         <li><a href="#buttons">Buttons</a></li>
         <li><a href="#images">Retina Images</a></li>
+        <li><a href="#changes">Changelog</a></li>
       </ul>
     </div>
   </div>
     <hr class="section">
 
     <?php require 'components/images.php' ?>
+
+    <hr class="section">
+
+    <?php require 'components/changelog.php' ?>
     
     <br>
     <br>