Skip to content

Commit

Permalink
chore(release): v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirucon committed Feb 16, 2020
1 parent 30abb6e commit dd76c1e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ function cd_post_format_icon( $format ) {
* Theme definitions
* -------------------------------------------------------------------------
*/
define( 'CD_VER', '1.8.1' );
define( 'CD_VER', '1.8.2' );

/*
* -------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coldbox",
"version": "1.8.1",
"version": "1.8.2",
"description": "A beautiful WordPress theme.",
"author": "Toshihiro Kanai (mirucon)",
"license": "GPL-2.0+",
Expand Down
2 changes: 1 addition & 1 deletion parts/czr/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @since 1.0.0
*/
function cd_czr_style() {
wp_enqueue_style( 'cd-czr-style', get_theme_file_uri( 'assets/css/czr-style.min.css' ), array(), '1.8.1' );
wp_enqueue_style( 'cd-czr-style', get_theme_file_uri( 'assets/css/czr-style.min.css' ), array(), '1.8.2' );
// phpcs:disable
// wp_enqueue_script( 'cd-czr-scripts', get_theme_file_uri( 'assets/js/czr-scripts.js' ), array(), '1.5.1' );
// phpcs:enable
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coldbox v1.8.1
# Coldbox v1.8.2

[![Build Status](https://travis-ci.org/mirucon/coldbox.svg?branch=master)](https://travis-ci.org/mirucon/coldbox) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmirucon%2Fcoldbox.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmirucon%2Fcoldbox?ref=badge_shield) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) [![Greenkeeper badge](https://badges.greenkeeper.io/mirucon/coldbox.svg)](https://greenkeeper.io/)

Expand Down Expand Up @@ -86,6 +86,10 @@ Created by Dustan Kasten and Jeremias Menichelli

## Changelog

1.8.2

* fix: Apply grid width for classes named post/page on mobile

1.8.1

* fix: Make the heading text for "Comments" translatable
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: @mirucon
Requires at least: 5.0
Tested up to: WordPress 5.3
Requires PHP: 5.2.4
Version: 1.8.1
Version: 1.8.2
License: GPL v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: accessibility-ready, blog, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, translation-ready, flexible-header, custom-background, custom-header, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, editor-style, threaded-comments, custom-logo
Expand Down Expand Up @@ -82,6 +82,10 @@ All the photos used in the screenshots are all licensed under CC0.

== Changelog ==

= 1.8.2 =

* fix: Apply grid width for classes named post/page on mobile

= 1.8.1 =

* fix: Make the heading text for "Comments" translatable
Expand Down
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Coldbox
Theme URI: https://coldbox.miruc.co/
Description: Coldbox is a clean and blog-focused WordPress theme. It helps increase site traffic from Google and any social networks. It provides you with easy to customize, lightweight, SEO friendly, quick load, and so much more! This theme is fully laid out with the flexbox module so that it is compatible with any screen sizes. See Demo: https://coldbox.miruc.co/demo/
Version: 1.8.1
Version: 1.8.2
Author: Toshihiro Kanai (mirucon)
Author URI: https://miruc.co/
Tags: accessibility-ready, blog, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, translation-ready, flexible-header, custom-background, custom-header, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, post-formats, sticky-post, theme-options, editor-style, threaded-comments
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Coldbox
Theme URI: https://coldbox.miruc.co/
Description: Coldbox is a clean and blog-focused WordPress theme. It helps increase site traffic from Google and any social networks. It provides you with easy to customize, lightweight, SEO friendly, quick load, and so much more! This theme is fully laid out with the flexbox module so that it is compatible with any screen sizes. See Demo: https://coldbox.miruc.co/demo/
Version: 1.8.1
Version: 1.8.2
Author: mirucon
Author URI: https://miruc.co/
Tags: accessibility-ready, blog, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, translation-ready, flexible-header, custom-background, custom-header, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, post-formats, sticky-post, theme-options, editor-style, threaded-comments
Expand Down

0 comments on commit dd76c1e

Please sign in to comment.