Skip to content

Commit

Permalink
Version bump to 2.0.1
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 09ff561
Author: Prajjwal Poudel <[email protected]>
Date:   Tue Aug 10 13:00:47 2021 +0545

    Enhance - Notice display method to display review and survey notice (#360)

    * Enhance - Notice display method to display review and survey notice

    * Tweak - Typos

commit 068b962
Author: Lekhnath Pandey <[email protected]>
Date:   Mon Aug 9 13:08:01 2021 +0545

    Fix - Undefined index polylang language

commit fc2820b
Author: Lekhnath Pandey <[email protected]>
Date:   Thu Aug 5 14:41:40 2021 +0545

    Tweak - Metabox and form icon design changes

commit 0122bf0
Author: Lekhnath Pandey <[email protected]>
Date:   Thu Aug 5 13:06:01 2021 +0545

    Dev - Redirect URL string WPML compatibility
  • Loading branch information
iamprazol committed Aug 10, 2021
1 parent f9823d2 commit eeb8433
Show file tree
Hide file tree
Showing 34 changed files with 374 additions and 281 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

= 2.0.1 - 10/08/2021
* Enhance - Notice display method to display review and survey notice.
* Dev - Redirect URL string WPML compatibility.
* Tweak - Metabox and form icon design changes.
* Fix - Undefined index polylang language.

= 2.0.0 - 02/08/2021
* Feature - Form field icons in user registration.
* Feature - Login with username, email or both option.
Expand Down
4 changes: 2 additions & 2 deletions assets/css/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
border-radius: 4px;
}

& + .help {
&+.help {
margin-top: 4px;
}
}
Expand Down Expand Up @@ -117,7 +117,7 @@
border-color: transparent;
pointer-events: all;

+ .user-registration-editable-title__icon {
+.user-registration-editable-title__icon {
color: $white;
background: $primary_color;
border-radius: 3px 0 0 3px;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/metabox-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/metabox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 42 additions & 59 deletions assets/css/metabox.scss
Original file line number Diff line number Diff line change
@@ -1,71 +1,54 @@
/**
* MetaBox styling begins.
*/
#normal-sortables {
.postbox {
.postbox-header {
border: none;
h2,
h3 {
font-size: 17px;
font-weight: bold;
}

#urcr-meta-box,
#user_registration_frontend_listing_filter,
#user_registration_frontend_listing_general,
#user_registration_frontend_listing_pagination,
#user_registration_frontend_listing_shortcode {
.select2-container {
width: 100% !important;
.select2-selection--multiple {
border-color: #dee0e9 !important;
}
}
}
#advanced-sortables {
.postbox {
.postbox-header {
border: none;
h2,
h3 {
font-size: 17px;
font-weight: bold;
}
.meta-box-sortables {
select,
input[type="text"],
input[type="email"] {
width: 100%;
}
select,
input {
border-color: #dee0e9;
}
}
}
.select2-container {
width: 100% !important;
.select2-selection--multiple {
border-color: #dee0e9 !important;
}
}
.meta-box-sortables {
select,
input[type="text"],
input[type="email"] {
width: 100%;
}
select,
input {
border-color: #dee0e9;
p.description {
color: grey;
font-style: italic;
font-size: 12px;
}
}
p.description {
color: grey;
font-style: italic;
font-size: 12px;
}
.ur-metabox-field-row {
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
color: #1d2327;
.ur-metabox-field-label {
width: 30%;
label {
font-weight: 600;
}
@media (max-width: 767px) {
width: 100%;
margin-bottom: 10px;
.ur-metabox-field-row {
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
color: #1d2327;
.ur-metabox-field-label {
width: 30%;
label {
font-weight: 600;
}
@media (max-width: 767px) {
width: 100%;
margin-bottom: 10px;
}
}
}
.ur-metabox-field-detail {
width: 70%;
@media (max-width: 767px) {
width: 100%;
.ur-metabox-field-detail {
width: 70%;
@media (max-width: 767px) {
width: 100%;
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion assets/css/review-rtl.css

This file was deleted.

Loading

0 comments on commit eeb8433

Please sign in to comment.