Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
phpipam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
phpipam
Commits
d92ea392
Commit
d92ea392
authored
Dec 12, 2023
by
phpipam
Browse files
Options
Downloads
Patches
Plain Diff
Changed last possible upgrade version to v1.4
parent
64dea494
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
functions/version.php
+3
-3
3 additions, 3 deletions
functions/version.php
with
3 additions
and
3 deletions
functions/version.php
+
3
−
3
View file @
d92ea392
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
/* set latest version */
/* set latest version */
define
(
"VERSION"
,
"1.6"
);
//decimal release version e.g 1.32
define
(
"VERSION"
,
"1.6"
);
//decimal release version e.g 1.32
/* set latest version */
/* set latest version */
define
(
"VERSION_VISIBLE"
,
"1.6.
0
"
);
//visible version in footer e.g 1.3.2
define
(
"VERSION_VISIBLE"
,
"1.6.
1
"
);
//visible version in footer e.g 1.3.2
/* set latest revision */
/* set latest revision */
define
(
"REVISION"
,
"003"
);
//increment on static content changes (js/css) or point releases to avoid caching issues
define
(
"REVISION"
,
"003"
);
//increment on static content changes (js/css) or point releases to avoid caching issues
/* set last possible upgrade */
/* set last possible upgrade */
define
(
"LAST_POSSIBLE"
,
"1.
19
"
);
//minimum required version to be able to upgrade
define
(
"LAST_POSSIBLE"
,
"1.
4
"
);
//minimum required version to be able to upgrade
/* set published - hide dbversion in footer */
/* set published - hide dbversion in footer */
define
(
"PUBLISHED"
,
tru
e
);
//hide dbversion in footer
define
(
"PUBLISHED"
,
fals
e
);
//hide dbversion in footer
// Automatically set DBVERSION as everyone forgets!
// Automatically set DBVERSION as everyone forgets!
function
get_dbversion
()
{
function
get_dbversion
()
{
...
...
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