Deployed ab247c72 to 5.x with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
Simon Wisselink
2024-12-27 23:37:33 +01:00
parent f32e79d887
commit bf267ef068
4 changed files with 26 additions and 3 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -510,6 +510,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#removed-undocumented-magic-api-methods" class="md-nav__link">
<span class="md-ellipsis">
Removed undocumented magic API methods
</span>
</a>
</li>
<li class="md-nav__item">
@@ -3616,6 +3625,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#removed-undocumented-magic-api-methods" class="md-nav__link">
<span class="md-ellipsis">
Removed undocumented magic API methods
</span>
</a>
</li>
<li class="md-nav__item">
@@ -3806,6 +3824,11 @@ Use <code>$smarty-&gt;addPluginsDir()</code> or consider writing a proper <a hre
<li><code>$smarty-&gt;assignByRef()</code> should be replaced with <code>$smarty-&gt;assign()</code></li>
<li><code>$smarty-&gt;loadPlugin()</code> should be replaced with <code>$smarty-&gt;registerPlugin()</code></li>
</ul>
<h3 id="removed-undocumented-magic-api-methods">Removed undocumented magic API methods</h3>
<p>Smarty v4 allowed setting (internal) properties for which no setter existed by using magic methods
that start with either <code>set</code> or <code>get</code>. This has been removed in Smarty 5.</p>
<p>For example, <code>$smarty-&gt;setErrorUnassigned(true);</code> would set the <code>error_unassigned</code> property.</p>
<p>Every setter of getter that was ever documented or unit tested has been kept.</p>
<h3 id="removed-php-constants">Removed PHP constants</h3>
<p>The following constants have been removed to prevent global side effects.</p>
<ul>

View File

@@ -3,8 +3,8 @@
"version": "5.x",
"title": "5.x",
"aliases": [
"stable",
"latest"
"latest",
"stable"
]
},
{