Skip to content

Releases: phpDocumentor/guides

1.7.4

10 Mar 20:47
2802f1f
Compare
Choose a tag to compare

What's Changed

This release addresses 2 regressions. The file queue was sorted before on natural strings. since 1.7.0 files were sorted case sensitive. This version restores the old sorting.

The second regression, was related to systems using the filesystem provided before 1.7.0. A feature to copy streams was missing. This has been reintroduced.

  • Fix regression on missing resource put by @jaapio in #1214
  • Fix natural case insensitive sort for files by @jaapio in #1215

Full Changelog: 1.7.3...1.7.4

1.7.3

07 Mar 16:24
b1a365a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.2...1.7.3

1.7.2

07 Mar 15:20
98d5455
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.7.2

1.7.1

07 Mar 07:03
175f443
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

29 Jan 20:27
9cd6dd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.7...1.7.0

1.6.5

10 Jan 17:01
9cd73d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4

06 Jan 19:56
b14e29d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.3...1.6.4

1.6.3

22 Nov 15:09
f8c6cf3
Compare
Choose a tag to compare

What's Changed

We resolved an issue in the interlink json, which didn't include the full permalink to the articles. And added support for tables in our ReStructedText theme. All features of commonmark are now covered an should give our users the ability to render there documentation in RST format.

Full Changelog: 1.6.2...1.6.3

1.6.2

07 Nov 21:31
cd2fcb9
Compare
Choose a tag to compare

What's Changed

This version includes a bugfix regarding list items in markdown based documentation. Before we did produce a paragraph node inside the list item. Now we do flatten this when the list item contains just 1 single paragraph. This prevents issues in rendering lists, but also makes is more compliant with the ReStructuredText based documentation.

Full Changelog: 1.6.1...1.6.2

1.6.1

26 Oct 08:37
97dfc49
Compare
Choose a tag to compare

Bugfix release to resolve an issue with combined inline text styling.

Full Changelog: 1.6.0...1.7.0