Skip to content

Commit 4d415ad

Browse files
committed
changed the color link and deleted tipTip
1 parent 8a93448 commit 4d415ad

File tree

5 files changed

+5
-93
lines changed

5 files changed

+5
-93
lines changed

assets/css/admin/document-library-settings.css

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

assets/js/admin/document-library-settings.js

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

assets/js/src/admin/document-library-settings/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
} );
3434
} );
3535

36-
$( '.barn2-help-tip' ).tipTip({
37-
'attribute': 'data-tip',
38-
'fadeIn': 50,
39-
'fadeOut': 50,
40-
'delay': 200,
41-
'keepAlive': true
42-
});
4336
} );
4437

4538
} )( jQuery, window, document );

assets/scss/admin/document-library-settings.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
.dlw-settings .form-table .readonly td,
3-
.dlw-settings .form-table .readonly .description,
4-
.dlw-settings .form-table .readonly td a {
3+
.dlw-settings .form-table .readonly .description{
54
color: #999;
65
}
76
.dlw-settings .form-table .pro-version {

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ Please report any security bugs through the [Patchstack Vulnerability Disclosure
207207
== Changelog ==
208208

209209
= 1.1.0 =
210-
Release date 10 September 2024
210+
Release date 25 September 2024
211211

212212
* New: Added the link style option
213213
* New: Added the lazy load option
214214
* Dev: Added the E2E tests
215-
* Dev: Tested up to WordPress 6.6.1
215+
* Dev: Tested up to WordPress 6.6.2
216216
* Dev: Updated internal libraries
217217

218218
See changelog.txt for more details.

0 commit comments

Comments
 (0)