Skip to content

Commit

Permalink
new patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLanger committed Aug 28, 2024
1 parent f1ec1ba commit c978466
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions staff-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Staff Manager
Plugin URI: https://github.com/idiv-biodiversity/staff-manager
Description: WordPress plugin for managing staff at <a href="https://idiv.de" target="_blank">iDiv</a>
Version: 1.0.0-alpha
Version: 1.0.1-alpha
Author: Christian Langer
Author URI: https://github.com/christianlanger
Text Domain: staff-manager
Expand Down Expand Up @@ -241,13 +241,13 @@ function plugin_update_details($false, $action, $response) {
// Get the plugin details
$response->slug = $plugin_slug;
$response->name = 'Staff Manager';
$response->version = '1.0.0-alpha';
$response->version = '1.0.1-alpha';
$response->author = '<a href="https://github.com/ChristianLanger">Christian Langer</a>';
$response->homepage = 'https://github.com/idiv-biodiversity/staff-manager';
$response->download_link = 'https://github.com/idiv-biodiversity/staff-manager/archive/refs/tags/v1.0.0-alpha.zip';
$response->download_link = 'https://github.com/idiv-biodiversity/staff-manager/archive/refs/tags/v1.0.1-alpha.zip';
$response->sections = array(
'description' => 'WordPress plugin for managing staff at <a href="https://idiv.de" target="_blank">iDiv</a>',
'changelog' => '<h4>Version 1.0.0-alpha</h4><p>- Initial alpha release.</p>'
'changelog' => '<h4>Version 1.0.1-alpha</h4><p>- Initial alpha release.</p>'
);
$response->banners = array(
'low' => 'https://home.uni-leipzig.de/idiv/main-page/banner-low-res.jpg',
Expand Down

0 comments on commit c978466

Please sign in to comment.