Skip to content

Commit

Permalink
Add release date to chagelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ixkaito committed Aug 2, 2019
1 parent f78fa16 commit 5d51105
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 24 deletions.
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<link rel="apple-touch-icon" href="{{ site.baseurl }}{{ site.images_dir }}/apple-touch-icon.png" />
</head>

<body id="site-top" class="{% if page.type != '' %}{{ page.type }} js-{{ page.type }}{% endif %}">
<body id="page-top" class="{% if page.type != '' %}{{ page.type }} js-{{ page.type }}{% endif %}">

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand All @@ -89,7 +89,7 @@
<div class="inner">
<h1 class="site-logo"><a class="icon-wocker" href="{{ site.baseurl }}/">Wocker</a></h1>
{% if url != home_url -%}
<a class="site-header-top-github-link icon-github" href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}">GitHub Project</a>
<a class="site-header-top-github-link icon-github" href="https://github.com/{{ site.github.org }}">GitHub Project</a>
{%- endif %}
<nav class="site-nav">
<ul>
Expand All @@ -115,7 +115,7 @@ <h1 class="page-title"><a href="{{ url }}">{{ page.title }}</a></h1>
</div>
{% if url == home_url -%}
<div class="site-header-aside">
<a href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}">
<a href="https://github.com/{{ site.github.org }}">
<small>View project on</small><br />
<i class="icon-github">GitHub</i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="js-affix">
<nav class="page-nav js-page-nav">
<ul>
<li class="nav-h2 active"><a href="#site-top">Top</a></li>
<li class="nav-h2 active"><a href="#page-top">Top</a></li>
</ul>
</nav>
<hr />
Expand Down
2 changes: 2 additions & 0 deletions assets/_sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

$blue: #33ccff;
$light_gray: #f9f9fc;
$silver: #ccd1d9;
$silver_dark: #aab2bd;
$magenta: #ED5565;

$brand_color: $blue;
Expand Down
8 changes: 8 additions & 0 deletions assets/_sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,11 @@ dl.dl_inline {
}
}
}

.changelog {

h2 small {
color: $silver_dark;
font-size: $base_font_size * 1.4;
}
}
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ $(function() {
var text, $navsItem, body, $h3;

$h2.each(function(i) {
text = $(this).text();
var $this = $(this).clone();
$this.children('small').remove();
text = $this.text();
$(this).attr('id', 'h2-' + i );
$navs.append('<li id="nav-h2-' + i + '" class="nav-h2"><a href="#h2-' + i + '">' + text + '</a></li>');
});
Expand Down
2 changes: 1 addition & 1 deletion assets/js/script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ title: Wocker Changelog
type: changelog
---

## 1.4
- WordPress 5.2
## 1.4 <small>May 8, 2019</small>
- Add php7.0-zip
- WordPress 5.2

## 1.3.2
## 1.3.2 <small>Apr 12, 2019</small>
- Update WP CLI to 2.1.0

## 1.3.1
## 1.3.1 <small>Mar 23, 2018</small>
- Add lftp to enable Wordmove via ftp

## 1.3
## 1.3 <small>Jan 28, 2018</small>
- Add Wordmove
- Add MailHog
- Add Nginx as an option

## 1.2.1
## 1.2.1 <small>Jan 11, 2018</small>
- Add php7.0-xml, php7.0-mbstring, php7.0-bz

## 1.2
## 1.2 <small>Dec 23, 2017</small>
- Change the hostname from `wocker.dev` to `wocker.test`
- Upgrade PHP 5.6 to PHP 7
- Upgrade MySQL to MariaDB
Expand All @@ -32,36 +32,36 @@ type: changelog
- WordPress 4.9.1
- Add `wocker commit` command

## 1.1.5
## 1.1.5 <small>Aug 4, 2017</small>
- Add `--nightly` option to `wocker update` command

## 1.1.4
## 1.1.4 <small>Jan 17, 2017</small>
- Fix a bug of `wocker wp cli update`

## 1.1.3
## 1.1.3 <small>Sep 6, 2016</small>
- WordPress 4.6
- WP-CLI 0.25.0-alpha-bcecf5f

## 1.1.2
## 1.1.2 <small>Jul 7, 2016</small>
- Fix some bugs of Wocker CLI

## 1.1.1
## 1.1.1 <small>Apr 27, 2016</small>
- Allow WP-CLI to regenerate a .htaccess file

## 1.1
## 1.1 <small>Apr 16, 2016</small>
- Add `wocker switch` command

## 1.0.3
## 1.0.3 <small>Apr 14, 2016</small>
- Add `ServerName` to avoid Apache2 warning

## 1.0.2
## 1.0.2 <small>Mar 17, 2016</small>
- Fix `mysqld_safe` bug cf. [https://github.com/wckr/wocker/pull/28#issuecomment-195945765](https://github.com/wckr/wocker/pull/28#issuecomment-195945765)

## 1.0.1
## 1.0.1 <small>Jan 6, 2016</small>
- Enable `.htaccess`
- Fix [ailispaw/docker-root#2](https://github.com/ailispaw/docker-root/issues/2)

## 1.0.0
## 1.0.0 <small>Jan 4, 2016</small>
- Change the box from CoreOS to [DockerRoot](https://github.com/ailispaw/docker-root)
- Update the OS in Wocker image from Debian Wheezy to Jessie
- Change wocker-bashrc to wocker-cli
Expand Down

0 comments on commit 5d51105

Please sign in to comment.