Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 8197c3e

Browse files
ci: Updating changelog for v1.1.8 [skip ci]
1 parent 3e09d49 commit 8197c3e

File tree

4 files changed

+134
-0
lines changed

4 files changed

+134
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
### v1.1.8 - 2018-11-27
3+
**Changes:**
4+
* Added missing generate task
5+
26
### 1.1.6 - 24/05/2018
37
**Changes:**
48
- Fixed js error caused by priority issues

readme.md

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
# Zillah #
2+
3+
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [codeinwp](https://profiles.wordpress.org/codeinwp)
4+
**Tags:** right-sidebar, one-column, custom-background, custom-colors, featured-image-header, featured-images, sticky-post, translation-ready, threaded-comments, rtl-language-support, theme-options
5+
6+
**Requires at least:** 4.0
7+
**Tested up to:** 4.4.2
8+
**Stable tag:** 1.0.0
9+
**License:** GPLv2 or later
10+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
11+
12+
Zillah is a free blogging WordPress theme.
13+
14+
## Description ##
15+
16+
Zillah is a free blogging WordPress theme.
17+
18+
## Installation ##
19+
20+
1. In your admin panel, go to Appearance > Themes and click the Add New button.
21+
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
22+
3. Click Activate to use your new theme right away.
23+
24+
### License ###
25+
Zillah WordPress theme, Copyright (C) 2015 Themeisle.com
26+
Zillah WordPress theme is licensed under the GPL3.
27+
28+
Unless otherwise specified, all the theme files, scripts and images are licensed under GNU General Public License.
29+
The exceptions to this license are as follows:
30+
31+
* Bootstrap v3.3.5 (http://getbootstrap.com)
32+
Copyright 2011-2015 Twitter, Inc.
33+
Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
34+
35+
* Fontawesome
36+
Created by Dave Gandy
37+
-> Font License
38+
Licensed under SIL OFL 1.1 (http://scripts.sil.org/OFL)
39+
-> Code License
40+
Licensed under MIT License (http://opensource.org/licenses/mit-license.html)
41+
42+
* Images
43+
44+
License:
45+
All mystock.photos images are licensed under the terms of the Creative Commons Zero, http://creativecommons.org/publicdomain/zero/1.0/
46+
47+
Images from screenshot:
48+
49+
* https://images.unsplash.com/photo-1440613905118-99b921706b5c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=d46f4d7f29ff0d8d6c73c85d36605664
50+
* https://images.unsplash.com/photo-1460500063983-994d4c27756c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=27c2758e7f3aa5b8b3a4a1d1f1812310
51+
52+
## Frequently Asked Questions ##
53+
54+
### Does this theme support any plugins? ###
55+
56+
Zillah includes support for Infinite Scroll in Jetpack.
57+
58+
## Changelog ##
59+
### 1.1.8 - 2018-11-27 ###
60+
61+
* Added missing generate task
62+
63+
64+
65+
### 1.0 - May 12 2015 ###
66+
* Initial release
67+
68+
## Credits ##
69+
70+
* Based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
71+
* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
72+
73+
* Portuguese - BRAZIL translations - Caio Norder https://github.com/caionorder
74+
75+
## Available hooks ##
76+
77+
* `zillah_html_before`
78+
* `zillah_head_top`
79+
* `zillah_head_bottom`
80+
* `zillah_body_top`
81+
* `zillah_body_bottom`
82+
* `zillah_header_before`
83+
* `zillah_header_after`
84+
* `zillah_header_top`
85+
* `zillah_header_bottom`
86+
* `zillah_content_before`
87+
* `zillah_content_after`
88+
* `zillah_content_top`
89+
* `zillah_content_bottom`
90+
* `zillah_entry_before`
91+
* `zillah_entry_after`
92+
* `zillah_entry_top`
93+
* `zillah_entry_bottom`
94+
* `zillah_page_before`
95+
* `zillah_page_after`
96+
* `zillah_page_top`
97+
* `zillah_page_bottom`
98+
* `zillah_index_before`
99+
* `zillah_index_after`
100+
* `zillah_index_top`
101+
* `zillah_index_bottom`
102+
* `zillah_archive_before`
103+
* `zillah_archive_after`
104+
* `zillah_archive_top`
105+
* `zillah_archive_bottom`
106+
* `zillah_search_before`
107+
* `zillah_search_after`
108+
* `zillah_search_top`
109+
* `zillah_search_bottom`
110+
* `zillah_comments_before`
111+
* `zillah_comments_after`
112+
* `zillah_comments_top`
113+
* `zillah_comments_bottom`
114+
* `zillah_sidebar_before`
115+
* `zillah_sidebar_after`
116+
* `zillah_sidebar_top`
117+
* `zillah_sidebar_bottom`
118+
* `zillah_404_content`
119+
* `zillah_footer_before`
120+
* `zillah_footer_after`
121+
* `zillah_footer_top`
122+
* `zillah_footer_bottom`
123+
124+
* All Theme Hook Alliance hooks are included!

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ The exceptions to this license are as follows:
5656
Zillah includes support for Infinite Scroll in Jetpack.
5757

5858
== Changelog ==
59+
= 1.1.8 - 2018-11-27 =
60+
61+
* Added missing generate task
62+
63+
5964

6065
= 1.0 - May 12 2015 =
6166
* Initial release

themeisle-hash.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"404.php":"f339cde214321fd0a7ade20329517111","archive.php":"bf337957682d0966bff3d3a8958f2335","comments.php":"94a15f1ab6dd58e924a29ff53d51b469","footer.php":"133c5c1596c47ae25ef1050dd7e32643","functions.php":"a9b49186fab5aa9302036bba1989cfb7","header.php":"198ef6ec53481e3e937098dbaf344106","index.php":"edfa0a14e7f460901c4b0ba84adb29b6","page.php":"a8df4edbe9087277287027499f427b27","search.php":"7223746b36a75922a57763c88dd242a5","searchform.php":"8f279cc408472f726d6cf8220c69a7b7","sidebar.php":"a441cab84c9eed0e24b95d3a7071019e","single.php":"4bb4bb0c51c579808d50278d123cad04","rtl.css":"963991ee3049a75df28df2ec165b487b","style.css":"f478f9ac9a277edcea6b1cc34d25ce2d"}

0 commit comments

Comments
 (0)