Skip to content
Snippets Groups Projects
  1. Feb 03, 2021
    • George Kiagiadakis's avatar
      plugin: inherit from WpObject · f61e2929
      George Kiagiadakis authored
      * use the activate/deactivate system from WpObject,
        which allows async activation and error reporting
      * drop 'module' property, use 'core' from WpObject
      f61e2929
  2. Jan 15, 2021
    • George Kiagiadakis's avatar
      spa-type: refactor · 37623888
      George Kiagiadakis authored
      * Use a more complete API to introspect SPA types
      * Avoid the need for the Tables enumeration; the tables
        are now registered with a string
      * Avoid the need for initialization, work directly on spa_types
        and other static data
      * Allow working with Object pods that are not Params;
        the PARAMS table was previously hardcoded in the pod implementation
      * Add a different dynamic type registration system, closer to
        how spa type works. The only regression is that we can no longer
        register additional custom object fields (custom SPA_PROP_* for example),
        but this feature can be re-added later
      37623888
  3. Jan 08, 2021
  4. Nov 13, 2020
Loading