• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
JCE Pro - Joomla WYSIWYG Editor

JCE Pro - Joomla WYSIWYG Editor 2.9.83

2.9.83​

20 February 2025

Added​

  • Basic Dialog Support for Tables, IFrames, File Manager, and Image Manager Extended on small devices (e.g., phones). This provides a more streamlined, mobile-friendly experience, previously only available for Image Manager, Media Manager, and Link dialogs.
  • Strict Media Embeds Option for the Media plugin to control how media items are embedded (e.g., <video> for video files, <iframe> for YouTube). This option was previously enabled by default but is now configurable. It is recommended to keep it enabled for security reasons to ensure proper media embedding.
  • Unordered List Options Dialog for easier customization of unordered lists.
  • Classes and Type Options added to Ordered List and Unordered List dialogs for more control over list styling.

Changed​

  • Paste Media URL as Link: Using CTRL + SHIFT + V (CMD + SHIFT + V on macOS) to paste a media URL (e.g., YouTube) will now paste the URL as a link, rather than embedding the media.
  • Permitted File Extensions UI: Improved the UI for creating and removing permitted file extensions. Custom extensions now remain editable via an input field, and a trash icon is available for removing them.
  • Dialogs on Small Devices: For small mobile devices (e.g., iPhone), dialogs such as Tables, Image Manager, Link, Image Manager Extended, Media Manager, IFrames, and Template Manager will now use a simpler Basic Dialog automatically.

Fixed​

  • PRO Columns Layout 1-3-1: Fixed issue where this layout was not processed correctly when saving or switching to/from the Code tab.
  • PRO Image Manager Extended: Fixed issue where selecting an image with the Popup Type option enabled would not automatically fill the URL field in the Popup tab.
  • URL Sync: Resolved issue where URL Sync would not work with the core Image Manager.
  • Figure Selection: CTRL + Click now correctly selects the entire <figure> element, including its contents.
  • Cut/Copy Functionality for Figures: CTRL + C and CTRL + X now copy or cut the entire figure element, including the image inside it.
  • PRO Cursor Position in Code Editor: Fixed issue where the cursor position at the end of the current line in the editor was not updated correctly when switching between the editor and Code tab.
  • Width and Height in Popup Tab: Fixed issue where changing the existing Width and Height values in the Popup tab for dialogs like Link, Image Manager Extended, etc. would have no effect.
  • Refocus Option: Fixed the refocus option (experimental) to restore the cursor position after saving articles when enabled by setting a Custom Configuration Variable with a Key of "refocus" and Value of "true".
  • YouTube URL Processing: Fixed issue with YouTube URLs not being processed correctly when inserting a video, leading to JavaScript errors.
  • Mastodon URLs: Fixed issue where links containing the @ symbol (e.g., Mastodon URLs) were not being inserted as links.
  • PRO Media Manager URL Processing: Fixed issue where Media Manager URL values would incorrectly remove query parameters, preventing proper processing of YouTube URLs.
  • Like
Reactions: swallown

2.9.82​

19 November 2024

Added​

  • PRO Added support hidden input types in Template Manager variables, eg: ${Extension:hidden} will hide the input field by still apply a passed in value to the template for processing. This can be used with the ${URL:image} variable for selecting a file and using a property of that file without exposing it for editing.
  • PRO Added new Columns layouts : 2-2-1, 2-1-2 and 1-2-2
  • PRO Added support for size, date, filename and extension variable values passed from the File Browser when using a media type in a Template Manager variable, eg: ${URL:image}

Changed​

  • The Paste and Paste as Plain Text buttons (in the editor toolbar and context menu) can now perform a single paste of editor content that has been copied to the clipboard using shortcut keys or the Cut and Copy buttons.

Fixed​

  • PRO Video and audio urls that conatined a query string, eg: video.mp4?id=2, would incorrectly be assigned to iframes instead of an <video> or <audio> tag.
  • PRO Saving any text file in the Text Editor would always result in an "Invalid Text File" error.
  • Retain <br> elements in content in Custom XML Code Blocks
  • Pressing Enter in a Code Block would create a paragraph instead of a linebreak.
  • Parameters set for the Fields - Media JCE plugin would override parameters set for individual fields.
  • Changes in the Code Editor tab would not be saved in SP PageBuilder 3.8.10 unless you switched back to the Editor tab.
  • Enabling Allow Root Access would overwrite any value set in the File Directory Path, when it should only be applied if the File Directory Path was empty.
  • Removed the flag from content in the Preview tab.
  • Pass default variable values to editor onDisplay method as a workaround for a bug in the AcyMailing extension that triggers an unrelated onDisplay event when an editor is initialized.
  • The wrong profile would be used for the File Browser in some nultiple profile configurations.
  • Like
Reactions: laulong and rivanov

2.9.81​

24 September 2024

Added​

  • PRO Added back simple Facebook video support for the Media Manager
  • PRO Introduced a new option in the File Browser settings that allows users to disable the JCE Media Field for specific profiles.
  • Update Sandbox URL Exclusions with more common url values, eg: docs.google.com, sheets.google.com, slides.google.com, forms.google.com, canva.com, slideshare.net, slides.com, facebook.com, instagram.com

Fixed​

  • PRO Some Pro plugin editor css, eg: Columns, was not loaded if the Compress CSS option was enabled.
  • Copying and pasting multiple selected table rows from one table into another would only paste the first row.
  • Tables cells copied and pasted from one table in the editor into another created a new table instead of merging cells.
  • Fix processing of shortcode when the code is inside an inline element, eg: <strong>{var}</strong>
  • When changing a table row's type to "Table Head," the associated cells will now correctly use the <th> tag instead of <td>.
  • Prevent the the Responsify plugin from processing content in the Preview tab.

2.9.80​

Changed​

  • Disabled JCE Media Field input and buttons when the user profile does not allow Media Fields, or if the File Browser is not enabled.
  • Custom Classes in Editor Profiles → Plugin Parameters → Style Select now support element selectors for each class, e.g., p.some_class. This will apply the class to the element only.
  • Reintroduced the Content - JCE plugin to trigger Media Field conversion in some 3rd party extensions.

Fixed​

  • Removed only invalid ID characters from the editor textarea ID, rather than all non-alphanumeric characters, which caused an issue when saving in some extensions, e.g., EasySocial.
  • Ensured the editor header is always created during each editor initialization, including dynamically created and re-ordered editors.
  • Resolved an issue where JCE Media Field download links would incorrectly trigger a save of the file using the full file path as the saved file name instead of just the file name.
  • Fixed the inability to re-order editors in a Subform field.
  • Corrected the issue where the Content - JCE plugin was not being enabled upon installation.
  • PRO Fixed an issue where inserting an HTML file using the Template Manager would incorrectly include the <head> content.

2.9.79​

24 July 2024

Fixed​

  • PRO The Media Field input Upload button would not be shown for custom JCE Media Fields or converted Joomla Media Fields in some instances.
  • JCE Core Media Fields in subform fields were not initialized correctly.
  • Editor failed to load in PageBuilder CK.
  • Backwards compatability fix for Editor Profile changes
  • URL values would not be converted to Absolute if the URL Conversion parameter was set to Absolute.
  • Script and Style tags did not support data-* attributes
  • Setting the Enable Code Blocks option to No would have no effect.

2.9.76​

03 July 2024

Added​

  • PRO Added support for negated values in the Custom Query option, eg: !8 will match values that are not 8
  • PRO Added support for dynamic catid (Category ID) values in the Custom Query option
  • PRO Added an Alternate Editor option in the Global Configuration to specify an alternative editor to load if no Editor Profiles maatches the editing environment.
  • Added a Display Type parameter - Link or Embed - for JCE Media Fields when creating a field that is not an "Extended Media" type.
  • Added more Iframe sandbox exclusions for some common media providers, eg: Google Maps, Codepen, Giphy, Apple Music.

Changed​

  • Removed redundant Content - JCE plugin.

Fixed​

  • PRO Search & Replace in the Code Editor would replace matches with a blank space if Match Case and Whole Word options were enabled.
  • PRO Resize in the Image Editor must always be proportional.
  • A change in Joomla 5.1 resulted in repeatable field items in JCE Editor Profiles showing the value of the first field item rather than their own saved value.
  • Creating a Markdown link would break the link if it was an absolute type.
  • Language files for JCE Pro System plugin were not correctly installed.
  • Added a workaround for the editor not loading in Balbooa Gridbox.
  • Fix "Unknown column 'custom' in 'field list'" install error in Joomla 3.
  • Fix some layout issues in Yootheme WidgetKit
  • JCE would not load in Virtuemart in Joomla 3
  • JCE would not load in AcyMailing in some instances
  • Like
Reactions: MarkDragon

2.9.75​

13 June 2024

Fixed​

  • PRO Joomla Media Fields were not being converted to JCE Media Fields despite the option being enabled.

2.9.73​

30 May 2024

Added​

  • Added onWfFileSystemBeforeGetPathVariables event to allow for manipulation of File Directory Path variable source values, eg: $usertype in a system plugin.

Fixed​

  • PRO Pro Plugins would not load or function correctly if the Compress CSS and/or Compress Javascript options were enabled.
  • PRO JCE Plugins (ChatGPT, FontAwesome etc.) would not update from the Joomla Updater if the Subscription Key was not set in the JCE Options page (Joomla 3.x legacy method)
  • PRO Resize parameters would show duplicates after making changes in JCE Pro 2.9.70 to 2.9.72
  • PRO Code Editor would use RTL mode if enabled in the editor.
  • PRO Various parameter options that used a File Browser would not work correctly.
  • PRO Some repeatable parameters would not update or set parameter values correctly.
  • PRO The Code Editor display was truncated when in Fullscreen mode.
  • PRO The Filesystem parameters form was being processed multiple times resulting in repeated form fields.
  • JCE Media Field items that included a Caption would not be displayed.

2.9.71​

09 May 2024

Fixed​

  • PRO
    Joomla Media Fields (Intro Image etc.) would not display if no other JCE Media Fields were rendered on the page.
  • PRO The Caption dialog would show a PHP error when opened.
Top