Skip to content

Releases: realbigplugins/rbp-support

v2.2.0

31 Aug 15:13
15bc59c
Compare
Choose a tag to compare
  • RTL Support!

v2.1.0

23 Mar 18:56
62d34c8
Compare
Choose a tag to compare
  • Fixes a bug where License Status would be read as not set
  • Adds the current user's name and email address to the sent email in case the writing in user is complete different than the purchaser

v2.0.1

26 Oct 16:35
1f7739b
Compare
Choose a tag to compare
  • Fixes License Data transient not being set properly

v2.0.0

23 Sep 19:29
634d400
Compare
Choose a tag to compare
  • Re-organized the module to be less cluttered
    • All of the methods that a Plugin would have used in the main Class still exist, so this is a backwards-compatible change
  • Moved all HTML from the ./views directory to ./templates
  • Created a file for the License Nag in the ./templates directory
  • Added the ability to link to the License Activation page in your plugin as part of the License Nag on /wp-admin/plugins.php
    • This is the second argument of the RBP_Support class. This is properly backwards-compatible with the second argument being the localization array from previous versions, so this is completely optional.
  • Moves the CSS/JS from ./assets/dist to ./dist/assets to match our other plugins
  • Prevents the CSS/JS from potentially being loaded twice on the same page.
  • Will now show a link to the License Management screen on realbigplugins.com if they are out of license activations.
  • Moves the EDD_SL_Plugin_Updater class to match the layout of where our plugins would store vendor classes like this

v1.4.0

16 Mar 12:26
85e0c7e
Compare
Choose a tag to compare
  • Updates EDD_SL_Plugin_Updater.php. We now maintain this ourselves here. This was so we could use some of the fancier Changelog features correctly.
  • Fixes the Contributors list when pulling the Changelog on remote sites
  • Fixes some jQuery deprecation issues

v1.3.0

05 Feb 18:43
Compare
Choose a tag to compare
  • Fixes error when checking whether the License had expired caused by Array vs Object issues in the module
  • Updates localization for the Expired License notification to include the plugin name since this could show on other pages in the Admin Dashboard
    • THIS IS A BREAKING CHANGE THAT WILL REQUIRE LOCALIZATION UPDATES
    • MORE IMPORTANTLY, IF ANOTHER PLUGIN LOADS AN OLDER VERSION OF RBP SUPPORT AND YOU HAVE AN UPDATED LOCALIZATION, IT WILL CAUSE AN ERROR

v1.2.3

11 Jul 19:57
Compare
Choose a tag to compare
  • Adds an error message if during any interaction with our Licensing Server (rbp.com) that RBP Support was unable to connect.
    • NEW LOCALIZATION, SEE README

v1.2.2

12 Jun 13:23
Compare
Choose a tag to compare
  • Prevents 500 Error when activating an Expired License
  • Fixes License Deactivation Error Message

v1.2.1

25 May 16:57
Compare
Choose a tag to compare
  • Beta Status now submits its containing Form automatically on toggle
    • This uses JS specific to the Licensing Form, so be sure to run $this->support->enqueue_licensing_scripts()
  • NEW LOCALIZATIONS FOR BETAS WITH THIS UPDATE Check the README

v1.2.0

14 May 20:57
Compare
Choose a tag to compare
  • Marking as major since we now load EDD_SL_Plugin_Updater into a namespace
    • If another plugin loads an old version of EDD_SL_Plugin_Updater before a pre-v1.2.0 version of RBP Support loads, then this could prevent Betas from working properly. This is pretty edge case though. The namespace should prevent this going forward.
  • Fix docblock in the Beta Checkbox template
  • Add WP Version to Debug Txt