markseu преди 11 години
родител
ревизия
7a3bbd0dd9
променени са 3 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      .htaccess
  2. 1 1
      README.md
  3. 1 1
      system/core/core.php

+ 2 - 2
.htaccess

@@ -8,10 +8,10 @@ RewriteRule ^(content|system)/ error404 [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^robots.txt$ system/config/robots.txt [L]
 RewriteRule ^robots.txt$ system/config/robots.txt [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_URI} \.(css|js|png)$
+RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$
 RewriteRule ^media/plugins/(core-.+) system/core/$1 [L]
 RewriteRule ^media/plugins/(core-.+) system/core/$1 [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_URI} \.(css|js|png)$
+RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$
 RewriteRule ^media/plugins/(.+) system/plugins/$1 [L]
 RewriteRule ^media/plugins/(.+) system/plugins/$1 [L]
 
 
 RewriteCond yellow.php -F
 RewriteCond yellow.php -F

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-Yellow 0.3.4
+Yellow 0.3.5
 ============
 ============
 Yellow is for people who make websites.
 Yellow is for people who make websites.
 
 

+ 1 - 1
system/core/core.php

@@ -5,7 +5,7 @@
 // Yellow main class
 // Yellow main class
 class Yellow
 class Yellow
 {
 {
-	const Version = "0.3.4";
+	const Version = "0.3.5";
 	var $page;				//current page
 	var $page;				//current page
 	var $pages;				//pages from file system
 	var $pages;				//pages from file system
 	var $config;			//configuration
 	var $config;			//configuration