From 3a5373dfc60f22716aaac12fbce0069a96d1282d Mon Sep 17 00:00:00 2001 From: Mark-H Date: Mon, 2 May 2011 23:24:51 +0200 Subject: [PATCH] Bump to 1.0.0-rc --- _build/build.transport.php | 4 ++-- core/components/importx/docs/changelog.txt | 15 ++++++++++----- readme | 12 +++++++++--- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/_build/build.transport.php b/_build/build.transport.php index 4844cfb..70f14ca 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -13,8 +13,8 @@ /* define package names */ define('PKG_NAME','ImportX'); define('PKG_NAME_LOWER','importx'); -define('PKG_VERSION','0.9.0'); -define('PKG_RELEASE','alpha'); +define('PKG_VERSION','1.0.0'); +define('PKG_RELEASE','rc'); /* define build paths */ $root = dirname(dirname(__FILE__)).'/'; diff --git a/core/components/importx/docs/changelog.txt b/core/components/importx/docs/changelog.txt index d23e6cd..20e9843 100644 --- a/core/components/importx/docs/changelog.txt +++ b/core/components/importx/docs/changelog.txt @@ -1,11 +1,16 @@ -importX 0.9.0-alpha (25/4/2011) -#3 Workaround for bug with console not logging after calling runProcessor +ImportX 1.0.0-rc (2/5/2011) +#9 Allow parent field to be used to specify a context_key when importing to root. +#7 Add CSV file upload. + Translations added: French, Czech, German, Dutch + +ImportX 0.9.0-alpha (25/4/2011) +#3 Workaround for bug with console not logging after calling runProcessor. #6 Make component translatable with lexicons. -importX 0.2.0-alpha (23/4/2011) -First packaged release. +ImportX 0.2.0-alpha (23/4/2011) + First packaged release. #5 Make console re-usable. -importX 0.1-Alpha1 (7/4/2011) +ImportX 0.1-Alpha1 (7/4/2011) Initial release. \ No newline at end of file diff --git a/readme b/readme index b042d35..2e04538 100644 --- a/readme +++ b/readme @@ -1,6 +1,6 @@ -importX +ImportX -importX is a utility addon designed to allow users +ImportX is a utility addon designed to allow users to import comma seperated values (CSV) into the MODX system as new resources. @@ -17,4 +17,10 @@ is not, it will throw an error. TVs need to be specified by the prefix "tv" and the ID of the TV it needs to be added to, like "tv2" in the -example heading above. \ No newline at end of file +example heading above. + +CSV can be imported from manual input (copy/paste) or +from file upload. + +ImportX has been developed with funding by Working Party, +a Sydney based Digital Agency.