Changeset 2850685
- Timestamp:
- 01/18/2023 06:20:41 PM (3 years ago)
- Location:
- nextgen-gallery/trunk
- Files:
-
- 23 added
- 4 deleted
- 5 edited
-
changelog.txt (modified) (1 diff)
-
composer.lock (modified) (2 diffs)
-
nggallery.php (modified) (2 diffs)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php (modified) (4 diffs)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/all.min.css (deleted)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/all.min.js (deleted)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/css (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/css/all.min.css (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/css/v4-shims.min.css (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/js (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/js/all.min.js (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/js/v4-shims.min.js (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-brands-400.eot (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-brands-400.svg (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-brands-400.ttf (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-brands-400.woff (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-brands-400.woff2 (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-regular-400.eot (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-regular-400.svg (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-regular-400.ttf (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-regular-400.woff (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-regular-400.woff2 (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-solid-900.eot (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-solid-900.svg (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-solid-900.ttf (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-solid-900.woff (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/webfonts/fa-solid-900.woff2 (added)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/v4-shims.min.css (deleted)
-
products/photocrati_nextgen/modules/nextgen_gallery_display/static/v4-shims.min.js (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-gallery/trunk/changelog.txt
r2847050 r2850685 1 1 NextGEN Gallery 2 2 by Imagely 3 4 = V3.33 - 01.18.2023 = 5 * Fixed: FontAwesome icons were broken by 3.32 if not enqueued by another source. 3 6 4 7 = V3.32 - 01.11.2023 = -
nextgen-gallery/trunk/composer.lock
r2847030 r2850685 116 116 { 117 117 "name": "nikic/php-parser", 118 "version": "v4.15. 2",118 "version": "v4.15.3", 119 119 "source": { 120 120 "type": "git", 121 121 "url": "https://github.com/nikic/PHP-Parser.git", 122 "reference": " f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"122 "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" 123 123 }, 124 124 "dist": { 125 125 "type": "zip", 126 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",127 "reference": " f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",126 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", 127 "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", 128 128 "shasum": "", 129 129 "mirrors": [ … … 172 172 "support": { 173 173 "issues": "https://github.com/nikic/PHP-Parser/issues", 174 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15. 2"174 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" 175 175 }, 176 "time": "202 2-11-12T15:38:23+00:00"176 "time": "2023-01-16T22:05:37+00:00" 177 177 } 178 178 ], -
nextgen-gallery/trunk/nggallery.php
r2847050 r2850685 5 5 * Plugin Name: NextGEN Gallery 6 6 * Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 30 million downloads. 7 * Version: 3.3 27 * Version: 3.33 8 8 * Author: Imagely 9 9 * Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/ … … 684 684 define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules')); 685 685 define('NGG_PLUGIN_STARTED_AT', microtime()); 686 define('NGG_PLUGIN_VERSION', '3.3 2');686 define('NGG_PLUGIN_VERSION', '3.33'); 687 687 688 688 define( -
nextgen-gallery/trunk/products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php
r2847030 r2850685 269 269 static function enqueue_fontawesome() 270 270 { 271 // The official plugin is active, we don't need to do anything outside ofthe wp-admin271 // The official plugin is active, we don't need to do anything outside the wp-admin 272 272 if (defined('FONT_AWESOME_OFFICIAL_LOADED') && !is_admin()) 273 273 return; … … 279 279 wp_register_script( 280 280 'fontawesome_v4_shim', 281 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display# v4-shims.min.js'),281 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display#fontawesome/js/v4-shims.min.js'), 282 282 [], 283 283 '5.3.1' … … 285 285 if (!wp_script_is('fontawesome', 'registered')) 286 286 { 287 add_filter('script_loader_tag', 'M_Gallery_Display::fix_fontawesome_script_tag', 10, 2);287 // add_filter('script_loader_tag', 'M_Gallery_Display::fix_fontawesome_script_tag', 10, 2); 288 288 wp_enqueue_script( 289 289 'fontawesome', 290 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display# all.min.js'),290 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display#fontawesome/js/all.min.js'), 291 291 ['fontawesome_v4_shim'], 292 292 '5.3.1' … … 298 298 wp_enqueue_style( 299 299 'fontawesome_v4_shim_style', 300 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display# v4-shims.min.css')300 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display#fontawesome/css/v4-shims.min.css') 301 301 ); 302 302 wp_enqueue_style( 303 303 'fontawesome', 304 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display# all.min.css')304 C_Router::get_instance()->get_static_url('photocrati-nextgen_gallery_display#fontawesome/css/all.min.css') 305 305 ); 306 306 } -
nextgen-gallery/trunk/readme.txt
r2847050 r2850685 3 3 Tags: wordpress gallery plugin, gallery, nextgen, nextgen gallery, photo gallery, image gallery, photography, slideshow, images, photo, photo album, watermark 4 4 Requires at least: 5.5.4 5 Stable tag: 3.3 26 Tested up to: 6. 0.25 Stable tag: 3.33 6 Tested up to: 6.1.1 7 7 License: GPLv3 8 8 Requires PHP: 5.6 … … 179 179 180 180 == Changelog == 181 182 = V3.33 - 01.18.2023 = 183 * Fixed: FontAwesome icons were broken by 3.32 if not enqueued by another source. 181 184 182 185 = V3.32 - 01.11.2023 =
Note: See TracChangeset
for help on using the changeset viewer.