Changeset 2514714
- Timestamp:
- 04/14/2021 09:53:25 AM (5 years ago)
- Location:
- sheetdb/trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
assets/js/sheetdb-handlebars-1.1.9.js (deleted)
-
assets/js/sheetdb-handlebars-1.2.0.js (added)
-
readme.txt (modified) (1 diff)
-
sheetdb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sheetdb/trunk/readme.txt
r2514367 r2514714 6 6 Tested up to: 5.7.0 7 7 Requires PHP: 5.4 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv2 or later 10 10 -
sheetdb/trunk/sheetdb.php
r2514309 r2514714 7 7 Plugin name: SheetDB 8 8 Description: The SheetDB wordpress plugin allows you to easily add content from Google Spreadsheet to your wordpress site. 9 Version: 1.1. 19 Version: 1.1.2 10 10 Author: SheetDB 11 11 Author URI: https://sheetdb.io/ … … 46 46 public function enqueueAssets() 47 47 { 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__)); 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.