Skip to content

Commit

Permalink
Fix: more
Browse files Browse the repository at this point in the history
  • Loading branch information
Mofsy committed Jan 26, 2020
1 parent efb8f11 commit ede3cb4
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 290 deletions.
2 changes: 1 addition & 1 deletion includes/class-wc-robokassa.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public function wc_robokassa_admin_notices()
/**
* Global notice: Require update settings
*/
if(get_option('wc_robokassa_last_settings_update_version') !== false && $settings_version != $current_version && $_GET['section'] !== 'robokassa')
if(get_option('wc_robokassa_last_settings_update_version') !== false && $settings_version < $current_version && $_GET['section'] !== 'robokassa')
{
?>
<div class="notice notice-error" style="font-size: 15px;padding-top: 10px; padding-bottom: 10px;line-height: 140%; background-color: #23282d; color: #fff;">
Expand Down
Binary file modified languages/wc-robokassa-ru_RU.mo
Binary file not shown.
Loading

0 comments on commit ede3cb4

Please sign in to comment.