mirror of
https://github.com/oupala/apaxy.git
synced 2025-09-15 23:32:18 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5b76e32d66 | ||
|
e13e349d29 | ||
|
5ca6e94cb1 | ||
|
518adb3f02 | ||
|
dd110377e6 |
@@ -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)
|
||||
|
||||
|
||||
|
@@ -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"]',
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user