u/_miga_

Elementor 4 + WordPress 7 (it's out) = working fine 👍

Just a quick info since I've upgraded 3 clients already: no issues so far with Elementor (free) and WordPress 7. Everything runs smoothly. Using other plugins like CF7, SCF, Polylang, SEO Framework, UAE, WP Statistic and a few custom plugins.

Hope everyone else is having a smooth update week 😄

reddit.com
u/_miga_ — 1 day ago

Elementor MCP features (4.2.0 preview)

I was playing with the latest 4.2.0 preview version from GitHub and it has a markdown feature now. There are two new experiments:

https://preview.redd.it/51qbqi5aab0h1.png?width=2026&format=png&auto=webp&s=ea629063608cb12f018939ac995ade0b58e6df52

Elementor MCP and Markdown mode.

A simple test page that looks like this:

https://preview.redd.it/wi7k4sbdab0h1.png?width=1750&format=png&auto=webp&s=71db3c785680520d59ed2e855348b04a6a681180

will show like this when you either add `?format=markdown` at the end or with a text/markdown header in the request.

Then it will show:

https://preview.redd.it/ti2awtajab0h1.png?width=2308&format=png&auto=webp&s=1823e1219b9b74a0f82144c1f1ad2a06d1adb10c

That will make it easier for external tools to work with Elementor in the future. Quote: "Serve your pages as Markdown files so AI agents can ingest and understand your content more efficiently".

For more details about the WebMCP part and how to test it read the pull request information: https://github.com/elementor/elementor/pull/35479

reddit.com
u/_miga_ — 12 days ago

Titanium SDK 13.2.0 is a minor release focused on quality-of-life improvements across the platform. It adds support for Node.js 24, modernizes parts of the iOS core, improves Mac Catalyst support for app and module builds, and includes a broad set of Android fixes and performance updates.

On iOS, this release moves more core work to Grand Central Dispatch, fixes image blob memory issues, and adds a new WebView API to hide input accessory views when needed. On Apple platforms overall, button styling and event handling on Mac Catalyst have been improved and Catalyst module builds now support mac=true.

Android received the largest batch of updates in this release. Highlights include a ViewPager2-based ScrollableView, support for AttributedString objects, improved ListView search handling, better horizontal drag behavior for images inside ScrollableView, keepHardwareMode support in Ti.UI.View, i18n app names in the AndroidManifest, and several native stability improvements such as additional null checks, concurrency updates, and refreshed internal libraries.

Thanks to everyone in the community who contributed fixes and improvements to this release.

For a more detailed overview and all changes, see the release notes: Titanium SDK 13.2.0.GA Release Note.

Install

Follow these steps to get SDK 13.2.0.GA:

  1. Install the CLI with npm i -g titanium alloy
  2. Run titanium sdk install 13.2.0.GA
  3. Set <sdk-version>13.2.0.GA</sdk-version> in your tiapp.xml
reddit.com
u/_miga_ — 1 month ago