Plugin Directory

Changeset 3400857


Ignore:
Timestamp:
11/22/2025 10:08:11 AM (2 months ago)
Author:
abdullah17
Message:

released 1.0.11 version

Location:
gsheetconnector-for-fluentform/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • gsheetconnector-for-fluentform/trunk/gsheetconnector-for-fluentform.php

    r3388876 r3400857  
    22/**
    33 * Plugin Name: GSheetConnector for FluentForm
    4  * Plugin URI: https://www.gsheetconnector.com/gsheetconnector-for-fluentForms
     4 * Plugin URI: https://www.gsheetconnector.com/fluent-forms-google-sheet-connector-pro
    55 * Description: Send your Fluent Forms data to your Google Sheets.
    6  * Version: 1.0.10
     6 * Version: 1.0.11
    77 * Author: GSheetConnector
    88 * Author URI: https://www.gsheetconnector.com/
     
    6969// Declare some global constants
    7070
    71 define('GSCFFF_FLUENTFORM_CONNECTOR_VERSION', '1.0.10');
    72 define('GSCFFF_FLUENTFORM_CONNECTOR_DB_VERSION', '1.0.10');
     71define('GSCFFF_FLUENTFORM_CONNECTOR_VERSION', '1.0.11');
     72define('GSCFFF_FLUENTFORM_CONNECTOR_DB_VERSION', '1.0.11');
    7373define('GSCFFF_FLUENTFORM_CONNECTOR_ROOT', __DIR__);
    7474define('GSCFFF_FLUENTFORM_CONNECTOR_BASE_NAME', plugin_basename(__FILE__));
  • gsheetconnector-for-fluentform/trunk/includes/pages/gs-fluentform-footer.php

    r3375695 r3400857  
    1515  ?>
    1616  <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>
    1818    <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"
    1919      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  
    44    exit();
    55}
     6// 🔒 Prevent Subscribers from seeing sensitive info
     7if ( ! current_user_can( 'manage_options' ) ) {
     8    wp_die( __( 'You do not have permission to access this page.', 'gsheetconnector-for-fluentform' ) );
     9}
     10
    611$gscfff_free_system_log = new GSCFFF_FluentForm_Connector_Init();
    712?>
  • gsheetconnector-for-fluentform/trunk/readme.txt

    r3388876 r3400857  
    99Requires PHP: 7.4
    1010Requires Plugins: fluentform
    11 Stable tag: 1.0.10
     11Stable tag: 1.0.11
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    104104== Changelog ==
    105105
     106= 1.0.11 (22-11-2025) =
     107Fixed: Responsive CSS.
    106108
    107109= 1.0.10 (03-11-2025) =
Note: See TracChangeset for help on using the changeset viewer.