Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.63 KB

TODO.md

File metadata and controls

50 lines (34 loc) · 1.63 KB

TODO

Develop

  • Check for any low hanging fruits in support, github & feature request board on site.

  • Add global configs for PLANNED_PHP_VERSION and PLANNED_WP_VERSION

  • Test all PHPCS changes so far, and push current release to WordPress.org as v1.20.0.

PM Pro branch

  • Move \PopupMaker\Plugin\Core to simply \PopupMaker\Core as there is no need for the Plugin namespace.

  • In core add new Go Pro page? -- popup-maker/classes/Services/Upgrader.php:70 - Update this to point to the correct upgrade page url. -- popup-maker/classes/Services/Connect.php:168 - Update this to point to the correct upgrade page url.

  • In core update Upsells -- popup-maker/classes/Upsell.php:72

  • Add licensing

  • Add plugin installer mechanisms

  • Add "Connect"

  • Add "Addon installer"

  • Merge first extension (forced interaction)

  • Merge second extension (advanced theme builder)

PM Pro Migrations

Forced Interaction

v1.0.0

  • meta: popup_close_disabled -
    • type: bool
    • default: false
    • Stored as 0 or 1
    • Accessor: popmake_get_popup_meta_group'close'

v1.1.0 - Never Released

  • meta: popup_settings[ 'close_disabled' ]
    • type: bool
    • default: falsel

Deleteable data

  • delete_option( 'pum_fi_version_data' );