Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Jirafeau
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
jirafeau
Jirafeau
Commits
25e0f0ea
Commit
25e0f0ea
authored
2 years ago
by
Jérôme Jutteau
Browse files
Options
Downloads
Patches
Plain Diff
Jirafeau version 4.5.0
closes
#306
Signed-off-by:
Jerome Jutteau
<
jerome@jutteau.fr
>
parent
642220de
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
lib/settings.php
+1
-1
1 addition, 1 deletion
lib/settings.php
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
25e0f0ea
...
...
@@ -21,6 +21,7 @@
-
Retry on more type of possible errors
-
Move docker image to PHP 8.1
-
Print more error details in case of issue
-
Few more little fixes
-
IRC channel to discuss :)
New configuration items:
...
...
This diff is collapsed.
Click to expand it.
lib/settings.php
+
1
−
1
View file @
25e0f0ea
...
...
@@ -41,7 +41,7 @@ if ($cfg['debug'] === true) {
/* Jirafeau package */
define
(
'JIRAFEAU_PACKAGE'
,
'Jirafeau'
);
define
(
'JIRAFEAU_VERSION'
,
'4.
4
.0'
);
define
(
'JIRAFEAU_VERSION'
,
'4.
5
.0'
);
/* Directories. */
define
(
'VAR_FILES'
,
$cfg
[
'var_root'
]
.
'files/'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment