Changeset 2514309
- Timestamp:
- 04/13/2021 05:36:47 PM (5 years ago)
- Location:
- sheetdb/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sheetdb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sheetdb/trunk/readme.txt
r2509036 r2514309 6 6 Tested up to: 5.7.0 7 7 Requires PHP: 5.4 8 Stable tag: 1.1. 08 Stable tag: 1.1.1 9 9 License: GPLv2 or later 10 10 -
sheetdb/trunk/sheetdb.php
r2509036 r2514309 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. 09 Version: 1.1.1 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. 5.js', __FILE__));48 wp_enqueue_script('sheetdb-js', plugins_url('assets/js/sheetdb-handlebars-1.1.9.js', __FILE__)); 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.