Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jako committed Jul 31, 2020
1 parent 1a3f093 commit d64773e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 84 deletions.
2 changes: 1 addition & 1 deletion _build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lowCaseName": "login",
"description": "Login and Registrations",
"author": "Jason Coward & Shaun McCormick",
"version": "1.9.8",
"version": "1.9.8-pl2",
"package": {
"elements": {
"snippets": [
Expand Down
5 changes: 1 addition & 4 deletions _build/resolvers/fix.namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@

/** @var modTransportPackage $oldPackage */
$oldPackage = $modx->getObject('transport.modTransportPackage', $c);
$modelPath = $modx->getOption('login.core_path',null,$modx->getOption('core_path').'components/login/').'model/';

$modx->addPackage('login',$modelPath);


if ($oldPackage && $oldPackage->compareVersion('1.9.2-pl', '>')) {
$namespace = $modx->getObject('modNamespace', array('name' => 'login'));
if ($namespace) {
Expand Down
Binary file added _packages/login-1.9.8-pl2.transport.zip
Binary file not shown.
1 change: 1 addition & 0 deletions core/components/login/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Login 1.9.8
- Allow persistParams when redirectUnsetDefaultParams is true [#157]
- Parse file based chunks [#167]
- Prevent directory traversal in the username when register a new user
- Fix logging 'Could not load package metadata for package login.' during install
- Update Translations

Login 1.9.7
Expand Down
79 changes: 0 additions & 79 deletions core/components/login/lexicon/en/_superfluous.php

This file was deleted.

0 comments on commit d64773e

Please sign in to comment.