From 450d63b5c46c4638d84f2abfa4ae71e5c1fd7756 Mon Sep 17 00:00:00 2001 From: Karthik Bhat Date: Sun, 3 May 2020 02:07:09 +0530 Subject: [PATCH] Update version --- library/init.php | 2 +- library/support/woocommerce/class-woocommerce.php | 2 +- package.json | 2 +- readme.txt | 2 +- style.css | 2 +- tests/e2e/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/init.php b/library/init.php index e63f68c..c58703b 100644 --- a/library/init.php +++ b/library/init.php @@ -46,7 +46,7 @@ function greenlet_constants() { define( 'GL_CHILD_URL', get_stylesheet_directory_uri() ); // Define other constants. - define( 'GREENLET_VERSION', '1.2.4' ); + define( 'GREENLET_VERSION', '1.2.5' ); } add_action( 'greenlet_init', 'greenlet_constants' ); diff --git a/library/support/woocommerce/class-woocommerce.php b/library/support/woocommerce/class-woocommerce.php index 01fb6f6..9ad642e 100644 --- a/library/support/woocommerce/class-woocommerce.php +++ b/library/support/woocommerce/class-woocommerce.php @@ -76,7 +76,7 @@ public function init_frontend() { */ public function enqueue_scripts() { $min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; - greenlet_enqueue_style( 'greenlet-shop', GL_STYLES_URL . '/shop' . $min . '.css' ); + greenlet_enqueue_style( 'greenlet-shop', GL_STYLES_URL . '/shop' . $min . '.css' ); } /** diff --git a/package.json b/package.json index 2ea2bd5..3e3922e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlet", - "version": "1.2.4", + "version": "1.2.5", "description": "Extremely fast and highly customizable WordPress theme.", "dependencies": {}, "devDependencies": { diff --git a/readme.txt b/readme.txt index efd9ff6..18ed51a 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: blog, custom-background, custom-colors, editor-style, featured-images, foo Tested up to: 5.3.2 Requires at least: 4.9 Requires PHP: 5.4 -Stable tag: 1.2.4 +Stable tag: 1.2.5 Extremely fast and highly customizable WordPress theme. diff --git a/style.css b/style.css index 12679f8..7de146c 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ * Theme Name: Greenlet * Theme URI: https://greenletwp.com * Description: Lightweight, Fast, Best SEO WordPress theme - * Version: 1.2.4 + * Version: 1.2.5 * Author: Greenlet Team * Author URI: https://greenletwp.com/about/ * License: GNU General Public License v2 or later diff --git a/tests/e2e/package.json b/tests/e2e/package.json index db61c41..caf57b1 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -1,6 +1,6 @@ { "name": "e2e-testing", - "version": "1.2.4", + "version": "1.2.5", "description": "End to End Testing for Greenlet", "main": "index.js", "scripts": {