Skip to content

Commit 42c0966

Browse files
author
flow-php
committed
1 parent a22079e commit 42c0966

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

changelog/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
287287
</div>
288288

289289
<section id="changelog" class="py-10 px-2 sm:px-4 mx-auto max-w-screen-xl">
290-
<h2><a id="flow-php-unreleased---2025-11-09" href="#content-unreleased---2025-11-09" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-11-09</h2>
290+
<h2><a id="flow-php-unreleased---2025-11-10" href="#content-unreleased---2025-11-10" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-11-10</h2>
291291
<h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
292292
<ul>
293293
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1981">#1981</a> - <strong>Add HTML usage example</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/stloyd">@stloyd</a></li>
@@ -317,6 +317,7 @@ <h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true"
317317
</ul>
318318
<h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Changed</h3>
319319
<ul>
320+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1984">#1984</a> - <strong>Allow usage of <code>HTMLElement</code> in <code>HTMLQuerySelector*</code></strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/stloyd">@stloyd</a></li>
320321
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1978">#1978</a> - <strong>Allow enforcing PHP requirements in examples</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/stloyd">@stloyd</a></li>
321322
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1976">#1976</a> - <strong>updated importmap dependencies</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
322323
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1975">#1975</a> - <strong>narrow phpstan class.notFound suppression to config only and specific classes only</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

documentation/components/core/building-blocks/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,12 @@ <h2><a id="flow-php-entry-types" href="#content-entry-types" class="mr-2" aria-h
453453
<li><a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/Entry/StringEntry.php">String</a></li>
454454
<li><a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/Entry/StructureEntry.php">Structure</a></li>
455455
<li><a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/Entry/UuidEntry.php">Uuid</a></li>
456+
<li><a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php">HTML</a></li>
457+
<li><a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/Entry/HTMLElementEntry.php">HTMLElement</a></li>
456458
<li><a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/Entry/XMLEntry.php">XML</a></li>
457459
<li><a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/Entry/XMLElementEntry.php">XMLElement</a></li>
458460
</ul>
459-
<p>Internally flow is using <a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/EntryFactory.php">EntryFactory</a> to create entries.
461+
<p>Internally, Flow is using <a target="_blank" href="https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Row/EntryFactory.php">EntryFactory</a> to create entries.
460462
It will try to detect and create the most appropriate entry type based on the value.</p>
461463
<p>Flow Entries are based on <a href="/documentation/components/libs/types">Flow Types Library</a></p>
462464

sitemap.blog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>

sitemap.default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-11-10T10:33:03+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-11-10T10:52:06+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>

sitemap.documentation.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)