This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Referencing the different the relevant mautic versions #256
Open
fakela
wants to merge
13
commits into
mautic:main
Choose a base branch
from
fakela:features
base: main
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.
Open
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7ea6331
Referencing the different the relevant mautic versions and important…
fakela c095148
fix links and updated the first page
fakela ba46c84
updates
fakela fd000ff
update Mautic 4 versionn
fakela 864f27f
fixed broken image
fakela 1d44fc5
fix broken image link
fakela 1e73a9c
added mautic 2.15.2 version
fakela 9d4c5e8
added mautic 2.16.9 version
fakela 91b606f
added mautic 2.4
fakela 519c116
add mautic2.2 version
fakela 56edd1e
fix error in version
fakela eaaa825
fix version file error
fakela 0c88de9
fix version error
fakela 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 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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
title: 'Mautic 2' | ||
taxonomy: | ||
category: | ||
- docs | ||
twitterenable: true | ||
twittercardoptions: summary | ||
articleenabled: false | ||
orgaenabled: false | ||
orga: | ||
ratingValue: 2.5 | ||
orgaratingenabled: false | ||
personenabled: false | ||
facebookenable: true | ||
--- | ||
|
||
---------------------------- | ||
## Version 2.0 | ||
|
||
Mautic 2.0 brought a significant number of enhancements to Mautic. The full release notes are at https://github.com/mautic/mautic/releases/tag/2.0.0. | ||
|
||
### Hosting Requirements | ||
|
||
- The PHP minimum version is now 5.6.19 (PHP 7 is supported!) | ||
- The MySQL minimum version is now 5.5.3 | ||
- PostgreSQL support has been dropped | ||
|
||
### Cron Jobs Update | ||
See [Cron Jobs](./../setup/cron_jobs.html) | ||
|
||
### Froala editor | ||
|
||
This release switches CKEditor in favor of Froala editor which has a more polished look and functionality. | ||
|
||
### New email and page builders! | ||
|
||
Email and page builders have been overhauled to be cleaner and better. This means that custom themes have changed as well. | ||
[Watch this video for more.](https://mautic.wistia.com/medias/vtdlpc365u) | ||
|
||
### Dynamic web content | ||
|
||
You can now push contact aware content to your web pages through Mautic campaigns. See [Dynamic Web Content](./../dwc/index.html) | ||
|
||
### Bi-directional Salesforce Integration | ||
|
||
This much anticipated feature is now in Mautic! For an overview [watch this video](https://mautic.wistia.com/medias/4631xkjcw8). | ||
|
||
### Lifecycle stages | ||
|
||
You can now track your contacts through various stages and lifecycles. | ||
[Watch this video for more.](https://mautic.wistia.com/medias/ourd9qpfhy) | ||
|
||
### Updated Dashboard | ||
|
||
Drag and Drop with new widgets for end-to-end attribution and more. | ||
[Watch this video for an overview.](https://mautic.wistia.com/medias/qzoqsqko12) | ||
|
||
### UTM Tags | ||
|
||
A simple code you can attach to a custom URL to track content and more. The UTM tags that are currently supported are: | ||
- utm_campaign | ||
- utm_content | ||
- utm_medium | ||
- utm_source | ||
- utm_term | ||
|
||
For more information on this [watch this video.](https://mautic.wistia.com/medias/vmqohgece0) |
This file contains 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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: 'Mautic 3' | ||
taxonomy: | ||
category: | ||
- docs | ||
twitterenable: true | ||
twittercardoptions: summary | ||
articleenabled: false | ||
orgaenabled: false | ||
orga: | ||
ratingValue: 2.5 | ||
orgaratingenabled: false | ||
personenabled: false | ||
facebookenable: true | ||
--- | ||
|
||
---------------------------- | ||
|
||
## Version 3.0 | ||
|
||
Mautic 3.0 introduces significant changes to the underlying application along with some changes to the minimum version requirements to run Mautic. They are outlined as follows: | ||
|
||
### Hosting Requirements | ||
|
||
- The minimum PHP version is raised from 5.6.19 to 7.2.0. | ||
- The minimum MySQL version is increased from version 5.5.3 to 5.7.14. | ||
|
||
### Cron Jobs Update | ||
|
||
There are significant changes in the file structure in Mautic 3. To comply with the change, you will need to update your cron jobs path. | ||
|
||
Example: | ||
|
||
`app/console mautic:segments:update` | ||
|
||
should now be: | ||
|
||
`bin/console mautic:segments:update` | ||
|
||
> Note: For Mautic version 2.0, you must continue using the `app/console` path for running any cron job. | ||
|
||
### Removed Plugins | ||
|
||
Mautic 3.0 removed support for the Rackspace and OpenStack plugins for remote assets. | ||
|
||
If you currently use Rackspace or OpenStack, you will need to switch to Amazon S3, or create custom plugins to support alternative providers. | ||
|
||
### New File Manager for WYSIWYG Editors | ||
|
||
When you try to upload an image or replace an existing image using the email or page builder, you will see a new file manager which you can use to drag and drop images. | ||
|
||
![The new file manager window](file-manager.png) |
This file contains 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: 'Mautic 4' | ||
taxonomy: | ||
category: | ||
- docs | ||
twitterenable: true | ||
twittercardoptions: summary | ||
articleenabled: false | ||
orgaenabled: false | ||
orga: | ||
ratingValue: 2.5 | ||
orgaratingenabled: false | ||
personenabled: false | ||
facebookenable: true | ||
--- | ||
---------------------------- | ||
|
||
## Version 4.0 | ||
|
||
Mautic 4.0 brings several long-awaited features in Mautic. They are outlined as follows: | ||
|
||
### Hosting Requirements | ||
|
||
- The minimum PHP version is raised from 7.4. | ||
- The minimum MySQL version is increased from version 5.5.3 to 5.7.14. | ||
|
||
## Update to Mautic 4 | ||
|
||
Before you consider updating to Mautic 4, you must be running at least the latest stable version of Mautic 3. Updating from Mautic 2 to Mautic 4 is not, and will not, be supported. Once you have tested your backup, you can proceed with the update. | ||
|
||
## New email and landing page builder | ||
|
||
The new email and landing page builder is enabled by default - you can disable it under Plugins if you prefer to continue using the legacy builder, until Mautic 5 when the legacy builder will be removed. Ensure you reload the page if you disable the new builder. | ||
|
||
## Updated themes | ||
|
||
All themes you wish to use in the new builder will need a simple, one line change to be made in their configuration file. Read the documentation here. | ||
|
||
## OAuth2 support | ||
|
||
Support for OAuth1 has been removed. OAuth2 instead is now supported and should be used. | ||
|
||
|
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.
IMPORTANT: Please read our release blog post at https://www.mautic.org/blog/community/mautic-4-standing-tall, which contains important information about things that have changed in Mautic 4. Importantly you will need to make a one-line change to your theme configuration file.
Developers and advanced users: There is some important information about changes to configurations and plugins, which can be found in https://github.com/mautic/mautic/blob/features/UPGRADE-4.0.md
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.
I think this should be mentioned as well. takes you to the upgrade 4.0md