Skip to content

Commit 36f0a0c

Browse files
committed
Merge branch 'release-2.0.5'
2 parents 12a09b1 + 88dbfc1 commit 36f0a0c

File tree

3 files changed

+74
-19
lines changed

3 files changed

+74
-19
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 2.0.5 - 2025-05-22
4+
5+
- Updated Lightbox2 library to 2.11.4
6+
- Allow Lightbox2 to work in a progressive web application
7+
38
### 2.0.4 - 2022-06-16
49

510
- Fixed a bug where attached images were not being resized
@@ -21,7 +26,7 @@
2126

2227
- Updated Lightbox2 library to 2.11.0
2328
- Made the gallery label "Image" translatable
24-
- Fixed Lightbox effect in edited mChat messages
29+
- Fixed the Lightbox effect in edited mChat messages
2530

2631
### 2.0.0 - 2018-10-01
2732

@@ -46,7 +51,7 @@
4651
### 1.0.3 - 2016-11-10
4752

4853
- Updated Lightbox2 library to 2.9.0
49-
- Fixed Brazilian translation package (renamed pt-br to pt_br)
54+
- Fixed the Brazilian translation package (renamed pt-br to pt_br)
5055
- Various minor code and language improvements
5156

5257
### 1.0.2 - 2016-02-23
@@ -92,14 +97,14 @@
9297

9398
### 1.0.0-b3 - 2015-02-18
9499

95-
- Added independent ACP settings to "Board features" section
96-
- Added option to disable resizing images in signatures (Prosilver themes only)
100+
- Added independent ACP settings to the "Board features" section
101+
- Added an option to disable resizing images in signatures (Prosilver themes only)
97102
- Updated javascript code
98103
- Updated template code to TWIG
99104

100105
### 1.0.0-b1 - 2014-10-30
101106

102-
- Javascript improvements and use a settimeout to cure image ready issues
107+
- JavaScript improvements and use a set timeout to cure image-ready issues
103108

104109
### 1.0.0-a2 - 2014-07-12
105110

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "Lightbox for phpBB can resize posted images to a maximum set height/width and display them full-screen in an elegant Lightbox overlay effect.",
55
"homepage": "https://github.com/iMattPro/lightbox",
6-
"version": "2.0.5-dev",
6+
"version": "2.0.5",
77
"keywords": ["phpbb", "extension", "lightbox", "image", "resizer"],
88
"license": "GPL-2.0-only",
99
"authors": [
@@ -28,5 +28,10 @@
2828
"filename": "version_check",
2929
"ssl": true
3030
}
31+
},
32+
"config": {
33+
"allow-plugins": {
34+
"composer/installers": true
35+
}
3136
}
3237
}

composer.lock

Lines changed: 58 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)