Changeset 2959999
- Timestamp:
- 08/29/2023 03:22:39 PM (3 years ago)
- Location:
- wp-lozad
- Files:
-
- 3 added
- 3 edited
-
img (added)
-
img/def.png (added)
-
img/def.webp (added)
-
trunk/classes/settings/SettingsConstants.php (modified) (1 diff)
-
trunk/lozad.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-lozad/trunk/classes/settings/SettingsConstants.php
r2959989 r2959999 5 5 class SettingsConstants 6 6 { 7 // todo add setting fo default image8 7 const PAGE_SLUG = 'lozad-setting-page'; 9 8 const PAGE_SETTING_SECTION_SLUG = 'lazy_load_setting_page'; -
wp-lozad/trunk/lozad.php
r2959989 r2959999 4 4 Description: lazy loading of images by baroda algorithm 5 5 Author: Evgeniy Kozenok 6 Version: 1.7. 46 Version: 1.7.5 7 7 */ 8 8 -
wp-lozad/trunk/readme.txt
r2959989 r2959999 4 4 Requires at least: 5.0 5 5 Tested up to: 6.3 6 Stable tag: 1.7. 46 Stable tag: 1.7.5 7 7 License: GPL2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == Changelog == 26 = 1.7.5 = 27 * 2023-08-29: add def png img 28 26 29 = 1.7.4 = 27 30 * 2023-08-29: def img setting
Note: See TracChangeset
for help on using the changeset viewer.