Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Jan 29, 2014
1 parent 3240cb1 commit 01fc6ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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','1.1.0');
define('PKG_RELEASE','rc');
define('PKG_VERSION','1.1.1');
define('PKG_RELEASE','pl');

/* define build paths */
$root = dirname(dirname(__FILE__)).'/';
Expand Down
3 changes: 1 addition & 2 deletions config.core.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?php
define('MODX_CORE_PATH', 'C:\wamp\www\modx-2.1.0-rc3\core\\');
define('MODX_CORE_PATH', '/Applications/MAMP/htdocs/modx-stable2/core/');
define('MODX_CONFIG_KEY', 'config');
?>
3 changes: 3 additions & 0 deletions config.core.sample.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
define('MODX_CORE_PATH', '/Applications/MAMP/htdocs/modx-stable2/core/');
define('MODX_CONFIG_KEY', 'config');
7 changes: 7 additions & 0 deletions core/components/importx/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
++ ImportX 1.1.1-pl (January 29, 2014)
+++++++++++++++++++++++++++++++++++++++
#50 Issue saving TVs on update (thanks @jpdevries)
#46 Improve reporting when importing fails (thanks @christianhanvey)
#45 Fix line number reference off by 1 when there's an element mismatch (thanks @christianhanvey)


++ ImportX 1.1.0-rc (December 12, 2011)
+++++++++++++++++++++++++++++++++++++++
#13 Refactor/normalize to open up the ability to import from different formats. Contributions are welcome!
Expand Down

0 comments on commit 01fc6ad

Please sign in to comment.