Skip to content

Commit

Permalink
Merge branch 'release/1.0.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dashkevych committed Feb 17, 2023
2 parents 77f48c4 + 53c0255 commit 11a77b4
Show file tree
Hide file tree
Showing 8 changed files with 1,220 additions and 749 deletions.
2 changes: 2 additions & 0 deletions assets/css/public/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
max-height: 80vh;
position: fixed;
z-index: 999;
background-color: #ffffff;
background-color: var(--wwp--color--background);
color: #000000;
color: var(--wwp--color--text);
border: 1px solid;
-webkit-animation: slide 0.5s forwards;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/public/base.min.css

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

2 changes: 1 addition & 1 deletion includes/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function settings_field_message_cookie_expiration() {

<div>
<p class="wwp-clear-cache">
<button id="wwp-clear-cache-button" type="button"><?php esc_html_e( 'Clear cookie', 'welcomewp' ); ?></button>
<button id="wwp-clear-cache-button" class="button button-secondary" type="button"><?php esc_html_e( 'Clear cookie', 'welcomewp' ); ?></button>

<span id="wwp-clear-cache-404" class="wwp-form-notice" aria-hidden="true"><?php esc_html_e( 'Nothing found', 'welcomewp' ); ?></span>
<span id="wwp-clear-cache-updated" class="wwp-form-notice" aria-hidden="true"><?php esc_html_e( 'Done', 'welcomewp' ); ?></span>
Expand Down
2 changes: 1 addition & 1 deletion includes/class-message.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function enqueue_style() {
'welcomewp-base',
WELCOMEWP_PLUGIN_URL . "assets/css/public/base{$suffix}.css",
array(),
'1.0.2'
'1.0.3'
);

// Load custom styles of a message.
Expand Down
Loading

0 comments on commit 11a77b4

Please sign in to comment.