Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.3.0 #34

Merged
merged 43 commits into from
Jan 7, 2017
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3d46467
Fix missing change log information
stebrech Apr 28, 2016
39a70db
Add a few new tags that apply to the theme
grappler May 2, 2016
8e68595
Change URLs to HTTPS
grappler May 2, 2016
82155ee
No fix clumnWidth
stebrech Jun 3, 2016
a4ab409
Remove i18n functions from variables
grappler Jun 28, 2016
4f888ee
Remove not needed JS
grappler Jun 30, 2016
310d377
Update theme tags
grappler Jun 30, 2016
5b6944f
Compile & minify files
stebrech Jul 1, 2016
df129cc
Rebuild all navigation for better accessibility
stebrech Nov 9, 2016
d584080
Link text with border-bottom
stebrech Nov 10, 2016
027f2ef
Use less h1 tags
stebrech Nov 11, 2016
706256d
Scroll link without border
stebrech Nov 11, 2016
d5ef8f7
Style unimportant credits link differently
stebrech Nov 15, 2016
44bccc0
aria instead of <title> and <desc>
stebrech Nov 15, 2016
6749908
Use <title> without id
stebrech Nov 15, 2016
0e5cfce
Improve font-size especially headings
stebrech Nov 17, 2016
ce8c7eb
Bigger font-size for sticky
stebrech Nov 17, 2016
3411c37
letter-spacing .widget-title
stebrech Nov 17, 2016
40ed59f
Menu button with aria-label
stebrech Nov 17, 2016
4f966de
Update theme tags
stebrech Nov 18, 2016
1725228
Add missing selector
stebrech Nov 18, 2016
3e9fe51
Fix padding of posts
stebrech Nov 18, 2016
68e863c
Update change log
stebrech Nov 18, 2016
7fc137f
Update penguin_content_image_sizes_attr
stebrech Nov 25, 2016
5c9c607
Change version number
stebrech Nov 25, 2016
0e98bcd
Fix #28
stebrech Nov 25, 2016
09d3ef4
Change appearance of footer links
stebrech Dec 2, 2016
a55578e
Change php operator
stebrech Dec 2, 2016
d76c00a
Added more ways of styling links as flat buttons
stebrech Dec 14, 2016
8458cb6
Make get_bloginfo more secure
grappler Dec 24, 2016
c1a48ae
Escape get_template_directory_uri
grappler Dec 25, 2016
8873f9b
Remove author data shim
grappler Dec 30, 2016
21175e6
Make in_array strict, escape get_template_directory_uri
grappler Jan 7, 2017
d60a920
Improve code style
grappler Jan 7, 2017
1b92b30
Echo text directly instead of defining a variable
grappler Jan 7, 2017
c972ef8
Use wp_style_add_data to define minified file
grappler Jan 7, 2017
1aa5163
Fix translatability of comments title.
grappler Jan 7, 2017
135d830
Udpate penguin-gold pot file
grappler Jan 7, 2017
d47e4ff
Remove rel designer #32
stebrech Jan 7, 2017
908e16c
Update change log
stebrech Jan 7, 2017
fc2ed24
Remove global $post
grappler Jan 7, 2017
06ef6af
Escape footer text
grappler Jan 7, 2017
5714d97
Update change log
stebrech Jan 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
# Change Log
All notable changes to this project will be documented in this file. This project follows [Semantic Versioning](http://semver.org/).

## [0.3.0] - 2016-04-28
### Added
- Improve font-size, especially headings
- Links with underline [accessibility]
- Missing change log information

### Fixed
- Rebuild all navigation [accessibility]
- Use only one h1 [accessibility]
- SVG metadata without conflict html syntax
- Padding of posts
- Change URLs to HTTPS
- Flexible `columnWidth` in masonry script
- Remove i18n functions from variables
- Update theme tags

### Removed
- German translations (lite version only). Further using [translate.wordpress.org](translate.wordpress.org)
- Not needed JS code

## [0.2.0] - 2016-04-24
### Added
- Support Responsive Images
- SVG icons
- Core customizer
- New custom logo
- Editor styles

### Removed
- Options Framework
- Icon Font

### Fixed
- Fullwidth class
- Author page header
- Correct GPL version and add copyright
- Escaped `get_permalink()`
- Change prefix from `tha_` to `penguin_`
- Remove `the_posts_navigation` and `the_post_navigation`

## [0.1.4] - 2016-03-29
### Fixed
- Fix one post layout issue
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Penguin WordPress Theme
![Screenshot of the WordPress Theme Penguin](screenshot.png)

Penguin is a clean and modern WordPress theme made by [WPZOO](http://wpzoo.ch/). Besides the link color, it consists of clean shades of grays. The post thumbnail will be used as a big header image on single posts as well as pages. Penguin theme can be used as blogging as well as a magazin theme.
Penguin is a clean and modern WordPress theme made by [WPZOO](https://wpzoo.ch/). Besides the link color, it consists of clean shades of grays. The post thumbnail will be used as a big header image on single posts as well as pages. Penguin theme can be used as blogging as well as a magazin theme.

Moreover Penguin is a responsive, mobile first theme. That means reading your website on mobile device will be as on a desktop computer.

Expand Down
Loading