Plugin Directory

Changeset 3198975


Ignore:
Timestamp:
11/28/2024 02:49:52 PM (16 months ago)
Author:
ambikly
Message:

Update to version 0.0.9 from GitHub

Location:
ambikly
Files:
1 added
1 deleted
8 edited
1 copied

Legend:

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

    r3195809 r3198975  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.8
     8 * Version: 0.0.9
    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.8');
     30    define('AMBIKLY_VERSION', '0.0.9');
    3131}
    3232
  • ambikly/tags/0.0.9/changelog.txt

    r3195809 r3198975  
     1= 0.0.8 -   2024-11-24
     2* Fix   -   Guest checkout issue fixed
     3* Fix   -   Cart Issue fixed
     4
    15= 0.0.7 -   2024-11-13
    26* Fix   -   PHP Compatibility issue fixed
  • ambikly/tags/0.0.9/languages/ambikly.pot

    r3195809 r3198975  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2024-11-24 10:53+0000\n"
     9"POT-Creation-Date: 2024-11-28 14:48+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • ambikly/tags/0.0.9/readme.txt

    r3195809 r3198975  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 0.0.8
     7Stable tag: 0.0.9
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6060
    6161== Changelog ==
    62 = 0.0.8 -   2024-11-24
    63 * Fix   -   Guest checkout issue fixed
    64 * Fix   -   Cart Issue fixed
     62= 0.0.9 -   2024-11-28
     63* Fix   -   Icon issue fixed
    6564
    6665[See changelog for all versions](https://plugins.svn.wordpress.org/ambikly/trunk/changelog.txt).
  • ambikly/trunk/ambikly.php

    r3195809 r3198975  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.8
     8 * Version: 0.0.9
    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.8');
     30    define('AMBIKLY_VERSION', '0.0.9');
    3131}
    3232
  • ambikly/trunk/changelog.txt

    r3195809 r3198975  
     1= 0.0.8 -   2024-11-24
     2* Fix   -   Guest checkout issue fixed
     3* Fix   -   Cart Issue fixed
     4
    15= 0.0.7 -   2024-11-13
    26* Fix   -   PHP Compatibility issue fixed
  • ambikly/trunk/languages/ambikly.pot

    r3195809 r3198975  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2024-11-24 10:53+0000\n"
     9"POT-Creation-Date: 2024-11-28 14:48+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • ambikly/trunk/readme.txt

    r3195809 r3198975  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 0.0.8
     7Stable tag: 0.0.9
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6060
    6161== Changelog ==
    62 = 0.0.8 -   2024-11-24
    63 * Fix   -   Guest checkout issue fixed
    64 * Fix   -   Cart Issue fixed
     62= 0.0.9 -   2024-11-28
     63* Fix   -   Icon issue fixed
    6564
    6665[See changelog for all versions](https://plugins.svn.wordpress.org/ambikly/trunk/changelog.txt).
Note: See TracChangeset for help on using the changeset viewer.