Skip to content

Commit

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

commit ce6c507 (HEAD -> develop, origin/develop)
Author: Lekhnath Pandey <[email protected]>
Date:   Wed Nov 30 15:17:59 2022 +0545

    Tweak - Remove unwanted css code

commit 6ee0422
Author: Ayush Shrestha <[email protected]>
Date:   Wed Nov 30 13:02:53 2022 +0545

    my account page user profile picture layout fixed

commit b6b3aa1
Author: Lekhnath Pandey <[email protected]>
Date:   Wed Nov 30 09:44:08 2022 +0545

    UR-477 Fix - Getting Started Page not working in dev environment. (#473)

    * Fix - Getting Started Page not working in dev environment

    * Fix - Undefined createElement error.

    * PHPCS fixes

    Co-authored-by: Ganesh Bhatta <[email protected]>

commit 86166c8
Author: Dipu chaudhary <[email protected]>
Date:   Wed Nov 30 09:28:05 2022 +0545

    Fix - Email verification plain text to link (#467)

commit d08e18e
Author: Deependra Chaudhary <[email protected]>
Date:   Wed Nov 30 09:24:55 2022 +0545

    Fix - Form export issue when the form name has special character (#476)

commit ea187ee
Author: Prajjwal Poudel <[email protected]>
Date:   Tue Nov 29 11:30:14 2022 +0545

    Fix - UR_Debugger called incorrectly

commit e5fc400
Author: Lekhnath Pandey <[email protected]>
Date:   Tue Nov 29 10:22:55 2022 +0545

    Dev - Issue while activating license

commit 647cb63
Author: Lekhnath Pandey <[email protected]>
Date:   Tue Nov 29 08:55:33 2022 +0545

    Tweak - hCaptcha name renamed according to brand name.​

commit bc737cc
Author: Lekhnath Pandey <[email protected]>
Date:   Tue Nov 29 08:51:37 2022 +0545

    Fix - Critical error while updating user details by admin
  • Loading branch information
lekhnathpandey committed Dec 1, 2022
1 parent df4c404 commit 69df835
Show file tree
Hide file tree
Showing 22 changed files with 496 additions and 398 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
= 2.2.6 - 01/12/2022
* Fix - Critical error while updating user details by admin.
* Fix - Form export issue when the form name has special characters.
* Fix - Getting Started Page now works properly in local environment.
* Fix - User profile picture design issue in dashboard of my account page.
* Fix - Convert email verification plain text to link in the confirmation email.
* Fix - My Account selection notice keep appearing when group block enabled in the page.
* Dev - UR Logger function called incorrectly.
* Tweak - Renamed hCaptcha according to brand name.​

= 2.2.5 - 22/11/2022
* Fix - User Registration string translation issue.
* Fix - Auto approving users even when admin approval was enabled.
Expand Down
158 changes: 79 additions & 79 deletions assets/css/admin-rtl.css
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
@charset "UTF-8";
/**
* admin.scss
* General User Registration admin styles.
/**
* admin.scss
* General User Registration admin styles.
*/
/**
* Imports
/**
* Imports
*/
/**
* Variables
/**
* Variables
*/
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
**/
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
**/
/** Minimum breakpoint width. Null for the smallest (first) breakpoint.
*
* >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
* 576px
/** Minimum breakpoint width. Null for the smallest (first) breakpoint.
*
* >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
* 576px
**/
/**
* Variables
/**
* Variables
*/
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
**/
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
**/
/**
* Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
* Makes the @content apply to the given breakpoint and wider.
/**
* Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
* Makes the @content apply to the given breakpoint and wider.
**/
/**
* Grid system
*
* Generate semantic grid columns with these mixins.
/**
* Grid system
*
* Generate semantic grid columns with these mixins.
**/
/**
* _mixins.scss
* User Registration Mixins
/**
* _mixins.scss
* User Registration Mixins
*/
/**
* Display Variations
/**
* Display Variations
**/
.ur-d-none {
display: none !important; }
Expand Down Expand Up @@ -184,10 +184,10 @@
.ur-d-xxl-inline-flex {
display: inline-flex !important; } }

/**
* Flex variation
*
* Custom styles for additional flex alignment options.
/**
* Flex variation
*
* Custom styles for additional flex alignment options.
**/
.ur-flex-row {
flex-direction: row !important; }
Expand Down Expand Up @@ -897,9 +897,9 @@
font-weight: 500;
line-height: 1.25; }

/**
* Form Field
* Set the class name for all input field
/**
* Form Field
* Set the class name for all input field
**/
.ur-input, .swal2-container .user-registration-swal2-modal .swal2-input {
display: block;
Expand Down Expand Up @@ -4075,8 +4075,8 @@
.pb-0 {
padding-bottom: 0px; }

/**
* Container
/**
* Container
**/
.ur-container,
.ur-container-full,
Expand Down Expand Up @@ -4131,17 +4131,17 @@
.ur-container, .ur-container-sm, .ur-container-md, .ur-container-lg, .ur-container-xl, .ur-container-xxl {
max-width: 1320px; } }

/**
* Row
/**
* Row
**/
.ur-row {
display: flex;
flex-wrap: wrap;
margin-left: -12px;
margin-right: -12px; }

/**
* Columns
/**
* Columns
**/
.ur-col-1, .ur-col-2, .ur-col-3, .ur-col-4, .ur-col-5, .ur-col-6, .ur-col-7, .ur-col-8, .ur-col-9, .ur-col-10, .ur-col-11, .ur-col-12, .ur-col,
.ur-col-auto, .ur-col-sm-1, .ur-col-sm-2, .ur-col-sm-3, .ur-col-sm-4, .ur-col-sm-5, .ur-col-sm-6, .ur-col-sm-7, .ur-col-sm-8, .ur-col-sm-9, .ur-col-sm-10, .ur-col-sm-11, .ur-col-sm-12, .ur-col-sm,
Expand Down Expand Up @@ -5166,8 +5166,8 @@
visibility: visible;
opacity: 1; }

/**
* Keyframe animation
/**
* Keyframe animation
*/
@keyframes spin {
100% {
Expand Down Expand Up @@ -5214,8 +5214,8 @@
opacity: 0;
transform: scale(0.9); } }

/**
* Styling begins
/**
* Styling begins
*/
.blockUI.blockOverlay::before {
width: 16px;
Expand Down Expand Up @@ -5256,8 +5256,8 @@
background: url("../images/icons/loader.svg") center center;
background-size: cover; }

/**
* Toggle class.
/**
* Toggle class.
*/
.userregistration-forms-hidden {
display: block; }
Expand Down Expand Up @@ -5323,8 +5323,8 @@
padding: 5px 10px;
text-align: center; }

/**
* Addons page
/**
* Addons page
**/
.ur_addons_wrap p.refresh {
margin: 0 0 2em; }
Expand Down Expand Up @@ -5405,8 +5405,8 @@
.wrap.user-registration div.error {
margin-top: 10px; }

/**
* Form Builder Styles
/**
* Form Builder Styles
**/
.user-registration_page_add-new-registration #wpfooter {
display: none; }
Expand Down Expand Up @@ -5498,8 +5498,8 @@
margin-bottom: 5px;
vertical-align: middle; }

/**
* Backbone modal dialog
/**
* Backbone modal dialog
*/
.ur-backbone-modal * {
box-sizing: border-box; }
Expand Down Expand Up @@ -5813,7 +5813,7 @@
font-weight: 500;
cursor: pointer; }
.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus {
box-shadow: 0 0 0 0px transparent, 0 0 0px 0px transparent; }
box-shadow: 0 0 0 0px transparent, 0 0 0px 0px transparent; }
.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active {
background-color: #ffffff;
color: #475bb2;
Expand Down Expand Up @@ -6371,8 +6371,8 @@
max-width: 27%;
flex: 1 0 27%; }

/**
* Tooltips
/**
* Tooltips
*/
.tips {
cursor: help;
Expand Down Expand Up @@ -6415,8 +6415,8 @@ img.tips {
border-bottom-color: #4c5477 !important;
border-top-color: #4c5477 !important; }

/**
* Help Tip
/**
* Help Tip
*/
.user-registration-help-tip,
.ur-portal-tooltip {
Expand Down Expand Up @@ -6467,12 +6467,12 @@ img.tips {
#profile-page form#your-profile .flatpickr-input[readonly] {
background-color: #ffffff; }

/**
* Fullscreen Mode
/**
* Fullscreen Mode
**/
body {
/**
* User Registration Builder Loading
/**
* User Registration Builder Loading
**/ }
body.ur-full-screen-mode {
margin-top: -32px; }
Expand Down
Loading

0 comments on commit 69df835

Please sign in to comment.