Skip to content

Commit

Permalink
version bump and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan Datta committed Jan 5, 2023
1 parent 3c43659 commit 6ac60d2
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 81 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.8.5
Release Date: January 5, 2023

* Fixed: PHP Error if the the global post object is undefined.
* Fixed: WooCommerce product modified date updated even if the option is disabled.
* Fixed: Update Locked posts was showing all posts in post list page.
* Fixed: Lock Modified Date option was not working properly.
* Fixed: Bulk Editing was not working.
* Tweak: Allow Toogle Disable Update Option for all post types and posts with future date.
* Imporved: Optimize codebase.
* Tested with WordPress v6.1.

## 1.8.4
Release Date: July 29, 2022

* Added: User Column Sorting.
* Fixed: Quick Edit HTML issue.
* Fixed: Default Post Type ordering was not working.
* Fixed: JS issue if Syntax Highlighting is disabled from User Profile.
* Fixed: PHP Warning: Undefined property.

## 1.8.3
Release Date: May 30, 2022

* Fixed: Bulk Editing is not working.
* Fixed: Dashbaord Widget Posts List Order was wrong on some cases.

## 1.8.2
Release Date: May 24, 2022

* Fixed: Block Editor JS Errors on some cases.
* Fixed: Dashboard Widget showing wrong timestamp.
* Fixed: Widget Editor is not loading some cases if this plugin is active.
* Fixed: Block Rendering issue if custom colors are specified in theme.json.
* Added: Nonce checking on Dashbaord Widget.

## 1.8.1
Release Date: May 22, 2022

Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

36 changes: 27 additions & 9 deletions assets/css/admin.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
z-index: 99
top: 32px

@media screen and (max-width: 782px)
text-align: center

h2
font-size: 20px
display: inline-block
Expand All @@ -19,6 +22,9 @@
letter-spacing: -.02rem
text-transform: uppercase

@media screen and (max-width: 782px)
display: block

.title-count
top: -2px
font-size: 11px
Expand Down Expand Up @@ -92,11 +98,14 @@
margin-left: 0.4rem

.wplmi-form-control
&:not(.selectize-control):not(.selectize-dropdown):not(.wplmi-editor)
&:not(.wplmi-editor)
width: 40%
padding: 6px 12px !important
border-color: #ccc

@media screen and (max-width: 782px)
width: 95% !important

&:focus, &:hover
border-color: #ccc !important

Expand Down Expand Up @@ -173,6 +182,9 @@ h1.title .title-count
top: 15px
// padding-right: 20px
@media screen and (max-width: 1300px)
display: none

> *
vertical-align: middle
margin-left: 10px
Expand Down Expand Up @@ -245,9 +257,15 @@ input, select
th
width: 25%

td:not(.social-td)
@media screen and (max-width: 782px)
width: 90%

td
width: 75%

@media screen and (max-width: 782px)
display: table-cell

tbody tr
padding: 5px 0
border-top: 1px solid #dadfe4
Expand Down Expand Up @@ -332,20 +350,20 @@ hr

.wplmi-wrap
margin-top: 25px
max-width: 1200px

#poststuff
padding-top: 0

div[class*="notice"]:not(.notice-alt)
//border-radius: 6px
width: 996px
padding-right: 12px !important
// div[class*="notice"]:not(.notice-alt)
// //border-radius: 6px
// width: 996px
// padding-right: 12px !important
&:not(.fs-notice-body):not(.components-notice__content)
margin-bottom: 25px
// &:not(.fs-notice-body):not(.components-notice__content)
// margin-bottom: 25px
#wplmi-settings-form, .metabox-holder
width: 1024px
max-width: 100%

.wplmi-metabox-holder
Expand Down
Loading

0 comments on commit 6ac60d2

Please # to comment.