Plugin Directory

Changeset 3064334

Timestamp:
04/04/2024 06:39:05 AM (4 months ago)
Author:
azizultex
Message:

Update to version 3.7.2 from GitHub

Location:
sheets-to-wp-table-live-sync
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sheets-to-wp-table-live-sync/tags/3.7.2/readme.txt

    r3062425 r3064334  
    33Tags: Google Sheets, table plugin, WordPress table, data table, table
    44Requires at least: 5.0
    5 Tested up to: 6.4
     5Tested up to: 6.
    66Requires PHP: 5.4
    7 Stable tag: 3.7.1
     7Stable tag: 3.7.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    169169== Changelog ==
    170170
     171
     172
     173
    171174= 3.7.1 - 02 Apr 2024 =
    172175* Fix: Resolved Cross Site Scripting (XSS) issue
  • sheets-to-wp-table-live-sync/tags/3.7.2/sheets-to-wp-table-live-sync.php

    r3062425 r3064334  
    44 * Plugin URI:        https://wppool.dev/sheets-to-wp-table-live-sync/
    55 * Description:       Display Google Spreadsheet data to WordPress table in just a few clicks and keep the data always synced. Organize and display all your spreadsheet data in your WordPress quickly and effortlessly.
    6  * Version:           3.7.1
     6 * Version:           3.7.
    77 * Requires at least: 5.0
    88 * Requires PHP:      5.4
     
    2020defined( 'ABSPATH' ) || exit;
    2121
    22 define( 'SWPTLS_VERSION', '3.7.1' );
     22define( 'SWPTLS_VERSION', '3.7.' );
    2323define( 'SWPTLS_BASE_PATH', plugin_dir_path( __FILE__ ) );
    2424define( 'SWPTLS_BASE_URL', plugin_dir_url( __FILE__ ) );
  • sheets-to-wp-table-live-sync/trunk/readme.txt

    r3062425 r3064334  
    33Tags: Google Sheets, table plugin, WordPress table, data table, table
    44Requires at least: 5.0
    5 Tested up to: 6.4
     5Tested up to: 6.
    66Requires PHP: 5.4
    7 Stable tag: 3.7.1
     7Stable tag: 3.7.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    169169== Changelog ==
    170170
     171
     172
     173
    171174= 3.7.1 - 02 Apr 2024 =
    172175* Fix: Resolved Cross Site Scripting (XSS) issue
  • sheets-to-wp-table-live-sync/trunk/sheets-to-wp-table-live-sync.php

    r3062425 r3064334  
    44 * Plugin URI:        https://wppool.dev/sheets-to-wp-table-live-sync/
    55 * Description:       Display Google Spreadsheet data to WordPress table in just a few clicks and keep the data always synced. Organize and display all your spreadsheet data in your WordPress quickly and effortlessly.
    6  * Version:           3.7.1
     6 * Version:           3.7.
    77 * Requires at least: 5.0
    88 * Requires PHP:      5.4
     
    2020defined( 'ABSPATH' ) || exit;
    2121
    22 define( 'SWPTLS_VERSION', '3.7.1' );
     22define( 'SWPTLS_VERSION', '3.7.' );
    2323define( 'SWPTLS_BASE_PATH', plugin_dir_path( __FILE__ ) );
    2424define( 'SWPTLS_BASE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.