Skip to content

1.0.2

Choose a tag to compare

@geshmak-digital geshmak-digital released this 15 Jun 06:29
· 3 commits to main since this release

Makes the Elementor Atomic (V4) widgets work on Elementor 4.1+.

In Elementor 4.1 the primitive atomic prop types (String_Prop_Type, Boolean_Prop_Type) moved from PropTypes\ to PropTypes\Primitives\. The Luach atomic widgets referenced the old location, so on 4.1+ they could not build their config — which is what 1.0.1 was safely catching and skipping.

  • Atomic widgets now target the 4.1+ Primitives\ namespace, with a class_alias bridge so they also keep working on older 4.0.x atomic builds.
  • This restores all five Luach atomic widgets (candle lighting, parsha, Hebrew date, zmanim table, today panel).

Combined with the 1.0.1 smoke-test, an atomic-API mismatch can still never crash the editor.