Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Updated change log and versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Volz committed Nov 16, 2018
1 parent 4ce5c4e commit 8f83582
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2018-11-16 Version 1.5.0

* Merged Polish translation by @xro, #299
* Updated infrastructure

2017-11-28 Version 1.4.1

* Updated MIME type for AZW3 download, #265
Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
builder (3.2.3)
capybara (3.1.1)
capybara (3.11.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.0)
regexp_parser (~> 1.2)
xpath (~> 3.2)
capybara-screenshot (1.0.21)
capybara (>= 1.0, < 4)
launchy
Expand All @@ -32,26 +33,27 @@ GEM
gherkin (~> 4.0)
cucumber-wire (0.0.1)
diff-lcs (1.3)
ffi (1.9.23)
ffi (1.9.25)
gherkin (4.1.3)
json (2.1.0)
launchy (2.4.3)
addressable (~> 2.3)
less (2.6.0)
commonjs (~> 0.2.7)
libv8 (3.16.14.19)
mini_mime (1.0.0)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
multi_json (1.13.1)
multi_test (0.1.2)
nokogiri (1.8.2)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
public_suffix (3.0.2)
rack (2.0.5)
rack-test (1.0.0)
public_suffix (3.0.3)
rack (2.0.6)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (12.3.1)
ref (2.0.0)
regexp_parser (1.3.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
Expand All @@ -65,14 +67,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubyzip (1.2.1)
rubyzip (1.2.2)
selenium-webdriver (3.12.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
require 'logger'

APPNAME = 'BicBucStriim'
VERSION = '1.4.1'
VERSION = '1.5.0'

SOURCE = "."
LESS = File.join( SOURCE, "style")
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Application Name
$appname = 'BicBucStriim';
# App version
$appversion = '1.4.2a';
$appversion = '1.5.0';

# Init app and routes
$app = new \Slim\Slim(array(
Expand Down
2 changes: 1 addition & 1 deletion installcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function check_php() {
echo $template->render(array(
'page' => array(
'rot' => '',
'version' => '1.4.2a'
'version' => '1.5.0'
),
'is_a' => $is_a,
'srv' => $srv,
Expand Down

0 comments on commit 8f83582

Please sign in to comment.