Plugin Directory

Changeset 2587115


Ignore:
Timestamp:
08/23/2021 01:04:59 PM (5 years ago)
Author:
useinbox
Message:

version fix

Location:
inbox-forms
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • inbox-forms/tags/1.0.4/inbox-form.php

    r2587114 r2587115  
    44 * Plugin Name: INBOX Forms
    55 * Description: INBOX Forms plugin for WordPress.
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Author: INBOX
    88 * Author URI: https://useinbox.com/
     
    3030
    3131define('INBOX_SYSTEM_FILE_PATH', __FILE__);
    32 define('INBOX_VERSION_NUMBER', '1.0.3');
     32define('INBOX_VERSION_NUMBER', '1.0.4');
    3333
    3434add_action('init', 'ib_inbox_load_plugin_textdomain', 0);
  • inbox-forms/tags/1.0.4/readme.txt

    r2587114 r2587115  
    66Tested up to: 5.8
    77Requires PHP: 7.2.5
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • inbox-forms/trunk/inbox-form.php

    r2581981 r2587115  
    44 * Plugin Name: INBOX Forms
    55 * Description: INBOX Forms plugin for WordPress.
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Author: INBOX
    88 * Author URI: https://useinbox.com/
     
    3030
    3131define('INBOX_SYSTEM_FILE_PATH', __FILE__);
    32 define('INBOX_VERSION_NUMBER', '1.0.3');
     32define('INBOX_VERSION_NUMBER', '1.0.4');
    3333
    3434add_action('init', 'ib_inbox_load_plugin_textdomain', 0);
  • inbox-forms/trunk/readme.txt

    r2581981 r2587115  
    66Tested up to: 5.8
    77Requires PHP: 7.2.5
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.