File tree Expand file tree Collapse file tree 8 files changed +16
-24
lines changed Expand file tree Collapse file tree 8 files changed +16
-24
lines changed Original file line number Diff line number Diff line change 2
2
/.gitattributes export-ignore
3
3
/.gitignore export-ignore
4
4
/.travis.yml export-ignore
5
- /phpunit.xml export-ignore
5
+ /phpunit.xml export-ignore
6
+ /docs export-ignore
7
+ /examples export-ignore
8
+ /test export-ignore
Original file line number Diff line number Diff line change 1
- /.idea
2
- composer.lock
3
- vendor /
1
+ /.idea
2
+ composer.lock
3
+ vendor /
4
+ .phpunit.result.cache
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ It's a set of useful functions for PHP. The name is a pun (Mapache in spanish is
5
5
[ ![ Packagist] ( https://img.shields.io/packagist/v/eftec/mapache-commons.svg )] ( https://packagist.org/packages/eftec/mapache-commons )
6
6
[ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2024.svg )] ( )
7
7
[ ![ composer] ( https://img.shields.io/badge/composer-%3E1.6-blue.svg )] ( )
8
- [ ![ php] ( https://img.shields.io/badge/php->5.6 -green.svg )] ( )
9
- [ ![ php] ( https://img.shields.io/badge/php-7.x -green.svg )] ( )
8
+ [ ![ php] ( https://img.shields.io/badge/php-7.4 -green.svg )] ( )
9
+ [ ![ php] ( https://img.shields.io/badge/php-8.* -green.svg )] ( )
10
10
[ ![ CocoaPods] ( https://img.shields.io/badge/docs-70%25-yellow.svg )] ( )
11
11
12
12
<!-- TOC -->
@@ -436,13 +436,14 @@ TextLib::addParenthesis('(hello)');
436
436
> Todo: missing documentation, check the phpdoc for more information.
437
437
438
438
## Version list
439
+ * 1.23 Modified .gitattributes and .gitignore to streamline the final version.
439
440
* 1.22 The next classes have been renamed:
440
441
* Text (deprecated) => TextLib
441
442
* Collection (deprecated) => CollectionLib
442
443
* Debug (deprecated) => DebugLib
443
444
* It is because there are a dozen of libraries who use the same name for the classes.
444
445
* ** You can still use the same library without changes** but for new code I suggest to use the new names.
445
- * [ next ] FileLib::getDirFirstFile()
446
+ * [ new ] FileLib::getDirFirstFile()
446
447
* 1.21 added FileLib class
447
448
* getDirFiles()
448
449
* getDirFolders()
Original file line number Diff line number Diff line change 12
12
* Class CollectionLib
13
13
*
14
14
* @package mapache_commons
15
- * @version 1.22 2024-08-10
15
+ * @version 1.23 2024-08-12
16
16
* @copyright Jorge Castro Castillo
17
17
* @license Apache-2.0
18
18
* @see https://github.com/EFTEC/mapache-commons
Original file line number Diff line number Diff line change 16
16
* Class Debug
17
17
*
18
18
* @package mapache_commons
19
- * @version 1.21 2024-08-10
19
+ * @version 1.23 2024-08-12
20
20
* @copyright Jorge Castro Castillo
21
21
* @license Apache-2.0
22
22
* @see https://github.com/EFTEC/mapache-commons
Original file line number Diff line number Diff line change 9
9
* This class has a collection of functions to interact with files and directories.
10
10
*
11
11
* @package mapache_commons
12
- * @version 1.22 2024-08-10
12
+ * @version 1.23 2024-08-12
13
13
* @copyright Jorge Castro Castillo
14
14
* @license Apache-2.0
15
15
* @see https://github.com/EFTEC/mapache-commons
Original file line number Diff line number Diff line change 12
12
* Class TextLib
13
13
*
14
14
* @package mapache_commons
15
- * @version 1.22 2024-08-10
15
+ * @version 1.23 2024-08-12
16
16
* @copyright Jorge Castro Castillo
17
17
* @license Apache-2.0
18
18
* @see https://github.com/EFTEC/mapache-commons
You can’t perform that action at this time.
0 commit comments