Changeset 3400857
- Timestamp:
- 11/22/2025 10:08:11 AM (2 months ago)
- Location:
- gsheetconnector-for-fluentform/trunk
- Files:
-
- 1 added
- 4 edited
-
assets/img/fluent-forms-gsc.svg (added)
-
gsheetconnector-for-fluentform.php (modified) (2 diffs)
-
includes/pages/gs-fluentform-footer.php (modified) (1 diff)
-
includes/pages/gs-fluentform-system-info.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gsheetconnector-for-fluentform/trunk/gsheetconnector-for-fluentform.php
r3388876 r3400857 2 2 /** 3 3 * Plugin Name: GSheetConnector for FluentForm 4 * Plugin URI: https://www.gsheetconnector.com/ gsheetconnector-for-fluentForms4 * Plugin URI: https://www.gsheetconnector.com/fluent-forms-google-sheet-connector-pro 5 5 * Description: Send your Fluent Forms data to your Google Sheets. 6 * Version: 1.0.1 06 * Version: 1.0.11 7 7 * Author: GSheetConnector 8 8 * Author URI: https://www.gsheetconnector.com/ … … 69 69 // Declare some global constants 70 70 71 define('GSCFFF_FLUENTFORM_CONNECTOR_VERSION', '1.0.1 0');72 define('GSCFFF_FLUENTFORM_CONNECTOR_DB_VERSION', '1.0.1 0');71 define('GSCFFF_FLUENTFORM_CONNECTOR_VERSION', '1.0.11'); 72 define('GSCFFF_FLUENTFORM_CONNECTOR_DB_VERSION', '1.0.11'); 73 73 define('GSCFFF_FLUENTFORM_CONNECTOR_ROOT', __DIR__); 74 74 define('GSCFFF_FLUENTFORM_CONNECTOR_BASE_NAME', plugin_basename(__FILE__)); -
gsheetconnector-for-fluentform/trunk/includes/pages/gs-fluentform-footer.php
r3375695 r3400857 15 15 ?> 16 16 <p id="footer-left" class="alignleft"> 17 <?php echo esc_html("Please rate ", "gsheetconnector-for-fluentform"); ?><strong><?php echo esc_html(' Fluent Forms GSheetConnector', 'gsheetconnector-for-fluentform'); ?></strong>17 <?php echo esc_html("Please rate ", "gsheetconnector-for-fluentform"); ?><strong><?php echo esc_html('GSheetConnector for FluentForm', 'gsheetconnector-for-fluentform'); ?></strong> 18 18 <a href="https://wordpress.org/support/plugin/gsheetconnector-for-fluentform/reviews/" target="_blank" rel="noopener noreferrer">★★★★★</a> on <a href="https://wordpress.org/support/plugin/gsheetconnector-for-fluentform/reviews/" target="_blank" 19 19 rel="noopener"><?php echo esc_html("WordPress.org", 'gsheetconnector-for-fluentform'); ?></a> -
gsheetconnector-for-fluentform/trunk/includes/pages/gs-fluentform-system-info.php
r3375695 r3400857 4 4 exit(); 5 5 } 6 // 🔒 Prevent Subscribers from seeing sensitive info 7 if ( ! current_user_can( 'manage_options' ) ) { 8 wp_die( __( 'You do not have permission to access this page.', 'gsheetconnector-for-fluentform' ) ); 9 } 10 6 11 $gscfff_free_system_log = new GSCFFF_FluentForm_Connector_Init(); 7 12 ?> -
gsheetconnector-for-fluentform/trunk/readme.txt
r3388876 r3400857 9 9 Requires PHP: 7.4 10 10 Requires Plugins: fluentform 11 Stable tag: 1.0.1 011 Stable tag: 1.0.11 12 12 License: GPLv2 or later 13 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 104 104 == Changelog == 105 105 106 = 1.0.11 (22-11-2025) = 107 Fixed: Responsive CSS. 106 108 107 109 = 1.0.10 (03-11-2025) =
Note: See TracChangeset
for help on using the changeset viewer.