Plugin Directory

Changeset 3403416


Ignore:
Timestamp:
11/26/2025 01:54:13 PM (3 months ago)
Author:
ambikly
Message:

Update to version 0.0.11 from GitHub

Location:
ambikly
Files:
4 edited
1 copied

Legend:

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

    r3212462 r3403416  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.10
     8 * Version: 0.0.11
    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.9');
     30    define('AMBIKLY_VERSION', '0.0.11');
    3131}
    3232
  • ambikly/tags/0.0.11/readme.txt

    r3212462 r3403416  
    1 === Ambikly - The easiest way to start selling online, WordPress eCommerce plugin ===
     1=== Ambikly — Simple eCommerce for physical products ===
    22Contributors: Ambikly
    33Tags: ecommerce, online store, payments, ecommerce plugin, sell
    44Requires at least: 5.4
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 0.0.10
     7Stable tag: 0.0.11
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6060
    6161== Changelog ==
    62 = 0.0.10 -   2024-12-24
     62= 0.0.11 -   2025-11-26
    6363* Fix   -   Product Single Page issue fixed
    6464
  • ambikly/trunk/ambikly.php

    r3212462 r3403416  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.10
     8 * Version: 0.0.11
    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.9');
     30    define('AMBIKLY_VERSION', '0.0.11');
    3131}
    3232
  • ambikly/trunk/readme.txt

    r3212462 r3403416  
    1 === Ambikly - The easiest way to start selling online, WordPress eCommerce plugin ===
     1=== Ambikly — Simple eCommerce for physical products ===
    22Contributors: Ambikly
    33Tags: ecommerce, online store, payments, ecommerce plugin, sell
    44Requires at least: 5.4
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 0.0.10
     7Stable tag: 0.0.11
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6060
    6161== Changelog ==
    62 = 0.0.10 -   2024-12-24
     62= 0.0.11 -   2025-11-26
    6363* Fix   -   Product Single Page issue fixed
    6464
Note: See TracChangeset for help on using the changeset viewer.