Skip to content

Releases: ahjdev/php-tag-maker

Fix array

09 Jun 20:31
Compare
Choose a tag to compare
2.3

fix array

V2.2.1

06 Jun 16:09
Compare
Choose a tag to compare

V2.2.0

02 Aug 22:01
Compare
Choose a tag to compare

Make HtmlTagMulti varidiac

V2.1.0

26 Jul 22:45
e75b91b
Compare
Choose a tag to compare

What's Changed

V2.0.0

23 Jul 21:07
Compare
Choose a tag to compare

Convert Classes

  • Tag to HtmlTag
  • Text to HtmlText

New Classes

  • HtmlTagMulti for multi tag (Check examples)
  • HtmlClass for multi class (Check examples

New Methods from HtmlTag class

  • setName
  • getName
  • setClass
  • getClass
  • setId
  • getId
  • getAttributes (Which is an iterator)

Add all html tags as a static method (examples)
Also empty tags don't have values (some of them has important params check from here)

V1.0.1

16 Jul 23:11
c66d8f7
Compare
Choose a tag to compare
Update TagMaker.php