summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 22:46:08 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 22:46:08 +0000
commit6fd292c81fd4f96a2acac8388f54ce16b4212536 (patch)
tree79f95ce76016841334e34a5cdcf42640fe64ced4 /admin
parent7f19d1b6d9f1f431d5db603a77628f6e78088b08 (diff)
downloadlanguages-6fd292c81fd4f96a2acac8388f54ce16b4212536.tar.gz
languages-6fd292c81fd4f96a2acac8388f54ce16b4212536.tar.bz2
languages-6fd292c81fd4f96a2acac8388f54ce16b4212536.zip
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriateCVS_HEAD
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 8644d45..2946e63 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -123,7 +123,7 @@ $gBitInstaller->registerSchemaDefault( LANGUAGES_PKG_NAME, array(
// Package requirements
$gBitInstaller->registerRequirements( LANGUAGES_PKG_NAME, array(
- 'liberty' => array( 'min' => '2.1.0' ),
+ 'liberty' => array( 'min' => '2.1.4' ),
'users' => array( 'min' => '2.1.0' ),
'kernel' => array( 'min' => '2.0.0' ),
'themes' => array( 'min' => '2.0.0' ),