Skip to content

Commit

Permalink
$langDefs becomes a new constant LWT_LANG_DEFS (#163).
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Dec 26, 2023
1 parent c30f391 commit a270782
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 240 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ones are marked like "v1.0.0-fork".
* New tools for documentation:
* New JavaScript documentation with [JSDoc](https://jsdoc.app/)! You will find it under `docs/js/`.
* Better PHP documentation using [phpDocumentor](https://phpdoc.org/). The new documentation is at `docs/php/`.
* New constant `LWT_LANG_DEFS`, that replaces `$langDefs` (in `inc/langdefs.php`). Part of [#163](https://github.com/HugoFara/lwt/issues/163).

## Changed

Expand All @@ -20,6 +21,7 @@ ones are marked like "v1.0.0-fork".
### Deprecated

* PHP documentation using Doxygen (under `/docs/html`) is now deprecated and will be removed in 3.0.0.
* Using `$langDefs` is deprecated in favor of `LWT_LANG_DEFS` ([#163](https://github.com/HugoFara/lwt/issues/163)).

## 2.9.0-fork (December 24 2023)

Expand Down
2 changes: 2 additions & 0 deletions docs/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2175,6 +2175,7 @@ <h4>Added</h4>
<li>Better PHP documentation using <a href="https://phpdoc.org/">phpDocumentor</a>. The new documentation is at <code>docs/php/</code>.</li>
</ul>
</li>
<li>New constant <code>LWT_LANG_DEFS</code>, that replaces <code>$langDefs</code> (in <code>inc/langdefs.php</code>). Part of <a href="https://github.com/HugoFara/lwt/issues/163">#163</a>.</li>
</ul>
<h3>Changed</h3>
<ul>
Expand All @@ -2183,6 +2184,7 @@ <h3>Changed</h3>
<h4>Deprecated</h4>
<ul>
<li>PHP documentation using Doxygen (under <code>/docs/html</code>) is now deprecated and will be removed in 3.0.0.</li>
<li>Using <code>$langDefs</code> is deprecated in favor of <code>LWT_LANG_DEFS</code> (<a href="https://github.com/HugoFara/lwt/issues/163">#163</a>).</li>
</ul>
<h3>2.9.0-fork (December 24 2023)</h3>
<h4>Added in 2.9.0-fork</h4>
Expand Down
Loading

0 comments on commit a270782

Please sign in to comment.