From 0d8975ec480db49b6631223e2da183e2ab7c0df8 Mon Sep 17 00:00:00 2001 From: Takashi Kitajima Date: Tue, 6 Jun 2017 14:20:34 +0900 Subject: [PATCH] Update version --- composer.json | 4 ++-- style.css | 4 ++-- template-parts/copyright.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index a547b520..7874ad6e 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,12 @@ "description": "Minizuku is a WordPress theme framework for child themes development.", "type": "wordpress-theme", "license": "GPL-2.0+", - "version": "1.1.1", + "version": "1.2.0", "authors": [ { "name": "Takashi Kitajima", "email": "inc@2inc.org", - "homepage": "http://2inc.org" + "homepage": "https://2inc.org" } ], "require-dev": { diff --git a/style.css b/style.css index 3bb712c8..7b1b9a03 100644 --- a/style.css +++ b/style.css @@ -2,9 +2,9 @@ Theme Name: Mimizuku Theme URI: https://github.com/inc2734/mimizuku/ Author: inc2734 -Author URI: http://2inc.org +Author URI: https://2inc.org Description: Minizuku is a WordPress theme framework for child themes development. -Version: 1.1.0 +Version: 1.2.0 License: GPLv2 or later License URI: license.txt Tags: editor-style, featured-images diff --git a/template-parts/copyright.php b/template-parts/copyright.php index b8b50a9d..6685855d 100644 --- a/template-parts/copyright.php +++ b/template-parts/copyright.php @@ -5,8 +5,8 @@ * @license GPL-2.0+ */ -$theme_url = 'http://2inc.org'; -$wordpress_url = 'http://wordpress.org/'; +$theme_url = 'https://2inc.org'; +$wordpress_url = 'https://wordpress.org/'; $theme_link = sprintf( '%s', esc_url( $theme_url ),