Skip to content

Commit 2b2e5bd

Browse files
committed
Version 0.18.0
1 parent d2e1371 commit 2b2e5bd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the repository to the repositories:
2727
Add the require using the corresponding version:
2828
```json
2929
"require": {
30-
"frameworkdevar/framework": "dev-main#v0.17.0"
30+
"frameworkdevar/framework": "dev-main#v0.18.0"
3131
}
3232
```
3333

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frameworkdevar/framework",
33
"description": "A PHP Framework, built for building fast",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"authors": [
66
{
77
"name": "Tomás Malbrán",

docs/assets/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// The version shown in the sidebar badge, and the release it links to. This is
22
// the only place the documentation records it — ./framework setVersion rewrites
33
// this line, and docsCheck fails when it drifts from composer.json.
4-
window.DOCS_VERSION = "0.17.0";
4+
window.DOCS_VERSION = "0.18.0";
55

66
// Which copy of the site this is. The deploy stamps "dev" into the copy it
77
// publishes under /dev/, and the pages use it to tell whether a reader who

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2 id="quick-start">Quick start</h2>
6767
{ &quot;type&quot;: &quot;git&quot;, &quot;url&quot;: &quot;https://github.com/FrameworkDevAR/Framework.git&quot; }
6868
],
6969
&quot;require&quot;: {
70-
&quot;frameworkdevar/framework&quot;: &quot;dev-main#v0.17.0&quot;
70+
&quot;frameworkdevar/framework&quot;: &quot;dev-main#v0.18.0&quot;
7171
}</code></pre></figure>
7272
<pre><code class="language-bash">./vendor/bin/framework install</code></pre>
7373
<p class="prose"><a href="introduction/getting-started.html">Read the full setup guide →</a></p>

docs/introduction/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 id="installation">Installation</h2>
7070
{ &quot;type&quot;: &quot;git&quot;, &quot;url&quot;: &quot;https://github.com/FrameworkDevAR/Framework.git&quot; }
7171
],
7272
&quot;require&quot;: {
73-
&quot;frameworkdevar/framework&quot;: &quot;dev-main#v0.17.0&quot;
73+
&quot;frameworkdevar/framework&quot;: &quot;dev-main#v0.18.0&quot;
7474
}</code></pre></figure><pre><code class="language-bash">./vendor/bin/framework install</code></pre>
7575
<p>Then wire it into a single entry point — your <code>index.php</code> hands each request to
7676
<a class="src-link" href="https://github.com/FrameworkDevAR/Framework/blob/main/src/Framework.php" target="_blank" rel="noopener noreferrer"><code>Framework::execute()</code></a>. See <a href="../introduction/bootstrapping.html#entry">Bootstrapping</a>.</p>

0 commit comments

Comments
 (0)