Actually delete the external_link_rel_nofollow option
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 Nov 2020 08:54:12 +0000 (09:54 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 Nov 2020 08:54:12 +0000 (09:54 +0100)
see 533948aa618e967d39449b1ba2f810d9477c719d

com.woltlab.wcf/option.xml
com.woltlab.wcf/package.xml

index 2e493ad36fe65a2a7bee710c12a29da7dae5707e..fa74801d8d3e387810458ca8f9728774da219f4e 100644 (file)
@@ -1741,5 +1741,6 @@ DESC:wcf.global.sortOrder.descending</selectoptions>
                <option name="register_password_must_contain_upper_case" />
                <option name="register_password_must_contain_digit" />
                <option name="register_password_must_contain_special_char" />
+               <option name="external_link_rel_nofollow" />
        </delete>
 </data>
index e433738cb42c9c2405155b6e825c38490117c0c6..c8871c49100f42a3a02cf8e95481969c877acaef 100644 (file)
                <instruction type="sql">update_5.3.sql</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="5.3.0 RC 3">
-               <instruction type="acpTemplate"/>
-               <instruction type="file"/>
-               <instruction type="template"/>
-               
-               <instruction type="language" />
-       </instructions>
+       <!-- Run the option.xml update for 5.3.0 -> 5.3.1, due to the missing removal of external_link_rel_nofollow. -->
 </package>