Skip to content

Commit 41cc342

Browse files
committed
tagging v2.5.3
1 parent f11a363 commit 41cc342

28 files changed

Lines changed: 962 additions & 6 deletions

readme.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: sarveshmrao
33
Donate link: https://sarveshmrao.in
44
Tags: Discord, invite, link, vanity, URL, Discord Invite Links, Vanity URL
55
Requires at least: 5.2
6-
Tested up to: 6.3
6+
Tested up to: 6.6
77
Requires PHP: 7.2
8-
Stable tag: 2.5.1
8+
Stable tag: 2.5.3
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -63,6 +63,12 @@ You can ask for help in WordPress Plugin Support Page.
6363

6464
== Changelog ==
6565

66+
= 2.5.3 =
67+
WP Version Upgrade
68+
69+
= 2.5.2 =
70+
Bug fixes
71+
6672
= 2.5.1 =
6773
Major bug fixes: Discord Login issue fixed, webhook not getting posted fixed, other bugs fixed.
6874

@@ -83,6 +89,12 @@ Initial stable version.
8389

8490
== Upgrade Notice ==
8591

92+
= 2.5.2 =
93+
Minor Bug fixed. Update recommended.
94+
95+
= 2.5.2 =
96+
Important bugs fixed.
97+
8698
= 2.5.1 =
8799
Must upgrade for Discord issues to get fixed.
88100

tags/2.5.3/assets/discord_icon.svg

Lines changed: 19 additions & 0 deletions
Loading

tags/2.5.3/assets/dsc-oauth.css

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.dsc-btn {
2+
-webkit-text-size-adjust: 100%;
3+
line-height: 1.618;
4+
text-rendering: optimizeLegibility;
5+
font-weight: 400;
6+
font-family: "Raleway", sans-serif !important;
7+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
8+
text-align: center;
9+
word-wrap: normal;
10+
box-sizing: border-box;
11+
background: #7289da !important;
12+
border: none !important;
13+
padding: 8px 14px 8px 10px !important;
14+
margin: 10px 0 20px !important;
15+
display: inline-block !important;
16+
color: #ffffff !important;
17+
font-size: 14px !important;
18+
text-transform: none !important;
19+
text-decoration: none !important;
20+
transition: background 0.3s ease !important;
21+
white-space: normal !important;
22+
border-radius: 5px;
23+
}
24+
.dsc-btn-text {
25+
-webkit-text-size-adjust: 100%;
26+
line-height: 1.618;
27+
text-rendering: optimizeLegibility;
28+
font-weight: 400;
29+
font-family: "Raleway", sans-serif !important;
30+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
31+
text-align: center;
32+
word-wrap: normal;
33+
color: #ffffff !important;
34+
font-size: 14px !important;
35+
text-transform: none !important;
36+
white-space: normal !important;
37+
box-sizing: border-box;
38+
}
39+
.dsc-btn-icon {
40+
-webkit-text-size-adjust: 100%;
41+
line-height: 1.618;
42+
text-rendering: optimizeLegibility;
43+
font-weight: 400;
44+
font-family: "Raleway", sans-serif !important;
45+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
46+
text-align: center;
47+
word-wrap: normal;
48+
color: #ffffff !important;
49+
font-size: 14px !important;
50+
text-transform: none !important;
51+
white-space: normal !important;
52+
box-sizing: border-box;
53+
background-image: url("discord_icon.svg") !important;
54+
background-repeat: no-repeat !important;
55+
background-size: 100% !important;
56+
display: inline-block !important;
57+
height: 20px !important;
58+
width: 20px !important;
59+
vertical-align: middle !important;
60+
margin: -1px 10px 0 0 !important;
61+
}

tags/2.5.3/assets/icon-128x128.png

6.79 KB
Loading

tags/2.5.3/assets/icon-256x256.png

21.3 KB
Loading

tags/2.5.3/assets/screenshot-1.png

51.5 KB
Loading

tags/2.5.3/assets/screenshot-2.png

33.8 KB
Loading

tags/2.5.3/assets/screenshot-3.png

45.6 KB
Loading

tags/2.5.3/assets/screenshot-4.png

45.6 KB
Loading

tags/2.5.3/assets/screenshot-5.png

16.6 KB
Loading

0 commit comments

Comments
 (0)