Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Aug 21, 2024
1 parent 5faedf5 commit 9935393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/discourse_events_client_site_setting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class DiscourseEventsClientSiteSetting < EnumSiteSetting
def self.valid_value?(val)
return false unless DiscourseEvents::Connection.available_clients.include?(val.to_s)
if val == 'discourse_events'
if val == "discourse_events"
SiteSetting.calendar_enabled && SiteSetting.discourse_post_event_enabled
else
true
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-events
# about: Allows you to manage events in Discourse
# version: 0.5.9
# version: 0.6.0
# authors: Angus McLeod
# contact_emails: [email protected]
# url: https://github.com/paviliondev/discourse-events
Expand Down

0 comments on commit 9935393

Please sign in to comment.