Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dmitrij Rebrov
NetiToolKit
Commits
0d09688f
Commit
0d09688f
authored
8 years ago
by
Hendrik Rombach
Browse files
Options
Download
Plain Diff
Merged release/1.0.0-rc3 into master
parents
c527c1a7
33d2cc16
3.0
2.4
38135-for-manuel
3.0.0+1810171158
2.4.5+001
2.4.4
2.4.3-002
2.4.3-001
2.4.2-001
2.4.1-001
2.4.0
2.3.0
2.2.1
2.2.1-002
2.2.0-001
2.1.0
2.0.0-001
1.0.0-rc3
1.0.0-001
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+1
-1
build.sh
plugin.json
+1
-1
plugin.json
with
2 additions
and
2 deletions
+2
-2
build.sh
+
1
-
1
View file @
0d09688f
#!/bin/bash
WORKING_DIR
=
$(
dirname
$0
)
VERSION
=
$(
php
-r
"echo json_decode(file_get_contents('
${
WORKING_DIR
}
/plugin.json'), true)['currentVersion'];"
)
TEMP_DIR
=
'/tmp/NetiToolKit/
Frontend
/NetiToolKit'
TEMP_DIR
=
'/tmp/NetiToolKit/
Core
/NetiToolKit'
CURRENT_DIR
=
$(
pwd
)
if
[
-f
"
${
CURRENT_DIR
}
/NetiPurchaseHistory-
${
VERSION
}
.zip"
]
;
then
rm
"
${
CURRENT_DIR
}
/NetiPurchaseHistory-
${
VERSION
}
.zip"
...
...
This diff is collapsed.
Click to expand it.
plugin.json
+
1
-
1
View file @
0d09688f
...
...
@@ -8,7 +8,7 @@
"link"
:
"http://www.shopinventors.de"
,
"author"
:
"Hendrik Rombach"
,
"currentVersion"
:
"1.0.0-rc
1
"
,
"currentVersion"
:
"1.0.0-rc
3
"
,
"changelog"
:
{
"de"
:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help