Skip to content

Commit

Permalink
Update the readme text file
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitsethi committed Apr 12, 2020
1 parent edc95b8 commit 2740cec
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.0.0
VERSION := 1.0.1
PLUGINSLUG := woo-customizer
SRCPATH := $(shell pwd)/src

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": "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",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/woo-customizer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
2 changes: 1 addition & 1 deletion src/inc/class-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
9 changes: 5 additions & 4 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==
Expand Down
2 changes: 1 addition & 1 deletion src/woo-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2740cec

Please sign in to comment.