Updating release date
authorAlexander Ebert <ebert@woltlab.com>
Sat, 24 Sep 2016 16:49:20 +0000 (18:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 24 Sep 2016 16:49:29 +0000 (18:49 +0200)
com.woltlab.wcf/defaultStyle.tar
com.woltlab.wcf/package.xml
com.woltlab.wcf/update_2.1.11.sql [deleted file]

index c8a488de59ded7211c4a7ba9b05f5504b2d1db91..3e3e92329a3c629263e7f2ea43729f4d1aa4c584 100644 (file)
Binary files a/com.woltlab.wcf/defaultStyle.tar and b/com.woltlab.wcf/defaultStyle.tar differ
index 34e3058e0c4bb395889ae18ce100408fa1c8d927..03bbb75bb63cfd5d9a9ccda6f0b9619293117cc5 100644 (file)
@@ -6,7 +6,7 @@
                <packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
                <isapplication>1</isapplication>
                <version>3.0.0 Alpha 1</version> <!-- codename: vortex -->
-               <date>2016-08-15</date>
+               <date>2016-09-24</date>
        </packageinformation>
        
        <authorinformation>
diff --git a/com.woltlab.wcf/update_2.1.11.sql b/com.woltlab.wcf/update_2.1.11.sql
deleted file mode 100644 (file)
index 387e522..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* e80b96ef0f3490b7edccf7209424f245705f5c91 */
-ALTER TABLE wcf1_user ADD KEY authData (authData);
-
-/* 66f046bb344ff7903bb767b5982fe77758960919 */
-UPDATE  wcf1_bbcode_media_provider
-SET     regex = 'https?://(?:.+?\\.)?youtu(?:\\.be/|be\\.com/(?:#/)?watch\\?(?:.*?&)?v=)(?P<ID>[a-zA-Z0-9_-]+)(?:(?:\\?|&)t=(?P<start>\\d+)$)?',
-       html ='<iframe style="max-width:100%;" width="560" height="315" src="https://www.youtube.com/embed/{$ID}?wmode=transparent&amp;start={$start}" allowfullscreen></iframe>'
-WHERE   title = 'YouTube';