1.0.2
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 aclass_aliasbridge 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.