Skip to content

Commit

Permalink
Release Webzash version 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
prashants committed Jul 12, 2021
1 parent baddbae commit 4995e4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Webzash version 2.10 - 12 July 2021
-----------------------------------

- Update to CakePHP 2.10.24
- Supports PHP version 8.x

Webzash version 2.9 - 21 July 2020
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* Application name and url */
Configure::write('Webzash.AppName', "Webzash");
Configure::write('Webzash.AppVersion', "2.9");
Configure::write('Webzash.AppVersion', "2.10");
Configure::write('Webzash.AppDatabaseVersion', "6");
Configure::write('Webzash.AppURL', "http://webzash.org");

Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Webzash - Easy to use web based double entry accounting software

Copyright (c) 2014 Prashant Shah <[email protected]>
Copyright (c) 2014 - 2021 Prashant Shah <[email protected]>

Website : http://webzash.org
Source code : https://github.com/prashants/webzash
Expand All @@ -27,8 +27,8 @@ Following step describes how to setup Webzash with CakePHP from scratch,
remmember these steps are only needed if you wish to develop or contribute
back to Webzash :

Step 1. Download CakePHP version 2.10.14 from the below link
https://github.com/cakephp/cakephp/archive/2.10.14.tar.gz
Step 1. Download CakePHP version 2.10.24 from the below link
https://github.com/cakephp/cakephp/archive/2.10.24.tar.gz

Step 2. Extract CakePHP into your web server directory and rename the folder
to "webzash"
Expand Down

0 comments on commit 4995e4f

Please sign in to comment.