no overwrite Version 2.0.2

Extension
Release Date
Release Version
2.0.2
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="eu.tttp.noverwrite" type="module">
<file>noverwrite</file>
<name>Prevent users from overwriting their record</name>
<description>This extension makes the first and last name fields read only, to prevent users from accidentally overwriting their information when filling out publicly visible forms (e.g. donation or membership).
</description>
<license>agpl</license>
<maintainer>
<author>Stoob (and packaged by xavier)</author>
<email>xavier@tttp.eu</email>
</maintainer>
<releaseDate>2024-09-02</releaseDate>
<version>2.0.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.65</ver>
</compatibility>
<comments>Based on an idea and initial code from Stoob and improved with Tim's suggestion to do it at the php instead of the js level.
</comments>
<civix>
<namespace>CRM/Noverwrite</namespace>
<format>23.02.1</format>
</civix>
<urls>
<url desc="Main Extension Page">http://github.com/TechToThePeople/noverwrite</url>
<url desc="Documentation">http://github.com/TechToThePeople/noverwrite</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>