From 2740cec27550335b566001cfef9a6dca621a7b4a Mon Sep 17 00:00:00 2001 From: Akshit Sethi Date: Sun, 12 Apr 2020 16:45:04 +0530 Subject: [PATCH] Update the readme text file --- Makefile | 2 +- package.json | 2 +- src/i18n/woo-customizer.pot | 4 ++-- src/inc/class-config.php | 2 +- src/readme.txt | 9 +++++---- src/woo-customizer.php | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 9ad5b60..413a483 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.0.0 +VERSION := 1.0.1 PLUGINSLUG := woo-customizer SRCPATH := $(shell pwd)/src diff --git a/package.json b/package.json index a9c4467..33a8304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woo-customizer", - "version": "1.0.0", + "version": "1.0.1", "description": "Plugin to help customise WooCommerce with the help of actions and filters.", "scripts": { "lint": "eslint", diff --git a/src/i18n/woo-customizer.pot b/src/i18n/woo-customizer.pot index a524deb..61c59aa 100644 --- a/src/i18n/woo-customizer.pot +++ b/src/i18n/woo-customizer.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Woo Customizer plugin. msgid "" msgstr "" -"Project-Id-Version: Woo Customizer 1.0.0\n" +"Project-Id-Version: Woo Customizer 1.0.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/src\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2020-04-12T16:29:41+05:30\n" +"POT-Creation-Date: 2020-04-12T16:44:38+05:30\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.4.0\n" "X-Domain: woo-customizer\n" diff --git a/src/inc/class-config.php b/src/inc/class-config.php index f676a42..f1356fa 100644 --- a/src/inc/class-config.php +++ b/src/inc/class-config.php @@ -18,7 +18,7 @@ class Config { const PLUGIN_SLUG = 'woo-customizer'; const SHORT_SLUG = 'woocustomizer'; - const VERSION = '1.0.0'; + const VERSION = '1.0.1'; const DB_OPTION = 'as_' . self::SHORT_SLUG; const PREFIX = self::SHORT_SLUG . '_'; const MIN_WC_VERSION = '3.1.0'; diff --git a/src/readme.txt b/src/readme.txt index be05f12..b5d9813 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,20 +5,21 @@ Tags: woocommerce, customizer, woo Requires at least: 3.5.1 Tested up to: 5.4 Requires PHP: 5.6 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html -## Short description here +An easy way to customize your WooCommerce store with a click of few buttons. == Description == -## Long description here +Customize your WooCommerce store with a click of few buttons. This plugin provides an options panel where you can add your customizations and save them without needing to write any PHP code. And, it's absolutely free. = Plugin Features = -* Works with any WooCommerce Theme. +* Works with any WooCommerce Theme +* Over 30+ customizations * **FREE Forever** == Installation == diff --git a/src/woo-customizer.php b/src/woo-customizer.php index 4a1422f..54ec0e4 100644 --- a/src/woo-customizer.php +++ b/src/woo-customizer.php @@ -2,7 +2,7 @@ /** * Plugin Name: Woo Customizer * Description: Plugin to help customise WooCommerce with the help of actions and filters. - * Version: 1.0.0 + * Version: 1.0.1 * Runtime: 5.6+ * Author: akshitsethi * Text Domain: woo-customizer