Plugin Directory

Changeset 2514714


Ignore:
Timestamp:
04/14/2021 09:53:25 AM (5 years ago)
Author:
sheetdb
Message:

updated handlebars to 1.2.0

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

Legend:

Unmodified
Added
Removed
  • sheetdb/trunk/readme.txt

    r2514367 r2514714  
    66Tested up to: 5.7.0
    77Requires PHP: 5.4
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv2 or later
    1010
  • sheetdb/trunk/sheetdb.php

    r2514309 r2514714  
    77Plugin name: SheetDB
    88Description: The SheetDB wordpress plugin allows you to easily add content from Google Spreadsheet to your wordpress site.
    9 Version: 1.1.1
     9Version: 1.1.2
    1010Author: SheetDB
    1111Author URI: https://sheetdb.io/
     
    4646        public function enqueueAssets()
    4747        {
    48             wp_enqueue_script('sheetdb-js', plugins_url('assets/js/sheetdb-handlebars-1.1.9.js', __FILE__));
     48            wp_enqueue_script('sheetdb-js', plugins_url('assets/js/sheetdb-handlebars-1.2.0.js', __FILE__));
    4949        }
    5050
Note: See TracChangeset for help on using the changeset viewer.