Plugin Directory

Changeset 3034058


Ignore:
Timestamp:
02/11/2024 12:37:19 AM (2 years ago)
Author:
sheetdb
Message:

fixed lazy loading

Location:
sheetdb/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sheetdb/trunk/readme.txt

    r3034053 r3034058  
    66Tested up to: 6.4.3
    77Requires PHP: 5.4
    8 Stable tag: 1.2.1
     8Stable tag: 1.2.2
    99License: GPLv2 or later
    1010
  • sheetdb/trunk/sheetdb.php

    r3034053 r3034058  
    77Plugin name: SheetDB
    88Description: The SheetDB wordpress plugin allows you to easily add content from Google Spreadsheet to your wordpress site.
    9 Version: 1.2.1
     9Version: 1.2.2
    1010Author: SheetDB
    1111Author URI: https://sheetdb.io/
     
    115115            }
    116116            if ($lazy) {
    117                 $additionalCode .= ' lazy-loading';
     117                $additionalCode .= ' lazy-loading="true"';
    118118            }
    119119
Note: See TracChangeset for help on using the changeset viewer.