Changeset 3209628
- Timestamp:
- 12/18/2024 05:51:35 AM (15 months ago)
- Location:
- invite-codes-for-contact-form-7/trunk
- Files:
-
- 2 edited
-
invite-codes-for-contact-form-7.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
invite-codes-for-contact-form-7/trunk/invite-codes-for-contact-form-7.php
r3174040 r3209628 4 4 Requires Plugins: contact-form-7 5 5 Description: Adds invite codes functionality to Contact Form 7. 6 Version: 1.2. 66 Version: 1.2.7 7 7 Author: Haste 8 8 License: GPLv2 or later … … 85 85 */ 86 86 function icfcf7_include_files() { 87 // Check if Contact Form 7 is active before including files88 if ( ! is_plugin_active( 'contact-form-7/wp-contact-form-7.php' ) ) {89 return;90 }91 92 87 include_once plugin_dir_path( __FILE__ ) . 'includes/database.php'; 93 88 include_once plugin_dir_path( __FILE__ ) . 'includes/admin.php'; -
invite-codes-for-contact-form-7/trunk/readme.txt
r3174022 r3209628 5 5 Tested up to: 6.6.2 6 6 Requires PHP: 7.2 7 Stable tag: 1.2. 67 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 60 60 == Changelog == 61 61 62 = 1.2.7 = 63 64 - Changed: Bugfix - removed redundant check if Contact Form 7 is installed 65 62 66 = 1.2.6 = 63 67
Note: See TracChangeset
for help on using the changeset viewer.