Changeset 3034058
- Timestamp:
- 02/11/2024 12:37:19 AM (2 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
r3034053 r3034058 6 6 Tested up to: 6.4.3 7 7 Requires PHP: 5.4 8 Stable tag: 1.2. 18 Stable tag: 1.2.2 9 9 License: GPLv2 or later 10 10 -
sheetdb/trunk/sheetdb.php
r3034053 r3034058 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.2. 19 Version: 1.2.2 10 10 Author: SheetDB 11 11 Author URI: https://sheetdb.io/ … … 115 115 } 116 116 if ($lazy) { 117 $additionalCode .= ' lazy-loading ';117 $additionalCode .= ' lazy-loading="true"'; 118 118 } 119 119
Note: See TracChangeset
for help on using the changeset viewer.