Skip to content

Commit

Permalink
v1.10.4 build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Verma committed Nov 23, 2018
1 parent 8ba9220 commit c424736
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DB/demodatabase.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ CREATE TABLE `settings_system` (
--

INSERT INTO `settings_system` (`id`, `status`, `url`, `name`, `department`, `page_size`, `log_level`, `purge_log`, `api_enable`, `api_key_mandatory`, `api_key`, `name_format`, `time_farmat`, `date_format`, `date_time_format`, `day_date_time`, `time_zone`, `content`, `version`, `created_at`, `updated_at`) VALUES
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.3', '2016-12-13 03:19:29', '2016-12-13 03:19:29');
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.4', '2016-12-13 03:19:29', '2016-12-13 03:19:29');

-- --------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion DB/dummy-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ CREATE TABLE `settings_system` (
--

INSERT INTO `settings_system` (`id`, `status`, `url`, `name`, `department`, `page_size`, `log_level`, `purge_log`, `api_enable`, `api_key_mandatory`, `api_key`, `name_format`, `time_farmat`, `date_format`, `date_time_format`, `day_date_time`, `time_zone`, `content`, `version`, `created_at`, `updated_at`) VALUES
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.3', '2016-12-13 03:19:29', '2016-12-13 03:19:29');
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.4', '2016-12-13 03:19:29', '2016-12-13 03:19:29');

-- --------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
| This tells about aplication current version.
|
*/
'version' => 'Community 1.10.3',
'version' => 'Community 1.10.4',
/*
|--------------------------------------------------------------------------
| Application Name
Expand Down
5 changes: 5 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
|_| \__,_| \_/ \___|\___/ |_| |_|\___|_| .__/ \__,_|\___||___/_|\_\
| |
|_|
|=====================================================
| v1.10.4 Security patch for Slack channel
|=====================================================
While integrating slack notifications in Travis for builds and PRs token for SLACK channel was not encrypted allowing anyone to use the credentials and post in the Slack channel as a Travis user. This update encrypts the slack token to fix the issue.

|=====================================================
| v1.10.3 Bug Fix patch with plugin working update
|=====================================================
Expand Down

0 comments on commit c424736

Please sign in to comment.