forked from mautic/api-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync with Mautic 5 upstream + Webmecanik features (4.0.0) #4
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
Open
Hugo-Prossaird
wants to merge
127
commits into
master
Choose a base branch
from
sync-mautic5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: John Linhart <jan@linhart.email>
Fix for Deprecated : strlen(): Passing null to parameter #1 ($string) of type string is deprecated in api-library/lib/Auth/OAuth.php on - line 388 - line 395 - line 637
deleted strlen() completely from lines
…lveig docs: add LadySolveig as a contributor for code
docs: add escopecz as a contributor for review
…deprecated-strlen-OAuth-php8.1 Fix - Deprecated PHP 8.1
Co-authored-by: John Linhart <jan@linhart.email>
# Conflicts: # composer.lock
…cause it uses a deprecated version of `actions/upload-artifact: v2`
If authentications fails - mark it as such.
…fest Create funding-manifest-urls
Authentication requires stronger password.
Update workflow file
Bumping PHP from 8.1 to 8.3 in the CI
Bump MySQL version to 8.4
Fix conflicting GPG key and PPA installation errors in the Install Apache step in CI
Create SECURITY.md
Install Apache without PPA on ubuntu-24.04
Features added: - TwoLeggedOAuth2: Client credentials OAuth2 authentication (PSR-18 compatible) - sendCustomToContact: Send custom emails to contacts (from PR mautic#241) - Contacts::create/createBatch: Optional query arguments for Custom Objects support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Installation changes (PSR-18 HTTP client) - TwoLeggedOAuth2 method changes - New features documentation - Version compatibility table 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Conflicts resolved: - .php-cs-fixer.php: kept aligned spacing style - lib/Auth/AbstractAuth.php: kept GET-only URL param separation fix with modern syntax - lib/Auth/TwoLeggedOAuth2.php: kept PSR-18 compatible implementation with token management 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The merge caused duplicate method definitions. Removed the first set and kept the well-documented versions with Custom Objects support. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Document correct Mautic API parameters: fromEmail, subject, content - Add note about Mautic PR #12854 requirement - Update UPGRADE-4.0.md with complete example 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Sync with Mautic 5 upstream and add Webmecanik-specific features for version 4.0.0.
Changes
PHP Examples
TwoLeggedOAuth2 (Client Credentials)
sendCustomToContact
Contacts with Custom Objects query args
Point Groups API (Mautic 5.x)
Test plan
🤖 Generated with Claude Code