Changeset 2581981
- Timestamp:
- 08/12/2021 11:24:02 AM (5 years ago)
- Location:
- inbox-forms
- Files:
-
- 2 edited
- 26 copied
-
tags/1.0.3 (copied) (copied from inbox-forms/trunk)
-
tags/1.0.3/assets (copied) (copied from inbox-forms/trunk/assets)
-
tags/1.0.3/assets/dist/css (copied) (copied from inbox-forms/trunk/assets/dist/css)
-
tags/1.0.3/assets/dist/js/inbox-admin.js (copied) (copied from inbox-forms/trunk/assets/dist/js/inbox-admin.js)
-
tags/1.0.3/assets/dist/js/inbox.js (copied) (copied from inbox-forms/trunk/assets/dist/js/inbox.js)
-
tags/1.0.3/assets/dist/js/inbox.js.LICENSE.txt (copied) (copied from inbox-forms/trunk/assets/dist/js/inbox.js.LICENSE.txt)
-
tags/1.0.3/assets/images/footer_logo.png (copied) (copied from inbox-forms/trunk/assets/images/footer_logo.png)
-
tags/1.0.3/assets/images/gdpr.png (copied) (copied from inbox-forms/trunk/assets/images/gdpr.png)
-
tags/1.0.3/inbox-form.php (copied) (copied from inbox-forms/trunk/inbox-form.php) (2 diffs)
-
tags/1.0.3/languages (copied) (copied from inbox-forms/trunk/languages)
-
tags/1.0.3/languages/inbox-en_US.mo (copied) (copied from inbox-forms/trunk/languages/inbox-en_US.mo)
-
tags/1.0.3/languages/inbox-en_US.po (copied) (copied from inbox-forms/trunk/languages/inbox-en_US.po)
-
tags/1.0.3/languages/inbox-tr_TR.mo (copied) (copied from inbox-forms/trunk/languages/inbox-tr_TR.mo)
-
tags/1.0.3/languages/inbox-tr_TR.po (copied) (copied from inbox-forms/trunk/languages/inbox-tr_TR.po)
-
tags/1.0.3/languages/inbox.pot (copied) (copied from inbox-forms/trunk/languages/inbox.pot)
-
tags/1.0.3/readme.txt (copied) (copied from inbox-forms/trunk/readme.txt) (1 diff)
-
tags/1.0.3/screenshot-1.png (copied) (copied from inbox-forms/trunk/screenshot-1.png)
-
tags/1.0.3/screenshot-2.png (copied) (copied from inbox-forms/trunk/screenshot-2.png)
-
tags/1.0.3/src (copied) (copied from inbox-forms/trunk/src)
-
tags/1.0.3/src/RegisterScripts.php (copied) (copied from inbox-forms/trunk/src/RegisterScripts.php)
-
tags/1.0.3/src/Repositories/FormRepository.php (copied) (copied from inbox-forms/trunk/src/Repositories/FormRepository.php)
-
tags/1.0.3/templates (copied) (copied from inbox-forms/trunk/templates)
-
tags/1.0.3/templates/admin/forms_add_new.php (copied) (copied from inbox-forms/trunk/templates/admin/forms_add_new.php)
-
tags/1.0.3/templates/admin/forms_edit.php (copied) (copied from inbox-forms/trunk/templates/admin/forms_edit.php)
-
tags/1.0.3/uninstall.php (copied) (copied from inbox-forms/trunk/uninstall.php)
-
tags/1.0.3/vendor (copied) (copied from inbox-forms/trunk/vendor)
-
trunk/inbox-form.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inbox-forms/tags/1.0.3/inbox-form.php
r2552474 r2581981 4 4 * Plugin Name: INBOX Forms 5 5 * Description: INBOX Forms plugin for WordPress. 6 * Version: 1.0. 26 * Version: 1.0.3 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. 2');32 define('INBOX_VERSION_NUMBER', '1.0.3'); 33 33 34 34 add_action('init', 'ib_inbox_load_plugin_textdomain', 0); -
inbox-forms/tags/1.0.3/readme.txt
r2552474 r2581981 4 4 Tags: inbox, useinbox, newsletter, subscribe, form, webform 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 76 Tested up to: 5.8 7 7 Requires PHP: 7.2.5 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 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
r2552474 r2581981 4 4 * Plugin Name: INBOX Forms 5 5 * Description: INBOX Forms plugin for WordPress. 6 * Version: 1.0. 26 * Version: 1.0.3 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. 2');32 define('INBOX_VERSION_NUMBER', '1.0.3'); 33 33 34 34 add_action('init', 'ib_inbox_load_plugin_textdomain', 0); -
inbox-forms/trunk/readme.txt
r2552474 r2581981 4 4 Tags: inbox, useinbox, newsletter, subscribe, form, webform 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 76 Tested up to: 5.8 7 7 Requires PHP: 7.2.5 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 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.