Skip to content

Commit

Permalink
Bump to 1.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed May 2, 2011
1 parent 21e63f4 commit 3a5373d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__)).'/';
Expand Down
15 changes: 10 additions & 5 deletions core/components/importx/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 9 additions & 3 deletions readme
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
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.

0 comments on commit 3a5373d

Please sign in to comment.