FIX: Pin plugin version when running discourse <= 2.8.0.beta1 (#226)
c396605d2f
introduces a call to the `TopicView.on_preload` method which was added in discourse 2.8.0.beta2.
This commit pins the plugin to the commit before the one linked above for Discourse instances running version 2.8.0.beta1 or older
This commit is contained in:
parent
c396605d2f
commit
0cda263a71
|
@ -1,3 +1,4 @@
|
|||
2.8.0.beta1: 54c670536c416ac1acfd6fb24d6aa0e48cc1ef18
|
||||
2.7.0.beta3: b3367ba9d2232e00f2ae66d4c4da5787c039f953
|
||||
2.7.0.beta1: 60ef0c8f418eaf892a222ca673233fee7d08671d
|
||||
2.6.0.beta1: e78537ac4634c8a4ca085144b2af76c7e60bc066
|
||||
|
|
Loading…
Reference in New Issue