1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-09 22:16:30 +02:00

Merge pull request #161 from TechnologyMan101/patch-1

Fix: Add missing comma at the end of lines 2 and 3 of /apaxy/theme/apaxy-lightgallery.js
This commit is contained in:
oupala
2024-10-09 23:43:15 +02:00
committed by GitHub
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
## [2.5.1](https://github.com/oupala/apaxy/compare/2.5.0...2.5.1) (2024-10-09)
### Bug Fixes
* lightgallery feature ([c7a1221](https://github.com/oupala/apaxy/commit/c7a1221bc7d92f6611a2d80255b3634e7f42d945)), closes [#160](https://github.com/oupala/apaxy/issues/160)
# [2.5.0](https://github.com/oupala/apaxy/compare/2.4.0...2.5.0) (2024-09-15) # [2.5.0](https://github.com/oupala/apaxy/compare/2.4.0...2.5.0) (2024-09-15)

View File

@@ -1,6 +1,6 @@
var imageSelector = [ var imageSelector = [
'tr:not(.parent) td.indexcolname a[href$=".gif"]' 'tr:not(.parent) td.indexcolname a[href$=".gif"]',
'tr:not(.parent) td.indexcolname a[href$=".GIF"]' 'tr:not(.parent) td.indexcolname a[href$=".GIF"]',
'tr:not(.parent) td.indexcolname a[href$=".heic"]', 'tr:not(.parent) td.indexcolname a[href$=".heic"]',
'tr:not(.parent) td.indexcolname a[href$=".HEIC"]', 'tr:not(.parent) td.indexcolname a[href$=".HEIC"]',
'tr:not(.parent) td.indexcolname a[href$=".jpg"]', 'tr:not(.parent) td.indexcolname a[href$=".jpg"]',

View File

@@ -1,6 +1,6 @@
{ {
"name": "apaxy", "name": "apaxy",
"version": "2.5.0", "version": "2.5.1",
"description": "A simple, customisable theme for your Apache directory listing.", "description": "A simple, customisable theme for your Apache directory listing.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {