<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in auth.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>68c09842ce65d53b26679730a8b6e612bbbc40e3 - Bump version to 2025-05-29</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#68c09842ce65d53b26679730a8b6e612bbbc40e3</link>
        <description>Bump version to 2025-05-29

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 29 May 2025 14:38:42 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>6d3e34e459fc98ff6f484d3bdabe4b7694962ec4 - Fix incorrect link</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#6d3e34e459fc98ff6f484d3bdabe4b7694962ec4</link>
        <description>Fix incorrect link

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 29 May 2025 14:35:14 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>224e5cddf88e6b0f83d2a602f1f1103bec30552a - Fix static analysis warnings</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#224e5cddf88e6b0f83d2a602f1f1103bec30552a</link>
        <description>Fix static analysis warnings

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 29 May 2025 14:19:15 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>f4aa129b749615db449b230c13fca5ffb1345da1 - Catch PDOException instead of generic Exception</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#f4aa129b749615db449b230c13fca5ffb1345da1</link>
        <description>Catch PDOException instead of generic Exception

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 29 May 2025 14:26:34 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>d46733c586abf1605e87d4ed47664a35025e40ce - Extend AuthPlugin class</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#d46733c586abf1605e87d4ed47664a35025e40ce</link>
        <description>Extend AuthPlugin classGet rid of legacy DokuWiki_Auth_Plugin alias.

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 29 May 2025 14:25:38 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>bdb9e9d4436c570c09d3e86c5683ee454d8ad1c6 - PHPDoc</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#bdb9e9d4436c570c09d3e86c5683ee454d8ad1c6</link>
        <description>PHPDoc

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 29 May 2025 13:37:40 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>c66ceb5422c39cc313ed9c143515b46aef48f3da - Coding guidelines</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#c66ceb5422c39cc313ed9c143515b46aef48f3da</link>
        <description>Coding guidelines

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 29 May 2025 13:37:18 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>bc637d09828a67a2c4152fc9960945b628992431 - Update auth.php to support new wp 6.8 hashs</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#bc637d09828a67a2c4152fc9960945b628992431</link>
        <description>Update auth.php to support new wp 6.8 hashs

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Wed, 16 Apr 2025 12:00:29 +0000</pubDate>
        <dc:creator>Tim Oberl&#228;nder &lt;86679219+tim12312@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>666403eee7609fa4399ffdc03ed5366c8a77b99e - Fix checking of passwords containing `\`, `&apos;` or `&quot;`</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#666403eee7609fa4399ffdc03ed5366c8a77b99e</link>
        <description>Fix checking of passwords containing `\`, `&apos;` or `&quot;`WordPress adds slashes to the password before generating the hash, so weneed to do the same otherwise password containing `\`, `&apos;` or `&quot;` willnot match.Fixes #23

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Sun, 05 Jan 2025 18:22:40 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>e03e23f386418cbb2902e1f02e9535b3e029d1fe - Fix #20: Adopt PSR-12 coding standard</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#e03e23f386418cbb2902e1f02e9535b3e029d1fe</link>
        <description>Fix #20: Adopt PSR-12 coding standard

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Tue, 06 Jun 2023 19:34:17 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>d7435096444f0b36ecc775ede5ea01e0a486aa6f - Fix PHPDoc and static analysis warnings</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#d7435096444f0b36ecc775ede5ea01e0a486aa6f</link>
        <description>Fix PHPDoc and static analysis warnings

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Tue, 06 Jun 2023 19:31:33 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>308b48d3ab10a83279ccb29ecd147ca8b1b95391 - Replace deprecated dbglog() calls</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#308b48d3ab10a83279ccb29ecd147ca8b1b95391</link>
        <description>Replace deprecated dbglog() callsUse Logger::debug() insteadFixes #19

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Tue, 06 Jun 2023 19:28:10 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>5328ce4bf46b270af9cfe1d54f497794ffdaa0cb - Merge pull request #18 from susnux/master</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#5328ce4bf46b270af9cfe1d54f497794ffdaa0cb</link>
        <description>Merge pull request #18 from susnux/masterFix compatibility with MySQL 8+, fixes #17

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Tue, 06 Jun 2023 18:23:36 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>493dbdc6859a3d52fa05a9139201e1763ee67492 - Fix compatibility with MySQL 8+, fixes #17</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#493dbdc6859a3d52fa05a9139201e1763ee67492</link>
        <description>Fix compatibility with MySQL 8+, fixes #17

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 19 Aug 2021 15:27:56 +0000</pubDate>
        <dc:creator>Ferdinand Thiessen &lt;rpm@fthiessen.de&gt;</dc:creator>
    </item>
<item>
        <title>acc20be00924f7d3f29b1836a8392cffda0ec5f3 - Initialize variables to avoid PHP notices</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#acc20be00924f7d3f29b1836a8392cffda0ec5f3</link>
        <description>Initialize variables to avoid PHP notices

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Sat, 02 May 2020 14:47:27 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>5d099ac18de58585b07e47ad428d8cffcf6a3582 - PHPDoc</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#5d099ac18de58585b07e47ad428d8cffcf6a3582</link>
        <description>PHPDoc

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Sat, 02 May 2020 14:46:45 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>02fbe6b47abd207f8c97eb6dc36a93c8551f2a32 - Fix #9: DB connection with UTF8 charset</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#02fbe6b47abd207f8c97eb6dc36a93c8551f2a32</link>
        <description>Fix #9: DB connection with UTF8 charsetWithout this, UTF8 characters in usernames are displayed as ???.

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Thu, 03 Mar 2016 15:14:21 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>37a3480afd679d16f69f06d1456fac61bb6fb6af - Fix #8: error with PHP &lt; 5.5</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#37a3480afd679d16f69f06d1456fac61bb6fb6af</link>
        <description>Fix #8: error with PHP &lt; 5.5Avoid &quot;Can&apos;t use method return value in write context&quot; error.

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Sat, 13 Feb 2016 21:53:56 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>b741ff68ee9c6fee3af38345ca3240f51242ec2b - Fix #7: Adopt PSR-2 coding standards</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#b741ff68ee9c6fee3af38345ca3240f51242ec2b</link>
        <description>Fix #7: Adopt PSR-2 coding standards

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Sat, 23 Jan 2016 16:35:35 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>9f5692a39275af609ceca5f5aa005a5ee5e807a5 - Implement filtering</title>
        <link>http://127.0.0.1:8080/history/plugin/authwordpress/auth.php#9f5692a39275af609ceca5f5aa005a5ee5e807a5</link>
        <description>Implement filtering

            List of files:
            /plugin/authwordpress/auth.php</description>
        <pubDate>Sat, 23 Jan 2016 15:53:44 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
</channel>
</rss>
