Plugin Directory

Changeset 2311162


Ignore:
Timestamp:
05/24/2020 04:05:58 PM (6 years ago)
Author:
sheetdb
Message:

1.1.4 version

Location:
sheetdb/trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • sheetdb/trunk/readme.txt

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

    r2305572 r2311162  
    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.6
     8Version: 1.0.7
    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.3.js', __FILE__) );
     39            wp_enqueue_script( 'sheetdb-js', plugins_url('assets/js/sheetdb-handlebars-1.1.4.js', __FILE__) );
    4040        }
    4141
Note: See TracChangeset for help on using the changeset viewer.