Skip to content

Commit

Permalink
Version 1.3 --> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fretzl committed Nov 28, 2023
1 parent 8bc00ef commit e0c34b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zp-branding.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
$plugin_is_filter = 5|ADMIN_PLUGIN;
$plugin_description = gettext_pl("Replace the default Zenphoto logo on the backend with a custom logo.", 'zp-branding');
$plugin_author = "Fred Sondaar (fretzl)";
$plugin_version = '1.3';
$plugin_version = '1.4';
$plugin_category = gettext('Admin');
$option_interface = 'zpBrandingOptions';

zp_register_filter('admin_head', 'zpBranding::printCustomZpLogo');

global $zp_branding_logo;
$zp_branding_logo = SERVERPATH . '/' . USER_PLUGIN_FOLDER . '/zp-branding/zp-admin-logo.png';

class zpBrandingOptions {
Expand Down

0 comments on commit e0c34b2

Please sign in to comment.