Plugin Directory

Changeset 3483294


Ignore:
Timestamp:
03/15/2026 08:56:42 PM (3 weeks ago)
Author:
sheetlink
Message:

v1.6.3: Corrected Tested up to WordPress 6.8

Location:
sheetlink-forms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sheetlink-forms/trunk/readme.txt

    r3481171 r3483294  
    33Tags: google sheets, forms, contact form 7, gravity forms, spreadsheet
    44Requires at least: 5.8
    5 Tested up to: 6.9
     5Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.6.2
     7Stable tag: 1.6.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 1.6.3 =
     126* Tested up to WordPress 6.8 (corrected from incorrect 6.9 tag)
     127
    125128= 1.6.2 =
    126129* Removed client-side routing rules cap in admin JavaScript (completing the server-side fix in 1.6.1)
     
    181184== Upgrade Notice ==
    182185
     186= 1.6.3 =
     187Corrected "Tested up to" to WordPress 6.8.
     188
    183189= 1.6.2 =
    184190Removed remaining client-side routing rules cap. All features fully unrestricted.
  • sheetlink-forms/trunk/sheetlink-forms.php

    r3481171 r3483294  
    33 * Plugin Name: SheetLink Forms
    44 * 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.2
     5 * Version: 1.6.3
    66 * Author: SheetLink Forms
    77 * License: GPL v2 or later
     
    1111 * Requires at least: 5.8
    1212 * Requires PHP: 7.4
    13  * Tested up to: 6.9
     13 * Tested up to: 6.8
    1414 */
    1515
     
    1818}
    1919
    20 define( 'SHEETLINK_VERSION', '1.6.2' );
     20define( 'SHEETLINK_VERSION', '1.6.3' );
    2121define( 'SHEETLINK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'SHEETLINK_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.