All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Wygwam RTL Arabic

Status Resolved
Add-on / Version Publisher 1.6.11
Severity
EE Version 2.11.2

Mark Simons

Jun 30, 2016

Description:

Wygwam is not RTL, in the source code i can see it has dir=“ltr” lang=“en” even though the page I am editing is Arabic, and under Languages the setting is set to Right to left.

#1

BoldMinded (Brian)

Wygwam isn’t my product. If it isn’t respecting the direction settings value that Publisher is passing to it then I’m not sure I can help with this.

Publisher’s code:

// Update the fieldtype settings, set the direction.
$direction = ee()->publisher_language->get_language(ee()->publisher_lib->lang_id, 'direction');
$api->field_types[$this->field_type]->settings['field_text_direction'] = $direction;

Login to reply