HEX
Server: Apache/2
System: Linux ws03 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
User: keesdewit (1017)
PHP: 8.3.30
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/keesdewit/public_html/wp-content/themes/enfold/js/aviapopup/changelog.txt
2022-12-14 - Enfold Version 5.3

- load non minified version only when in WP_DEBUG mode


2022-10-18 - Enfold Version 5.2

- create own minified version with gulp


2022-09-14 - v1.3

- Removed "factory" to allow webpack/gulp to minify file


2022-04-11 v1.2.2

- replaced deprecated $.fn.focus() with .trigger( 'focus' )


2021-03-17 v1.2.1

- added check for body class 'responsive-images-lightbox-support'
- added scrset and sizes attribute to images: https://github.com/dimsemenov/Magnific-Popup/issues/553#issuecomment-129216543:
	- line 1305ff:
		img.srcset = item.el.find('img').attr('srcset');
		img.sizes = item.el.find('img').attr('sizes');
- added scrset and sizes attribute to galleries:
	- line 1824ff:
		if( item.el.length > 0 )
		{ .......


2021-01-12 v1.2.0

- Replaced .click(function() with .on('click', function()
- Replaced .isFunction() with 'function' === typeof
- Replaced .isArray with Array.isArray


2021-01-12 forked from github as no longer supported there