Plugin Directory

Changeset 3184544


Ignore:
Timestamp:
11/08/2024 03:37:13 PM (16 months ago)
Author:
ambikly
Message:

Update to version 0.0.2 from GitHub

Location:
ambikly
Files:
6 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ambikly/tags/0.0.2/ambikly.php

    r3184536 r3184544  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.1
     8 * Version: 0.0.2
    99 * License: GPLv3+
    1010 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2828// Define AMBIKLY_VERSION.
    2929if (!defined('AMBIKLY_VERSION')) {
    30     define('AMBIKLY_VERSION', '0.0.1');
     30    define('AMBIKLY_VERSION', '0.0.2');
    3131}
    3232
  • ambikly/tags/0.0.2/readme.txt

    r3184536 r3184544  
    11=== Ambikly ===
    2 Contributors: Ambikly
     2Contributors: Ambikly - The easiest way to start selling online
    33Tags: ecommerce
    44Requires at least: 5.4
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 0.0.1
     7Stable tag: 0.0.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress. Start accepting payments and managing your store with ease.
     11Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress.
    1212
    1313== Description ==
  • ambikly/trunk/ambikly.php

    r3184536 r3184544  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.1
     8 * Version: 0.0.2
    99 * License: GPLv3+
    1010 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2828// Define AMBIKLY_VERSION.
    2929if (!defined('AMBIKLY_VERSION')) {
    30     define('AMBIKLY_VERSION', '0.0.1');
     30    define('AMBIKLY_VERSION', '0.0.2');
    3131}
    3232
  • ambikly/trunk/readme.txt

    r3184536 r3184544  
    11=== Ambikly ===
    2 Contributors: Ambikly
     2Contributors: Ambikly - The easiest way to start selling online
    33Tags: ecommerce
    44Requires at least: 5.4
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 0.0.1
     7Stable tag: 0.0.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress. Start accepting payments and managing your store with ease.
     11Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress.
    1212
    1313== Description ==
Note: See TracChangeset for help on using the changeset viewer.