Changeset 2311162
- Timestamp:
- 05/24/2020 04:05:58 PM (6 years ago)
- Location:
- sheetdb/trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
assets/js/sheetdb-handlebars-1.1.3.js (deleted)
-
assets/js/sheetdb-handlebars-1.1.4.js (added)
-
readme.txt (modified) (1 diff)
-
sheetdb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sheetdb/trunk/readme.txt
r2305571 r2311162 6 6 Tested up to: 5.4.0 7 7 Requires PHP: 5.4 8 Stable tag: 1.0. 68 Stable tag: 1.0.7 9 9 License: GPLv2 or later 10 10 -
sheetdb/trunk/sheetdb.php
r2305572 r2311162 6 6 Plugin name: SheetDB 7 7 Description: The SheetDB wordpress plugin allows you to easily add content from Google Spreadsheet to your wordpress site. 8 Version: 1.0. 68 Version: 1.0.7 9 9 Author: SheetDB 10 10 Author URI: https://sheetdb.io/ … … 37 37 add_shortcode('sheetdb', [$this, 'sheetdb_shortcode']); 38 38 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__) ); 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.