Skip to content

Commit b52413c

Browse files
authored
Update main.inc.php
When updating to version 2.0.3, the version number in main.inc.php was forgotten to be updated. This change fixes the error message that version 2.0.3 is not compatible with Piwigo.
1 parent d2c8674 commit b52413c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.inc.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Mug Shot
4-
Version: 2.0.2
4+
Version: 2.0.3
55
Description: Improved face tagging for Piwigo
66
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=910
77
Author: ccraige90
@@ -27,7 +27,7 @@
2727
define('MUGSHOT_PATH' , PHPWG_PLUGINS_PATH . MUGSHOT_ID . '/');
2828
define('MUGSHOT_ADMIN', get_root_url() . 'admin.php?page=plugin-' . MUGSHOT_ID);
2929
define('MUGSHOT_BASE_URL', get_root_url() . 'admin.php?page=plugin-' . MUGSHOT_ID);
30-
define('MUGSHOT_VERSION', '2.0.2');
30+
define('MUGSHOT_VERSION', '2.0.3');
3131
define('MUGSHOT_TABLE', '`face_tag_positions`');
3232
define('MUGSHOT_QUEUE_TABLE', '`face_tag_queue`');
3333

0 commit comments

Comments
 (0)