Skip to content

Commit f061e8e

Browse files
committed
Version 1.9.2
1 parent 274d360 commit f061e8e

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

_build/build.config.php

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<?php
22

3-
define('PKG_NAME','Ace');
4-
define('PKG_NAMESPACE','ace');
5-
define('PKG_VERSION','1.9.1');
6-
define('PKG_RELEASE','pl');
3+
define('PKG_NAME', 'Ace');
4+
define('PKG_NAMESPACE', 'ace');
5+
define('PKG_VERSION', '1.9.2');
6+
define('PKG_RELEASE', 'pl');
77
define('PKG_AUTO_INSTALL', true);
88

99
if (isset($_SERVER['MODX_BASE_PATH'])) {
1010
define('MODX_BASE_PATH', $_SERVER['MODX_BASE_PATH']);
11-
}
12-
elseif (file_exists(dirname(dirname(dirname(__FILE__))) . '/core')) {
11+
} elseif (file_exists(dirname(dirname(dirname(__FILE__))) . '/core')) {
1312
define('MODX_BASE_PATH', dirname(dirname(dirname(__FILE__))) . '/');
14-
}
15-
else {
13+
} else {
1614
define('MODX_BASE_PATH', dirname(dirname(dirname(dirname(__FILE__)))) . '/');
1715
}
1816

@@ -21,8 +19,8 @@
2119
define('MODX_CONNECTORS_PATH', MODX_BASE_PATH . 'connectors/');
2220
define('MODX_ASSETS_PATH', MODX_BASE_PATH . 'assets/');
2321

24-
define('MODX_BASE_URL','/');
22+
define('MODX_BASE_URL', '/');
2523
define('MODX_CORE_URL', MODX_BASE_URL . 'core/');
2624
define('MODX_MANAGER_URL', MODX_BASE_URL . 'manager/');
2725
define('MODX_CONNECTORS_URL', MODX_BASE_URL . 'connectors/');
28-
define('MODX_ASSETS_URL', MODX_BASE_URL . 'assets/');
26+
define('MODX_ASSETS_URL', MODX_BASE_URL . 'assets/');

core/components/ace/documents/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog for Ace integration into MODx Revolution.
22

3+
Ace 1.9.2
4+
====================================
5+
- Updated: Corrected search form [#8]
6+
- Added: TV input Ace field [#9]
7+
38
Ace 1.9.1
49
====================================
510
- Fixed: Changed fonts

0 commit comments

Comments
 (0)