release version
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@615 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
c471fcf9b8
commit
73a890ff1a
@ -6,8 +6,8 @@
|
|||||||
/_______ /|___| /__|__|_| /__|_| /__|\___ >_______ \
|
/_______ /|___| /__|__|_| /__|_| /__|\___ >_______ \
|
||||||
\/ \/ \/ \/ \/ \/
|
\/ \/ \/ \/ \/ \/
|
||||||
|
|
||||||
Shimmie 2.1 Release Candidate
|
Shimmie 2.1
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
RSS, BBCode + Emoticons, Wiki, Theme engine 2 + Danbooru theme, UTF8 support,
|
RSS, BBCode + Emoticons, Wiki, Theme engine 2 + Danbooru theme, UTF8 support,
|
||||||
Word filter, LOTS of database optimisations, Removal of ConfigSaveEvent and
|
Word filter, LOTS of database optimisations, Removal of ConfigSaveEvent and
|
||||||
many small fixes and improvements \o/
|
many small fixes and improvements \o/
|
||||||
@ -21,7 +21,7 @@ GD or ImageMagick
|
|||||||
|
|
||||||
PHP 4 support has currently been dropped, because
|
PHP 4 support has currently been dropped, because
|
||||||
a) It's a pain in the ass to support
|
a) It's a pain in the ass to support
|
||||||
b) Nobody has told me they want it
|
b) Only one person has told me they want it, and they were a dick about it
|
||||||
|
|
||||||
If you want PHP 4 support, mail me, and I'll see if I can get it working for
|
If you want PHP 4 support, mail me, and I'll see if I can get it working for
|
||||||
version 2.2...
|
version 2.2...
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
// set up and purify the environment
|
// set up and purify the environment
|
||||||
define("DEBUG", false);
|
define("DEBUG", false);
|
||||||
define("VERSION", '2.1-rc3');
|
define("VERSION", '2.1.0');
|
||||||
|
|
||||||
if(DEBUG) {
|
if(DEBUG) {
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user