Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r15286 -r15377 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15286) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15377) @@ -259,3 +259,5 @@ # ===== v 5.2.0-B3 ===== INSERT INTO EmailEvents (EventId, Event, ReplacementTags, Enabled, FrontEndOnly, Module, Description, Type, AllowChangingSender, AllowChangingRecipient, BindToSystemEvent) VALUES(DEFAULT, 'POST.ADD.SUB', NULL, 1, 0, 'In-Bulletin', 'Post Added (for subscribers)', 0, 1, 0, 'bb-post:OnCreate'); INSERT INTO EmailEvents (EventId, Event, ReplacementTags, Enabled, FrontEndOnly, Module, Description, Type, AllowChangingSender, AllowChangingRecipient, BindToSystemEvent) VALUES(DEFAULT, 'TOPIC.ADD.SUB', NULL, 1, 0, 'In-Bulletin', 'Topic Added (for subscribers)', 0, 1, 0, 'bb:OnCreate'); + +# ===== v 5.2.0-RC1 =====