diff --git a/.gitignore b/.gitignore index e9c1ad61..eeeaca99 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ bl-themes/striped bl-themes/log bl-themes/micro bl-themes/tagg +bl-themes/future-imperfect \ No newline at end of file diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index df1d3ea4..10b9aacd 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,8 +1,8 @@ webhook($webhook) ) { + $sitemapFile = $this->workspace().'sitemap.xml'; + $sitemapSize = filesize($sitemapFile); + // Send XML header header('Content-type: text/xml'); + header('Content-length: '.$sitemapSize); + $doc = new DOMDocument(); // Workaround for a bug https://bugs.php.net/bug.php?id=62577 diff --git a/bl-plugins/static-pages/metadata.json b/bl-plugins/static-pages/metadata.json index 6d5e757f..a73a9259 100644 --- a/bl-plugins/static-pages/metadata.json +++ b/bl-plugins/static-pages/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.8.1", + "version": "3.9.0", "releaseDate": "2019-02-28", "license": "MIT", - "compatible": "3.8.1", + "compatible": "3.9.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/tags/metadata.json b/bl-plugins/tags/metadata.json index 6d5e757f..a73a9259 100644 --- a/bl-plugins/tags/metadata.json +++ b/bl-plugins/tags/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.8.1", + "version": "3.9.0", "releaseDate": "2019-02-28", "license": "MIT", - "compatible": "3.8.1", + "compatible": "3.9.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/twitter-cards/metadata.json b/bl-plugins/twitter-cards/metadata.json index 6d5e757f..a73a9259 100644 --- a/bl-plugins/twitter-cards/metadata.json +++ b/bl-plugins/twitter-cards/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.8.1", + "version": "3.9.0", "releaseDate": "2019-02-28", "license": "MIT", - "compatible": "3.8.1", + "compatible": "3.9.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/version/metadata.json b/bl-plugins/version/metadata.json index 6d5e757f..a73a9259 100644 --- a/bl-plugins/version/metadata.json +++ b/bl-plugins/version/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.8.1", + "version": "3.9.0", "releaseDate": "2019-02-28", "license": "MIT", - "compatible": "3.8.1", + "compatible": "3.9.0", "notes": "" } \ No newline at end of file diff --git a/bl-themes/alternative/metadata.json b/bl-themes/alternative/metadata.json index 1feb13f2..6efda990 100644 --- a/bl-themes/alternative/metadata.json +++ b/bl-themes/alternative/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://themes.bludit.com", - "version": "3.8.1", + "version": "3.9.0", "releaseDate": "2019-02-28", "license": "MIT", - "compatible": "3.8.1", + "compatible": "3.9.0", "notes": "" } \ No newline at end of file diff --git a/bl-themes/blogx/metadata.json b/bl-themes/blogx/metadata.json index 1feb13f2..6efda990 100644 --- a/bl-themes/blogx/metadata.json +++ b/bl-themes/blogx/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://themes.bludit.com", - "version": "3.8.1", + "version": "3.9.0", "releaseDate": "2019-02-28", "license": "MIT", - "compatible": "3.8.1", + "compatible": "3.9.0", "notes": "" } \ No newline at end of file