Skip to content

2.11.0

Compare
Choose a tag to compare
@nikola3244 nikola3244 released this 24 Jan 00:59
· 721 commits to master since this release
1bb177b
  • New: Added a debug tab in settings
  • New: Added an option to disable book order in book filter dropdown
  • New: Now you can use Sermon Manager and Sermon Browser shortcodes at the same time.
    Just change [sermons] shortcode to [sermons_sm] where you want to have Sermon Manager
  • New: Option to show attachments on archive page (thanks @tstephen!)
  • New: Reftagger will be on Spanish if WordPress is set to any Spanish variant
  • New: There's now a way to force usage of Sermon Manage update files (in debug tab)
  • Change: Player setting now controls video player as well
  • Change: Sermon content will now be saved to the database as plain text instead of HTML,
    thus making search results appear normal
  • Fix: API not accepting some parameters during sermon creation/update
  • Fix: Book filter dropdown will now show books that can't be ordered at the bottom
  • Fix: Fatal error on archive pages
  • Fix: Removed "This is where you can add new sermons to your website." from showing on archive pages
  • Fix: Removed a small possibility of having settings data removed on update
  • Fix: Sermon Settings default values not being initialized on install
  • Fix: Sermon video link not being saved properly
  • Fix: Sermons that were set to same date were not sorted by time
  • Fix: URL issues when home URL differs from site URL
  • Dev: Add a parameter to sm_the_date() for usage outside The Loop
  • Dev: Add an option in Debug settings for debugging import process
  • Dev: Add an option in Debug settings to execute any update function at any time
  • Dev: Add filters for customizing display
  • Dev: Add filters to modify sermon content and excerpt in database
  • Dev: Change Reftagger URL to HTTPS
  • Dev: Fix checkbox settings value being checked when it shouldn't by default
  • Dev: Make sure that update functions are marked as done on execution end
  • Dev: More progress on RSS file override
  • Dev: Remove obsolete Error Recovery functions, CSS, and JS files
  • Dev: Remove unnecessary CSS files