Plugin Directory

Changeset 3184552


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

Update to version 0.0.4 from GitHub

Location:
ambikly
Files:
1 added
4 edited
1 copied

Legend:

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

    r3184548 r3184552  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.3
     8 * Version: 0.0.4
    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.3');
     30    define('AMBIKLY_VERSION', '0.0.4');
    3131}
    3232
  • ambikly/tags/0.0.4/readme.txt

    r3184548 r3184552  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 0.0.3
     7Stable tag: 0.0.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • ambikly/trunk/ambikly.php

    r3184548 r3184552  
    66 * Author: ambikly
    77 * Author URI: https://profiles.wordpress.org/ambikly
    8  * Version: 0.0.3
     8 * Version: 0.0.4
    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.3');
     30    define('AMBIKLY_VERSION', '0.0.4');
    3131}
    3232
  • ambikly/trunk/readme.txt

    r3184548 r3184552  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 0.0.3
     7Stable tag: 0.0.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.