Changeset 3485321
- Timestamp:
- 03/18/2026 06:43:23 AM (11 days ago)
- Location:
- byteonic-intake/trunk
- Files:
-
- 5 edited
-
includes/class-byteonic-api.php (modified) (1 diff)
-
includes/class-byteonic-frontend.php (modified) (1 diff)
-
intake-forms.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
byteonic-intake/trunk/includes/class-byteonic-api.php
r3485306 r3485321 94 94 'Content-Type' => 'application/json', 95 95 'Accept' => 'application/json', 96 'User-Agent' => 'Byteonic-Intake-WP/ 1.0.0; ' . get_bloginfo('url'),96 'User-Agent' => 'Byteonic-Intake-WP/' . BYTEONIC_INTAKE_VERSION . '; ' . get_bloginfo('url'), 97 97 ], 98 98 'timeout' => 20, -
byteonic-intake/trunk/includes/class-byteonic-frontend.php
r3485306 r3485321 57 57 <noscript> 58 58 <div class="byteonic-js-warning" style="background: #fff3cd; color: #856404; padding: 15px; text-align: center; border: 1px solid #ffeeba; margin: 20px auto; max-width: 800px; font-family: sans-serif; border-radius: 4px;"> 59 <strong>Notice:</strong> This website securely processes form submissions using Byteonic Intake. Please enable JavaScript in your browser to submit forms successfully.59 <strong>Notice:</strong> This website uses Byteonic Intake to forward form submissions. Please enable JavaScript in your browser so that your submissions are delivered to the site owner. 60 60 </div> 61 61 </noscript> -
byteonic-intake/trunk/intake-forms.php
r3485306 r3485321 3 3 * Plugin Name: Byteonic Intake 4 4 * Plugin URI: https://intake.byteoniclabs.com/ 5 * Description: Se amlessly integrate your WordPress forms (Gravity Forms, Contact Form 7, WPForms) with Byteonic Intake.5 * Description: Securely forward WordPress form submissions to Byteonic Intake for centralized management. 6 6 * Version: 1.2.2 7 7 * Author: Byteonic Labs -
byteonic-intake/trunk/readme.txt
r3485316 r3485321 118 118 == Changelog == 119 119 120 = 1.2.2 = 121 * Introduced secure local proxy for form submissions 122 * API key is no longer exposed in frontend JavaScript 123 * Added WordPress nonce verification for all AJAX requests 124 * Updated plugin description and compatibility list 125 * Improved uninstall cleanup to remove all plugin data 126 120 127 = 1.2.1 = 121 128 * Moved inline CSS/JS to properly enqueued asset files -
byteonic-intake/trunk/uninstall.php
r3485306 r3485321 16 16 delete_option('byteonic_intake_api_key'); 17 17 delete_option('byteonic_intake_settings'); 18 delete_option('byteonic_intake_mappings'); 18 19 19 20 // Clean up any transients
Note: See TracChangeset
for help on using the changeset viewer.