5.4 Releasing a New Pro Version and Automatically Creating the Zip File
git post-receive hook #!/usr/bin/php <?php /** * Create folders deploy/<plugin name> and releases/ above this remote/ bare git repo */ list( $from, $to, $branch ) = explode( ‘ ‘, trim(…
Read More3.3 Using Freemius to Restrict Features Based on Plan
Links Freemius Software Licensing Documentation
Read More3.4 What to do when the license expires
Showing Nag Message Use something like the following to show a nag message if license is expired or invalid: function chimpbridge_check_license() { if ( ! chi_fs()->can_use_premium_code() ) { if (…
Read More3.1 Introduction
2.09 Freemius Payments and Additional Payment Gateways
2.07 Protecting the Download File(s)
2.04 Preparing the Plugin File for Release
Plugin Copyright/Warranty Notice /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free…
Read More2.06 Creating a Landing Page Site
Links Freemius Checkout plugin
Read More2.05 Configuring the Freemius Account
3.2 Configuring Freemius Software Licensing
Keeping Freemius Up-to-date To keep in the know about updates you can look at using composer to include, star their project on Github, and also subscribe to their RSS feed.
Read More