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

Resolved conflict with Email Newsletters extension #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<item type="image" url="http://symphonyextensions.com/nickdunn/publish_tabs/media/publish_tabs.png">Publish Tabs: Add tab groups to entry forms</item>
</media>
<releases>
<release version="1.3.3" date="2022-02-01" min="2.4" max="2.x.x">
- Resolved conflict with Email Newsletters extension
</release>
<release version="1.3.2" date="2018-09-16" min="2.4" max="2.x.x">
- Marked as compatible with Symphony 2.7.x
- Added issues link
Expand Down
2 changes: 1 addition & 1 deletion fields/field.publish_tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function processRawFieldData($data, &$status, &$message = NULL, $simulate
-------------------------------------------------------------------------*/

public function fetchIncludableElements() {
return null;
return array();
}

public function appendFormattedElement(XMLElement &$wrapper, $data, $encode = false, $mode = NULL, $entry_id = NULL) {
Expand Down