Skip to content

Commit

Permalink
Merge pull request #5748 from ChurchCRM/build/4.4.2
Browse files Browse the repository at this point in the history
Build: 4.4.2
  • Loading branch information
DawoudIO authored May 2, 2021
2 parents 01db07e + 5d04379 commit a9cfd67
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 66 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@
4.4.1

## :speech_balloon: Localization

- Run POEditor Locales Action Daily [#5739](https://github.com/ChurchCRM/CRM/issues/5739)

## :beetle: Bugs

- Update to 4.4.0 - database upgrade failed : Unable to execute INSERT statement [#5743](https://github.com/ChurchCRM/CRM/issues/5743)

## :gear: Inner Beauty

- Bump ssri from 6.0.1 to 6.0.2 [#5745](https://github.com/ChurchCRM/CRM/pull/5745)
- Starting 4.4.1 [#5741](https://github.com/ChurchCRM/CRM/pull/5741)

## :heart: Contributors

We'd like to thank all the contributors who worked on this release!

- [@DawoudIO](https://github.com/DawoudIO)
- [@dependabot[bot]](https://github.com/apps/dependabot)

# 4.4.0

This is a standard release that addresses small enhancements, localization, security updates, bugs, and testing. Please keep your installation up to date to ensure the software is secure.

## :speech_balloon: Localization

- 4.4.0 POEditor Update - s_ES [#5737](https://github.com/ChurchCRM/CRM/pull/5737)
- 4.4.0 POEditor Update - zh_CN [#5736](https://github.com/ChurchCRM/CRM/pull/5736)
- 4.4.0 POEditor Update - Others [#5731](https://github.com/ChurchCRM/CRM/pull/5731) [#5693](https://github.com/ChurchCRM/CRM/pull/5693)

## :beetle: Bugs

- Bigfix/person edit fb [#5730](https://github.com/ChurchCRM/CRM/pull/5730)
- Bug: Missing footer on login page & show password [#5714](https://github.com/ChurchCRM/CRM/pull/5714)

## :gear: Inner Beauty

- Build: 4.4.0 - JS & PHP Lib updates [#5715](https://github.com/ChurchCRM/CRM/pull/5715)
- Setup for Docker-based development environment [#5704](https://github.com/ChurchCRM/CRM/issues/5704)
- Docker/4.4.0 [#5712](https://github.com/ChurchCRM/CRM/pull/5712)
- Docker testing [#5699](https://github.com/ChurchCRM/CRM/pull/5699)
- [Snyk] Upgrade jquery from 3.5.1 to 3.6.0 [#5718](https://github.com/ChurchCRM/CRM/pull/5718)
- [Snyk] Upgrade i18next from 19.8.7 to 19.8.8 [#5694](https://github.com/ChurchCRM/CRM/pull/5694)
- Bump elliptic from 6.5.2 to 6.5.4 [#5692](https://github.com/ChurchCRM/CRM/pull/5692)

## :heart: Contributors

We'd like to thank all the contributors who worked on this release!

- [@snyk-bot](https://github.com/snyk-bot)
- [@brianteeman](https://github.com/brianteeman)
- [@lbridgman](https://github.com/lbridgman)
- [@DawoudIO](https://github.com/DawoudIO)
- [@github-actions[bot]](https://github.com/apps/github-actions)
- [@dependabot[bot]](https://github.com/apps/dependabot)

# 4.3.2
Relasesed on (3.1.2021)
## :star: Enhancements
Expand Down
2 changes: 1 addition & 1 deletion demo/ChurchCRM-Database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ CREATE TABLE `version_ver` (
LOCK TABLES `version_ver` WRITE;
/*!40000 ALTER TABLE `version_ver` DISABLE KEYS */;
SET autocommit=0;
INSERT INTO `version_ver` VALUES (1,'3.5.0','2019-02-10 20:14:23',NULL),(2,'3.5.2','2019-09-10 22:54:56','2019-09-10 22:54:56'),(3,'3.5.4','2019-10-11 22:45:35','2019-10-11 22:45:35'),(4,'4.0.0','2020-06-16 13:11:20','2020-06-16 13:11:20'),(5,'4.1.0','2020-06-16 13:11:20','2020-06-16 13:11:21'),(6,'4.2.3','2020-10-17 01:46:16','2020-10-17 01:46:16'),(7,'4.3.1','2020-11-23 18:55:02','2020-11-23 18:55:02'),(8,'4.3.2','2020-12-10 01:57:09','2020-12-10 01:57:09'),(9,'4.4.0','2021-03-21 17:44:23','2021-03-21 17:44:23'),(10,'4.4.1','2021-04-27 13:58:09','2021-04-27 13:58:09');
INSERT INTO `version_ver` VALUES (1,'3.5.0','2019-02-10 20:14:23',NULL),(2,'3.5.2','2019-09-10 22:54:56','2019-09-10 22:54:56'),(3,'3.5.4','2019-10-11 22:45:35','2019-10-11 22:45:35'),(4,'4.0.0','2020-06-16 13:11:20','2020-06-16 13:11:20'),(5,'4.1.0','2020-06-16 13:11:20','2020-06-16 13:11:21'),(6,'4.2.3','2020-10-17 01:46:16','2020-10-17 01:46:16'),(7,'4.3.1','2020-11-23 18:55:02','2020-11-23 18:55:02'),(8,'4.3.2','2020-12-10 01:57:09','2020-12-10 01:57:09'),(9,'4.4.0','2021-03-21 17:44:23','2021-03-21 17:44:23'),(10,'4.4.2','2021-04-27 13:58:09','2021-04-27 13:58:09');
/*!40000 ALTER TABLE `version_ver` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "churchcrm",
"version": "4.4.1",
"version": "4.4.2",
"description": "Free Church CRM Software",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"docker-test-build": "docker-compose -f docker/docker-compose.test-apache.yaml build",
"docker-test-down": "docker-compose -f docker/docker-compose.test-apache.yaml down -v",
"docker-test-stop": "docker-compose -f docker/docker-compose.test-apache.yaml stop",
"docker-ci": "cp docker/cypress.json cypress.json && node_modules/cypress/bin/cypress run",
"test-via-docker": "npm run docker-test-down && npm run docker-test-start && cp docker/cypress.json cypress.json && node_modules/cypress/bin/cypress run",
"build-react": "webpack",
"restore-demo-db": "php scripts/restore-db.php demo",
"restore-empty-db": "php scripts/restore-db.php",
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "churchcrm/crm",
"version": "4.4.1",
"version": "4.4.2",
"type": "project",
"keywords": [
"church",
Expand Down
Loading

0 comments on commit a9cfd67

Please sign in to comment.