Plugin Directory

Changeset 2325193


Ignore:
Timestamp:
06/16/2020 02:27:31 PM (6 years ago)
Author:
sheetdb
Message:

1.1.5 version

Location:
sheetdb/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • sheetdb/trunk/readme.txt

    r2311162 r2325193  
    66Tested up to: 5.4.0
    77Requires PHP: 5.4
    8 Stable tag: 1.0.7
     8Stable tag: 1.0.8
    99License: GPLv2 or later
    1010
  • sheetdb/trunk/sheetdb.php

    r2311162 r2325193  
    66Plugin name: SheetDB
    77Description: The SheetDB wordpress plugin allows you to easily add content from Google Spreadsheet to your wordpress site.
    8 Version: 1.0.7
     8Version: 1.0.8
    99Author: SheetDB
    1010Author URI: https://sheetdb.io/
     
    3737            add_shortcode('sheetdb', [$this, 'sheetdb_shortcode']);
    3838            add_shortcode('sheetdb-slot', [$this, 'sheetdb_slot_shortcode']);
    39             wp_enqueue_script( 'sheetdb-js', plugins_url('assets/js/sheetdb-handlebars-1.1.4.js', __FILE__) );
     39            wp_enqueue_script( 'sheetdb-js', plugins_url('assets/js/sheetdb-handlebars-1.1.5.js', __FILE__) );
    4040        }
    4141
Note: See TracChangeset for help on using the changeset viewer.