Plugin Directory

Changeset 3390823


Ignore:
Timestamp:
11/06/2025 04:54:59 AM (3 weeks ago)
Author:
sohel2g
Message:

Rename

Location:
sheets-to-table-live-update/tags/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sheets-to-table-live-update/tags/1.0/readme.txt

    r3390815 r3390823  
    1 === Sheets to Table Live Update ===
     1=== Sheets to Table for Google Sheets ===
    22Contributors: sohel2g
    33Tags: google sheets, sheets to table, sheets table shortcode, sheets live data
     
    1414== Description ==
    1515
    16 Sheets to Table Live Update allows you to display public Google Sheets as live tables on your WordPress website using simple shortcodes. The plugin fetches fresh data from your Google Sheets on every page visit, ensuring your content is always up-to-date.
     16Sheets to Table for Google Sheets allows you to display public Google Sheets as live tables on your WordPress website using simple shortcodes. The plugin fetches fresh data from your Google Sheets on every page visit, ensuring your content is always up-to-date.
    1717
    1818**Key Features:**
  • sheets-to-table-live-update/tags/1.0/sheets-to-table-live-update.php

    r3390810 r3390823  
    11<?php
    22/**
    3  * Plugin Name: Sheets to Table Live Update
     3 * Plugin Name: Sheets to Table for Google Sheets
    44 * Plugin URI: https://sohel.digital/sheets-to-table-live-update/
    55 * Description: Display public Google Sheets as live tables using shortcodes. Fresh data is loaded on every page visit.
    66 * Version: 1.0
    7  * Author: Sohel Digital
    8  * Author URI: https://sohel.digital
     7 * Author: Sohel Rana
     8 * Author URI: https://sohel.dev
    99 * License: GPL v2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2424// Define plugin constants only if not already defined
    2525if ( ! defined( 'STLU_VERSION' ) ) {
    26     define( 'STLU_VERSION', '1.0.3' );
     26    define( 'STLU_VERSION', '1.0' );
    2727}
    2828if ( ! defined( 'STLU_PLUGIN_FILE' ) ) {
Note: See TracChangeset for help on using the changeset viewer.