Skip to content

Commit ce0089a

Browse files
committed
1.21.2 see README.md
1 parent abdfa99 commit ce0089a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

AutoLoadOne.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ function {{tempname}}__auto($class_name)
571571
// its called only if the class is not loaded.
572572
$ns = dirname($class_name); // without trailing
573573
$ns = ($ns === '.') ? '' : $ns;
574-
$cls = explode($class_name'],'\\');
574+
$cls = explode($class_name,'\\');
575575
$cls = end($cls);
576576
// special cases
577577
if (isset($GLOBALS['{{tempname}}__arrautoloadCustom'][$class_name])) {

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@ reads the composer.json files once.
556556

557557
## Version
558558

559+
* 1.21.2 2021-02-15
560+
* Removed wrong "']" characters.
559561
* 1.21.1 2021-02-15
560562
* fixed composer.json (wrong number)
561563
* 1.21 2021-02-15

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eftec/autoloadone",
33
"description": "AutoloadOne is a program that generates an autoload class for PHP.",
44
"type": "software",
5-
"version": "1.21.1",
5+
"version": "1.21.2",
66
"keywords": ["php","autoload"],
77
"homepage": "https://github.com/EFTEC/AutoLoadOne",
88
"minimum-stability": "beta",

0 commit comments

Comments
 (0)