Skip to content

Jomres 9.24.0

Compare
Choose a tag to compare
@jomres jomres released this 05 Oct 08:53
· 1331 commits to master since this release
b65ab28

This version of Jomres allows Jomres to work on any Wordpress installation, not just WP installations running a Bootstrap theme.

Added functionality that allows Jomres to work in themes that don't provide Bootstrap libraries themselves.
Added create new user webhook notification. This webhook could be used, for example, to update a CRM with the new user's details.
Added a frontend warning if a channel property cannot be administered locally.

Modified how errors are handed back by api index.php
Updated jrportal rates to allow outside data to extend the dates of triffs. Jomres Core will not need it, but external systems (eg jomres2jomres) will.
Added debugging for jomres core API custom methods
Added a wordpress tweaks template file which is easy to override but shouldn't interfere with themes that use Bootstrap 3 natively. It's a bit hacky but it means that we don't need to faff up existing BS3 user's sites by changing their templates. Win-win.
Wordpress : Disable the add media button in edit content pages as images should be included via the media centre.

Fixed a notice when deleting temporary data.
Added some tweaks to jomres_call_api class to handle slow connections…… (i.e. my tired old laptop trying to run two instances of Jomres in one go, in development mode)