Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated MailChimp API key URLs to the new link #7167

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

Deepakchowdavarapu
Copy link
Contributor

@Deepakchowdavarapu Deepakchowdavarapu commented Sep 24, 2024

Description & Issue number it closes

Screenshots (if appropriate)

How to test the changes?

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@Deepakchowdavarapu Deepakchowdavarapu requested a review from a team as a code owner September 24, 2024 05:13
@Deepakchowdavarapu Deepakchowdavarapu requested review from respencer, DawoudIO, grayeul, DAcodedBEAT and MrClever and removed request for a team September 24, 2024 05:13
@DAcodedBEAT DAcodedBEAT added Documentation Feature: Emails php Pull requests that update Php code labels Sep 24, 2024
@DAcodedBEAT
Copy link
Contributor

@Deepakchowdavarapu thank you for the contribution!

@DAcodedBEAT DAcodedBEAT merged commit 3b3943e into ChurchCRM:master Sep 24, 2024
5 checks passed
@DAcodedBEAT DAcodedBEAT added this to the vNext (5.10.1) milestone Sep 24, 2024
@DAcodedBEAT DAcodedBEAT linked an issue Sep 24, 2024 that may be closed by this pull request
2 tasks
@@ -15,7 +15,7 @@ VALUES
(24, 'bEmailSend', '', 'boolean', '', 'If you wish to be able to send emails from within ChurchCRM. This requires\reither an SMTP server address to send from or sendmail installed in PHP.', 'General', NULL),
(999, 'bRegistered', '0', 'boolean', '0',
'ChurchCRM has been registered. The ChurchCRM team uses registration information to track usage. This information is kept confidential and never released or sold. If this field is true the registration option in the admin menu changes to update registration.', 'General', NULL),
(2000, 'mailChimpApiKey', '', 'text', '', 'see http://kb.mailchimp.com/accounts/management/about-api-keys', 'General', NULL),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would have to create a new file to Fix current dbs

I'll add that to the PR tonight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Feature: Emails php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MailChimp API Keys doc page is outdated
3 participants