Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inventory_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
***********************************************************************************************
* InventoryManager
*
* Version 1.1.1
* Version 1.1.2
*
* InventoryManager is an Admidio plugin for managing the inventory of an organisation.
*
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

class CPluginInfoPIM {
protected const PLUGIN_VERSION = '1.1.1';
protected const PLUGIN_VERSION = '1.1.2';
protected const PLUGIN_VERSION_BETA = 'n/a';
protected const PLUGIN_STAND = '14.01.2025';
protected const PLUGIN_STAND = '15.01.2025';

/**
* Current version of plugin InventoryManager
Expand Down