Skip to content

Commit

Permalink
Merge pull request ultimatemember#1475 from ultimatemember/developmen…
Browse files Browse the repository at this point in the history
…t/2.8.x

Version 2.8.5
nikitasinelnikov authored Apr 9, 2024
2 parents de04d89 + 9421883 commit 22260d0
Showing 63 changed files with 3,879 additions and 2,819 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ GNU Version 2 or Any Later Version

### IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSION 2.6.7 PATCHES SECURITY PRIVILEGE ESCALATION VULNERABILITY. PLEASE SEE [THIS ARTICLE](https://docs.ultimatemember.com/article/1866-security-incident-update-and-recommended-actions) FOR MORE INFORMATION

[Official Release Version: 2.8.4](https://github.com/ultimatemember/ultimatemember/releases/tag/2.8.4).
[Official Release Version: 2.8.5](https://github.com/ultimatemember/ultimatemember/releases/tag/2.8.5).

## Changelog

17 changes: 10 additions & 7 deletions assets/css/admin/block.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
.um_block_settings .um_block_settings_hide {
display: none; }

display: none;
}
.um_block_settings .components-select-control .components-select-control__input[multiple] {
height: auto; }
.um_block_settings .components-select-control .components-select-control__input[multiple] + .components-input-control__suffix {
display: none; }
height: auto;
}
.um_block_settings .components-select-control .components-select-control__input[multiple] + .components-input-control__suffix {
display: none;
}

.um-block-notice {
background: #fff;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-size: 13px;
padding: 20px;
border: 1px solid #000; }
border: 1px solid #000;
}
33 changes: 21 additions & 12 deletions assets/css/admin/builder-rtl.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,38 @@
.um-admin-drag-ctrls-demo.um-admin-drag-ctrls {
left: 12px;
right: auto; }
right: auto;
}

.um-admin-drag-row-icons {
left: 0;
right: auto; }
.um-admin-drag-row-icons a {
float: right; }
right: auto;
}
.um-admin-drag-row-icons a {
float: right;
}

.um-admin-drag-ctrls.columns {
right: 0 !important;
left: auto; }
.um-admin-drag-ctrls.columns a {
float: right; }
left: auto;
}
.um-admin-drag-ctrls.columns a {
float: right;
}

.um-admin-drag-rowsub-icons {
right: auto;
left: 0; }
left: 0;
}

.um-admin-drag-fld-icons {
float: left; }
.um-admin-drag-fld-icons a {
float: right; }
float: left;
}
.um-admin-drag-fld-icons a {
float: right;
}

.um-admin-drag-fld-title,
.um-admin-drag-fld-type {
float: right;
margin: 0 20px 0 0; }
margin: 0 20px 0 0;
}
Loading
Oops, something went wrong.

0 comments on commit 22260d0

Please sign in to comment.