1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-09-15 23:32:18 +02:00

5 Commits

Author SHA1 Message Date
oupala
5b76e32d66 chore: bump version from 2.5.1 to 2.6.0-dev 2024-10-09 23:48:38 +02:00
oupala
e13e349d29 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
2024-10-09 23:43:15 +02:00
oupala
5ca6e94cb1 chore: bump version from 2.5.1-dev to 2.5.1 2024-10-09 23:41:30 +02:00
NP Viroonc
518adb3f02 fix: lightgallery feature
Add missing comma at the end of lines 2 and 3.

fix #160
2024-10-09 23:41:27 +02:00
oupala
dd110377e6 chore: bump version from 2.5.0 to 2.5.1-dev 2024-10-09 23:41:24 +02:00
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)

View File

@@ -1,6 +1,6 @@
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$=".jpg"]',

View File

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