-
Notifications
You must be signed in to change notification settings - Fork 56
Trunk to main changes to readme donate link and changelog #153
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
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
7537671
Merge pull request #136 from mautic/main
RCheesley 2ffcad7
Updated: Trunk readme version and also pulled the latest trunk readme…
DogByteMarketing 9f5c6c4
Merge pull request #138 from DogByteMarketing/trunk
RCheesley 55302e3
Updated: distignore to be the same as in main
DogByteMarketing 50002da
Merge pull request #140 from DogByteMarketing/trunk
RCheesley f1b04de
Bugfix: distignore composer.lock ignored twice.
DogByteMarketing ee90c28
Merge pull request #141 from DogByteMarketing/trunk
RCheesley c558fe4
Added: Contributer
DogByteMarketing 5c8e8e4
Merge pull request #144 from DogByteMarketing/trunk-update/7-31-25
RCheesley 73dcd0b
Updated: Readme to new donate link and added changelog
DogByteMarketing 1c5c0e3
Merge branch 'trunk' into trunk-update/2-26-26
RCheesley d9f4026
Merge pull request #150 from DogByteMarketing/trunk-update/2-26-26
RCheesley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,14 +3,15 @@ Author: mautic | |||||||||||||||||||||||||||||||||
| Tags: marketing, automation | ||||||||||||||||||||||||||||||||||
| Contributors: mautic,hideokamoto,shulard,escopecz,dbhurley,macbookandrew,dogbytemarketing | ||||||||||||||||||||||||||||||||||
| Description: This plugin will allow you to add Mautic (Free Open Source Marketing Automation) tracking to your site | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| Stable tag: 2.5.1 | ||||||||||||||||||||||||||||||||||
| Requires at least: 4.6 | ||||||||||||||||||||||||||||||||||
| Tested up to: 6.8 | ||||||||||||||||||||||||||||||||||
| Author URI: http://mautic.org | ||||||||||||||||||||||||||||||||||
| Text Domain: wp-mautic | ||||||||||||||||||||||||||||||||||
| License: GPLv2 or later | ||||||||||||||||||||||||||||||||||
| License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||||||||||||||||||||||||||||||||||
| Donate link: http://mautic.org/ | ||||||||||||||||||||||||||||||||||
| Donate link: https://opencollective.com/mautic/donate | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| == Description == | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
|
|
@@ -132,6 +133,22 @@ Fix a bug introduced in the 2.0.2 version, you must upgrade asap because there w | |||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| == Changelog == | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| = v2.5.1 = | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| Release date: 2026-2-26 | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| * Changes | ||||||||||||||||||||||||||||||||||
| * Added: Handling for SVN publishing | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| = v2.5.0 = | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| Release date: 2026-2-26 | ||||||||||||||||||||||||||||||||||
|
Comment on lines
+138
to
+145
|
||||||||||||||||||||||||||||||||||
| Release date: 2026-2-26 | |
| * Changes | |
| * Added: Handling for SVN publishing | |
| = v2.5.0 = | |
| Release date: 2026-2-26 | |
| Release date: 2026-02-26 | |
| * Changes | |
| * Added: Handling for SVN publishing | |
| = v2.5.0 = | |
| Release date: 2026-02-26 |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new changelog entries use a different date format ("2026-2-26") than the rest of this readme, which consistently uses zero-padded YYYY-MM-DD (e.g., 2020-12-14). Please update this to match the existing format to keep changelog parsing/consistency reliable.