Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Need to release a new version because access to /warmup was denied.
  • Loading branch information
benwerd committed Feb 6, 2016
1 parent 4087744 commit 5d18e55
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
Allow from all
</Files>
#<Files ~ "\.php$">
#Order allow,deny
#Deny from all
# Order allow,deny
# Deny from all
#</Files>
<Files ~ "index\.php">
<Files ~ "warmup\/*\.*">
Order allow,deny
Allow from all
</Files>
<Files ~ "warmup\/*\.php">
<Files ~ "index\.php">
Order allow,deny
Allow from all
</Files>
Expand Down
4 changes: 2 additions & 2 deletions Idno/Core/Idno.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function getAdmins()
*/
function version()
{
return '0.9.0.3';
return '0.9.0.4';
}

/**
Expand All @@ -604,7 +604,7 @@ function getVersion()
*/
function machineVersion()
{
return '2016020601';
return '2016020602';
}

/**
Expand Down
8 changes: 4 additions & 4 deletions htaccess.dist
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
Order allow,deny
Allow from all
</Files>
<Files ~ "warmup\/*\.php">
Order allow,deny
Allow from all
</Files>
#<Files ~ "\.php$">
# Order allow,deny
# Deny from all
#</Files>
<Files ~ "warmup\/*\.*">
Order allow,deny
Allow from all
</Files>
<Files ~ "index\.php">
Order allow,deny
Allow from all
Expand Down
2 changes: 1 addition & 1 deletion version.known
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0.3
0.9.0.4

1 comment on commit 5d18e55

@mapkyca
Copy link
Member

@mapkyca mapkyca commented on 5d18e55 Feb 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops. Sorry... It was working for me :/

I think it could be worth working out a way to work through warmup as part of the unit tests.

Please sign in to comment.