Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Generally speaking... If you update to a development branch, you may need to reparse your files in order to see bug fixes and new features in action. We put in an update hook (as needed) when we make a release that will mark necessary files for reparsing, but we don't do that with each change in a development branch. (You can use Drush commands or the admin interface to mark various branches for reparsing.)
Issue #2846570: Fixed title of the configuration form
Issue #2846576: Add permissions for configuring and viewing Trumba Spud blocks
Issue #2846606: Drupal settings not getting passed through to anonymous users - Javascript error: Uncaught ReferenceError: Drupal is not defined. Refactored for slightly cleaner JavaScript as well as added the dependencies to the libraries for drupal, drupalsettings, jquery and jquery.once javascript libraries to be loaded.