Skip to content

Commit 1330834

Browse files
authored
Merge pull request #3008 from gocodebox/dev
Release 9.0.6
2 parents 4f72a15 + 0862f33 commit 1330834

File tree

14 files changed

+1469
-350
lines changed

14 files changed

+1469
-350
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
LifterLMS Changelog
22
===================
33

4+
v9.0.6 - 2025-08-28
5+
-------------------
6+
7+
##### Updates and Enhancements
8+
9+
+ Upgrades select2 library to latest release.
10+
11+
##### Bug Fixes
12+
13+
+ Avoid loading the media protection attachment scripts when not needed. [#3004](https://github.com/gocodebox/lifterlms/issues/3004)
14+
+ Fix for "only recurring access plan" coupons. [#3002](https://github.com/gocodebox/lifterlms/issues/3002)
15+
16+
417
v9.0.5 - 2025-08-25
518
-------------------
619

assets/vendor/select2/css/select2.css

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,14 @@
118118
.select2-hidden-accessible {
119119
border: 0 !important;
120120
clip: rect(0 0 0 0) !important;
121+
-webkit-clip-path: inset(50%) !important;
122+
clip-path: inset(50%) !important;
121123
height: 1px !important;
122-
margin: -1px !important;
123124
overflow: hidden !important;
124125
padding: 0 !important;
125126
position: absolute !important;
126-
width: 1px !important; }
127+
width: 1px !important;
128+
white-space: nowrap !important; }
127129

128130
.select2-container--default .select2-selection--single {
129131
background-color: #fff;
@@ -186,16 +188,13 @@
186188
width: 100%; }
187189
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
188190
list-style: none; }
189-
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
190-
color: #999;
191-
margin-top: 5px;
192-
float: left; }
193191
.select2-container--default .select2-selection--multiple .select2-selection__clear {
194192
cursor: pointer;
195193
float: right;
196194
font-weight: bold;
197195
margin-top: 5px;
198-
margin-right: 10px; }
196+
margin-right: 10px;
197+
padding: 1px; }
199198
.select2-container--default .select2-selection--multiple .select2-selection__choice {
200199
background-color: #e4e4e4;
201200
border: 1px solid #aaa;
@@ -214,7 +213,7 @@
214213
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
215214
color: #333; }
216215

217-
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
216+
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
218217
float: right; }
219218

220219
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
@@ -420,9 +419,7 @@
420419
color: #555; }
421420

422421
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
423-
float: right; }
424-
425-
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
422+
float: right;
426423
margin-left: 5px;
427424
margin-right: auto; }
428425

assets/vendor/select2/css/select2.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)