Skip to content

Commit

Permalink
increase style version to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andernath committed Sep 9, 2024
1 parent 11f3832 commit 5dc8f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Controller/AdminViewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public function disableHideMetaboxes()
public function enqueue_css()
{
wp_enqueue_style('onoffice-admin-css',
plugins_url('/css/admin.css', ONOFFICE_PLUGIN_DIR.'/index.php'), array(), 'v5.0');
plugins_url('/css/admin.css', ONOFFICE_PLUGIN_DIR.'/index.php'), array(), 'v5.1');
}


Expand Down

0 comments on commit 5dc8f1b

Please sign in to comment.