From 9dc141caf6af00a2a95e80f2e1dda5ff1e5c29a2 Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Wed, 21 Feb 2024 09:04:19 +0100
Subject: [PATCH] 1.13.2 (#128)
---
CHANGELOG.md | 12 ++++++++++++
plugin.xml | 5 +++++
setup.php | 2 +-
3 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e82f7ea
--- /dev/null
+++ b/CHANGELOG.md
@@ -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.13.2] - 2024-02-20
+
+### Fixed
+
+- Restores values when ticket is reloaded during creation (e.g. category update)
diff --git a/plugin.xml b/plugin.xml
index f0bc047..5731948 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,6 +24,11 @@
TECLIB'
+
+ 1.13.2
+ ~10.0.0
+ https://github.com/pluginsGLPI/credit/releases/download/1.13.2/glpi-credit-1.13.2.tar.bz2
+
1.13.1
~10.0.0
diff --git a/setup.php b/setup.php
index 7c4129c..b189637 100644
--- a/setup.php
+++ b/setup.php
@@ -29,7 +29,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_CREDIT_VERSION', '1.13.1');
+define('PLUGIN_CREDIT_VERSION', '1.13.2');
// Minimal GLPI version, inclusive
define("PLUGIN_CREDIT_MIN_GLPI", "10.0.0");