Skip to content

Commit

Permalink
1.1.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Jan 15, 2025
1 parent 59f8436 commit 6106685
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] - 2024-01-15

### Fixed

- Fix `Please use a valid license key` message because of `license_key` not set.
5 changes: 5 additions & 0 deletions advancedplanning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Donc ce plugin inclut juste la bibliothèque et ajouter l'option `schedulerLicen
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.1.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/1.1.1/glpi-advancedplanning-1.1.1.tar.bz2</download_url>
</version>
<version>
<num>1.1.0</num>
<compatibility>~10.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define('PLUGIN_ADVANCEDPLANNING_VERSION', '1.1.0');
define('PLUGIN_ADVANCEDPLANNING_VERSION', '1.1.1');
define('PLUGIN_ADVANCEDPLANNING_GLPIMIN', '10.0.0');
define('PLUGIN_ADVANCEDPLANNING_GLPIMAX', '10.0.99');

Expand Down

0 comments on commit 6106685

Please sign in to comment.