Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

How to push a release of SimpleMap Pro

wpsmort edited this page Feb 12, 2020 · 1 revision

When we release a new version of SimpleMap on WordPress.org, we also need to upload the plugin to the simplemap-plugin.com site for Pro users. Here are the instructions for this:

  • Create a new directory under /wp-content/downloads/simplemappers/ to match the new version number
  • Upload the unzipped plugin files to this new directory
  • Upload the zipped plugin file to the /temp-downloads/ directory
  • Duplicate the functions-products.php file in the /wp-content/plugins/ft-ps-server/ directory and call the duplicate functions-products-OLD.php so that you have a backup to fall back to
  • Edit the functions-products.php file and change the relevant strings in the first function, this should include:
    • premium_hidden_path
    • premium_version
    • tested
    • upgrade_notice
    • last_updated
Clone this wiki locally