Skip to content

Commit 2764566

Browse files
authored
Merging develop back to master. Develop has been installed locally for UAT (passed) (#527)
@RussH updated version to 0.9.6 @pribeiro42 Update index.php (#498) … a0b3324 @KPull Fix a syntax error in the Mailer.php file (#511) … fb73517 @RussH Update composer.json (#525) …
1 parent a85053e commit 2764566

13 files changed

Lines changed: 16 additions & 13 deletions

File tree

ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* AJAX Delegation Module
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*

careers/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* Careers Page Display Module
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*
@@ -34,6 +34,7 @@
3434
$careerPage = true;
3535

3636
chdir('..');
37+
include_once('config.php') ;
3738
include_once(LEGACY_ROOT . '/lib/CATSUtility.php');
3839
include_once(CATSUtility::getIndexName());
3940

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "OpenCATS/OpenCATS",
2+
"name": "opencats/opencats",
33
"require-dev": {
44
"behat/behat": "~3.0.4",
55
"phpunit/phpunit": "^7",

constants.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
);
4242

4343
/* CATS Version */
44-
define('CATS_VERSION', '0.9.5.2');
44+
45+
define('CATS_VERSION', '0.9.6');
46+
4547

4648
/* Copyright information at bottom of pages. */
4749
define('COPYRIGHT_HTML', '© 2007-2020 OpenCATS.');

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* Index (Delegation Module)
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*

modules/activity/dataGrids.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* Contacts Datagrid
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*

modules/companies/dataGrids.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* Companies Datagrid
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*

modules/contacts/dataGrids.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* Contacts Datagrid
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*

modules/home/dataGrids.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* Home Datagrid
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*

modules/joborders/dataGrids.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CATS
44
* Joborder Datagrid
55
*
6-
* CATS Version: 0.9.4 Countach
6+
* CATS Version: 0.9.6
77
*
88
* Copyright (C) 2005 - 2007 Cognizo Technologies, Inc.
99
*

0 commit comments

Comments
 (0)