Changeset 2587115
- Timestamp:
- 08/23/2021 01:04:59 PM (5 years ago)
- Location:
- inbox-forms
- Files:
-
- 4 edited
-
tags/1.0.4/inbox-form.php (modified) (2 diffs)
-
tags/1.0.4/readme.txt (modified) (1 diff)
-
trunk/inbox-form.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inbox-forms/tags/1.0.4/inbox-form.php
r2587114 r2587115 4 4 * Plugin Name: INBOX Forms 5 5 * Description: INBOX Forms plugin for WordPress. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: INBOX 8 8 * Author URI: https://useinbox.com/ … … 30 30 31 31 define('INBOX_SYSTEM_FILE_PATH', __FILE__); 32 define('INBOX_VERSION_NUMBER', '1.0. 3');32 define('INBOX_VERSION_NUMBER', '1.0.4'); 33 33 34 34 add_action('init', 'ib_inbox_load_plugin_textdomain', 0); -
inbox-forms/tags/1.0.4/readme.txt
r2587114 r2587115 6 6 Tested up to: 5.8 7 7 Requires PHP: 7.2.5 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
inbox-forms/trunk/inbox-form.php
r2581981 r2587115 4 4 * Plugin Name: INBOX Forms 5 5 * Description: INBOX Forms plugin for WordPress. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: INBOX 8 8 * Author URI: https://useinbox.com/ … … 30 30 31 31 define('INBOX_SYSTEM_FILE_PATH', __FILE__); 32 define('INBOX_VERSION_NUMBER', '1.0. 3');32 define('INBOX_VERSION_NUMBER', '1.0.4'); 33 33 34 34 add_action('init', 'ib_inbox_load_plugin_textdomain', 0); -
inbox-forms/trunk/readme.txt
r2581981 r2587115 6 6 Tested up to: 5.8 7 7 Requires PHP: 7.2.5 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.