Changeset 3483294
- Timestamp:
- 03/15/2026 08:56:42 PM (3 weeks ago)
- Location:
- sheetlink-forms/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
sheetlink-forms.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sheetlink-forms/trunk/readme.txt
r3481171 r3483294 3 3 Tags: google sheets, forms, contact form 7, gravity forms, spreadsheet 4 4 Requires at least: 5.8 5 Tested up to: 6. 95 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.6. 27 Stable tag: 1.6.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 123 123 == Changelog == 124 124 125 = 1.6.3 = 126 * Tested up to WordPress 6.8 (corrected from incorrect 6.9 tag) 127 125 128 = 1.6.2 = 126 129 * Removed client-side routing rules cap in admin JavaScript (completing the server-side fix in 1.6.1) … … 181 184 == Upgrade Notice == 182 185 186 = 1.6.3 = 187 Corrected "Tested up to" to WordPress 6.8. 188 183 189 = 1.6.2 = 184 190 Removed remaining client-side routing rules cap. All features fully unrestricted. -
sheetlink-forms/trunk/sheetlink-forms.php
r3481171 r3483294 3 3 * Plugin Name: SheetLink Forms 4 4 * Description: Send WordPress form submissions directly to Google Sheets. No Zapier. No monthly fees. Supports Elementor, CF7, Gravity Forms, WPForms, Fluent Forms, Formidable, and Ninja Forms. 5 * Version: 1.6. 25 * Version: 1.6.3 6 6 * Author: SheetLink Forms 7 7 * License: GPL v2 or later … … 11 11 * Requires at least: 5.8 12 12 * Requires PHP: 7.4 13 * Tested up to: 6. 913 * Tested up to: 6.8 14 14 */ 15 15 … … 18 18 } 19 19 20 define( 'SHEETLINK_VERSION', '1.6. 2' );20 define( 'SHEETLINK_VERSION', '1.6.3' ); 21 21 define( 'SHEETLINK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'SHEETLINK_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.