Plugin Directory

Changeset 2385124


Ignore:
Timestamp:
09/20/2020 07:15:20 AM (6 years ago)
Author:
iamprogrammerlk
Message:

First Release

Location:
custom-currency-for-woocommerce
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • custom-currency-for-woocommerce/trunk/CustomCurrencyForWooCommerce.php

    r2379211 r2385124  
    55 * Project Name:        Custom Currency For WooCommerce
    66 * Project Description: Custom Currency For WooCommerce allows you to change the currency symbol used in WooCommerce and you can add a new custom currency type to the WooCommerce.
    7  * Project Version:     1.0.0
     7 * Project Version:     1.1.0
    88 * File Name:           CustomCurrencyForWooCommerce.php
    99 * File Description:    This file is read by WordPress to generate the plugin information in the plugin admin area.
    1010 *                      This file also includes all of the dependencies used by the plugin, registers the activation
    1111 *                      and deactivation functions, and defines a function that starts the plugin.
    12  * File Version:        1.0.0
    13  * Last Change:         2020-08-19
     12 * File Version:        1.1.0
     13 * Last Change:         2020-09-20
    1414 *
    1515 * @copyright
     
    3232 * Text Domain:         CCForWC
    3333 * Domain Path:         /Public/Languages
    34  * Version:             1.0.0
     34 * Version:             1.1.0
    3535 * Author:              I am Programmer
    3636 * Author URI:          https://iamprogrammer.lk
  • custom-currency-for-woocommerce/trunk/readme.txt

    r2384985 r2385124  
    1111Requires at least: 5.0
    1212Tested up to: 5.5.1
    13 Stable tag: 1.0.0
    14 Version: 1.0.0
     13Stable tag: 1.1.0
     14Version: 1.1.0
    1515License: GPLv3
    1616License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2626
    2727== Screenshots ==
     281. Step 01
     292. Step 02
    2830
    2931== Changelog ==
     32
     33= v1.1.0 = 2020-09-20
     34* First Release
    3035
    3136= v1.0.0 = 2020-09-11
Note: See TracChangeset for help on using the changeset viewer.