Browse Source

add new gemini-php release

main
yggverse 4 weeks ago
parent
commit
db6def4729
  1. 13
      gemini/gemini-php/0.10.0.gmi
  2. 14
      gemini/gemini-php/0.8.0.gmi
  3. 14
      gemini/gemini-php/0.9.0.gmi
  4. 3
      gemini/gemini-php/index.gmi

13
gemini/gemini-php/0.10.0.gmi

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
# gemini-php 0.10.0
## API changes
* Pango class now related to GTK version namespace
* Escape all URL entities
* Decode URL in alt
* Append title attribute on address does not match alt value
* Add title attribute to the links tag
## Links
=> https://github.com/YGGverse/gemini-php/releases/tag/0.10.0 Download gemini-php 0.10.0

14
gemini/gemini-php/0.8.0.gmi

@ -0,0 +1,14 @@ @@ -0,0 +1,14 @@
# gemini-php 0.8.0
## New methods
=> https://github.com/YGGverse/gemini-php#bodygetlines Body::getLines
=> https://github.com/YGGverse/gemini-php#bodygetline Body::getLine
## API update
Body methods now receive and return line number match condition in the linked argument
## Links
=> https://github.com/YGGverse/gemini-php/releases/tag/0.8.0 Download gemini-php 0.8.0

14
gemini/gemini-php/0.9.0.gmi

@ -0,0 +1,14 @@ @@ -0,0 +1,14 @@
# gemini-php 0.9.0
## New class
=> https://github.com/YGGverse/gemini-php#pango Pango - Conversion features for GTK/Pango format
## New methods
=> https://github.com/YGGverse/gemini-php#bodygetquote Body::getQuote
=> https://github.com/YGGverse/gemini-php#bodygetcode Body::getCode
## Links
=> https://github.com/YGGverse/gemini-php/releases/tag/0.9.0 Download gemini-php 0.9.0

3
gemini/gemini-php/index.gmi

@ -6,6 +6,9 @@ PHP 8 / Composer Library for Gemini Protocol @@ -6,6 +6,9 @@ PHP 8 / Composer Library for Gemini Protocol
## Releases
=> 0.10.0.gmi 2024-04-18 0.10.0
=> 0.9.0.gmi 2024-04-14 0.9.0
=> 0.8.0.gmi 2024-04-12 0.8.0
=> 0.7.0.gmi 2024-04-07 0.7.0
=> 0.6.0.gmi 2024-04-06 0.6.0
=> 0.5.0.gmi 2024-04-05 0.5.0

Loading…
Cancel
Save