diff --git a/doc/docker.md b/doc/docker.md index d81396f6..507cae23 100644 --- a/doc/docker.md +++ b/doc/docker.md @@ -38,3 +38,6 @@ class Config { const GOOGLE_API_KEY = ''; } ``` + +*This document applies to Easy!Appointments v1.3.0.* + diff --git a/doc/faq.md b/doc/faq.md index 7e8c02c2..63c2089e 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -54,6 +54,6 @@ You get this warning because PHP is not configured with a timezone setting. This `date_default_timezone_set('America/Los_Angeles'); // Use your own timezone string.` -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* [Back](readme.md) diff --git a/doc/get-involved.md b/doc/get-involved.md index e3c0b545..dc2d0f82 100644 --- a/doc/get-involved.md +++ b/doc/get-involved.md @@ -20,6 +20,6 @@ You are more than welcome to help with the translation progress of the user inte It would be much appreciated if you would take 5 minutes of your time to fill this small form on your experience with Easy!Appointments. User feedback is very important and will help with the future planning of the project. Fill the [E!A Feedback Form](https://docs.google.com/forms/d/15dw1jl7lUgw4q-XXMn13Gx_e8zJxAiyWYMOdqtZqIHU/viewform). -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* [Back](readme.md) diff --git a/doc/google-calendar-sync.md b/doc/google-calendar-sync.md index 6156f176..3fffa1fb 100644 --- a/doc/google-calendar-sync.md +++ b/doc/google-calendar-sync.md @@ -49,6 +49,6 @@ Google Developers – https://developers.google.com/google-apps/calendar E!A Support Group – https://groups.google.com/forum/#!forum/easy-appointments -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* [Back](readme.md) diff --git a/doc/installation-guide.md b/doc/installation-guide.md index 1604cc33..3206f07b 100644 --- a/doc/installation-guide.md +++ b/doc/installation-guide.md @@ -29,6 +29,6 @@ Finally just add a link in your website that points to your Easy!Appointments in Happy Bookin'! -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* [Back](readme.md) diff --git a/doc/manage-translations.md b/doc/manage-translations.md index 08b9740d..3858e842 100644 --- a/doc/manage-translations.md +++ b/doc/manage-translations.md @@ -14,6 +14,6 @@ Easy!Appointments is based upon CodeIgniter (PHP Framework) and it uses its buil Follow these steps in order to add or adjust your translations and modify the message of the user interface of Easy!Appointments. If you want contribute to the translation process of Easy!Appointments please read the [Get Involved](https://github.com/alextselegidis/easyappointments/wiki/Get-Involved!) wiki page for more information. Please share your translations with the user community. -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* [Back](readme.md) diff --git a/doc/readme.md b/doc/readme.md index 92f72be3..1dc586b7 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -10,4 +10,4 @@ Welcome to the documentation pages of Easy!Appointments. Navigate through the av - [Get Involved!](get-involved.md) - [FAQ](faq.md) -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* diff --git a/doc/rest-api.md b/doc/rest-api.md index 9941b4c5..4ee1fd26 100644 --- a/doc/rest-api.md +++ b/doc/rest-api.md @@ -433,6 +433,6 @@ fastcgi_param PHP_AUTH_PW $http_authorization; [[Source]](http://serverfault.com/a/520943) -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* [Back](readme.md) diff --git a/doc/update-guide.md b/doc/update-guide.md index 9b0c9288..286f7366 100644 --- a/doc/update-guide.md +++ b/doc/update-guide.md @@ -16,6 +16,6 @@ Version v1.2 introduces two new folders in the root directory of the project, th Many core files were changed in v1.1 and it would be better if you replace all the Easy!Appointments files of version 1.0 with the new ones. Use the data of the old `configuration.php` file in the new `config.php` and open the `http://url-to-ea-installation/index.php/backend/update` as already mentioned. Your new version should work just fine! -*This document applies to Easy!Appointments v1.2.1*. +*This document applies to Easy!Appointments v1.3.0.* [Back](readme.md) diff --git a/package.json b/package.json index 50cbca02..14ef69f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easyappointments", - "version": "1.2.1", + "version": "1.3.0", "description": "Open Source Web Scheduler", "repository": { "type": "git", diff --git a/src/application/config/config.php b/src/application/config/config.php index ab7ce035..51becf70 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -8,8 +8,8 @@ | Declare some of the global config values of Easy!Appointments. | */ -$config['version'] = '1.2.1'; // This must be changed manually. -$config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ... +$config['version'] = '1.3.0'; // This must be changed manually. +$config['release_label'] = 'alpha'; // Leave empty for no title or add Alpha, Beta etc ... $config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; /*