Skip to content

Commit f5a0ad3

Browse files
committed
Bump version 1.1.0
1 parent 86eb349 commit f5a0ad3

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

README.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Any questions?
2525
Table of contents
2626
=================
2727

28-
__The documentation below contains only basic examples. If you want to
29-
see more examples and the complete API behind the library, read the
28+
__The documentation below contains only basic examples. If you want to
29+
see more examples and the complete API behind the library, read the
3030
[PhpTabs Manual](https://phptabs.readthedocs.io/).__
3131

3232
Before version 1.0.0, the old manual [PhpTabs Manual](https://stdtabs.github.io/)
@@ -74,7 +74,9 @@ ________________________________________________________________________
7474
Requirements
7575
------------
7676

77-
PhpTabs requires PHP 7.2+ and 8.0.
77+
PhpTabs requires PHP 7.4+ and 8.0+.
78+
79+
Until PhpTabs 1.0.5, it was maintained for PHP versions 7.2 and 7.3.
7880

7981
Until PhpTabs 0.6.1, it was maintained for PHP versions 7.0 and 7.1.
8082

@@ -219,7 +221,7 @@ ________________________________________________________________________
219221

220222
__Type__ *string*
221223

222-
The tablature comments. They are compounded of several lines
224+
The tablature comments. They are compounded of several lines
223225
separated by a line break (```PHP_EOL```).
224226

225227
__Example__
@@ -235,7 +237,7 @@ __Type__ *string*
235237

236238
Person who has transcribed tablature
237239

238-
__Support__
240+
__Support__
239241

240242
Guitar Pro >= 4
241243

@@ -251,7 +253,7 @@ __Type__ *string*
251253

252254
Date when tablature has been transcribed
253255

254-
__Support__
256+
__Support__
255257

256258
Guitar Pro >= 4
257259

@@ -269,7 +271,7 @@ ________________________________________________________________________
269271

270272
__Type__ *integer*
271273

272-
The number of tracks
274+
The number of tracks
273275

274276
__Example__
275277

@@ -295,7 +297,7 @@ ________________________________________________________________________
295297

296298
__Type__ *object*
297299

298-
__Parameter__ *integer* $index
300+
__Parameter__ *integer* $index
299301

300302
The music sheet for one instrument.
301303

@@ -314,7 +316,7 @@ ________________________________________________________________________
314316

315317
__Type__ *integer*
316318

317-
The number of channels
319+
The number of channels
318320

319321
__Example__
320322

@@ -340,7 +342,7 @@ ________________________________________________________________________
340342

341343
__Type__ *object*
342344

343-
__Parameter__ *integer* $index
345+
__Parameter__ *integer* $index
344346

345347
The instrument and sound parameters for one track.
346348

@@ -375,7 +377,7 @@ A list of instrument arrays
375377

376378
```php
377379
array(
378-
'id' => <integer InstrumentId>,
380+
'id' => <integer InstrumentId>,
379381
'name' => <string InstrumentName>
380382
)
381383
```
@@ -390,13 +392,13 @@ ________________________________________________________________________
390392

391393
__Type__ *array*
392394

393-
__Parameter__ *integer* $index
395+
__Parameter__ *integer* $index
394396

395397
An instrument array
396398

397399
```php
398400
array(
399-
'id' => <integer InstrumentId>,
401+
'id' => <integer InstrumentId>,
400402
'name' => <string InstrumentName>
401403
)
402404
```
@@ -416,7 +418,7 @@ ________________________________________________________________________
416418

417419
__Type__ *integer*
418420

419-
The number of measure headers
421+
The number of measure headers
420422

421423
__Example__
422424

@@ -440,7 +442,7 @@ ________________________________________________________________________
440442

441443
__Type__ *object*
442444

443-
__Parameter__ *integer* $index
445+
__Parameter__ *integer* $index
444446

445447
Measure header contains global informations about the measure.
446448

@@ -460,7 +462,7 @@ ________________________________________________________________________
460462

461463
__Type__ *bool*
462464

463-
__Parameter__ *string* $filename
465+
__Parameter__ *string* $filename
464466

465467
This method records data as binary to the disk or buffer.
466468
It implicitly converts filetype if the specified file extension is
@@ -492,7 +494,7 @@ ________________________________________________________________________
492494

493495
__Type__ *string*
494496

495-
__Parameter__ *string* $type
497+
__Parameter__ *string* $type
496498

497499
This method returns data as a binary string into a specified format.
498500

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stdtabs/phptabs",
33
"type": "library",
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"description": "A PHP library for reading, writing and rendering Guitar Pro and MIDI files",
66
"keywords": ["tablature", "guitar", "tabs", "MIDI", "music"],
77
"homepage": "https://phptabs.readthedocs.io/",

0 commit comments

Comments
 (0)