Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdminUI - Edit title, description, comment to clarify what it's for #29581

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions ext/civicrm_admin_ui/info.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0"?>
<extension key="civicrm_admin_ui" type="module">
<file>civicrm_admin_ui</file>
<name>AdminUI</name>
<description>Administration screens for managing CiviCRM settings, options, custom data, etc.</description>
<name>AdminUI (Preview)</name>
<description>Start using new versions of administration screens by installing this exension. These updates will be rolled out to all users in a future version.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Coleman Watts</author>
<email>coleman@civicrm.org</email>
<author>CiviCRM</author>
<email>info@civicrm.org</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/dev/core/-/issues/3912</url>
<url desc="Documentation">https://lab.civicrm.org/dev/core/-/issues/3912</url>
<url desc="Support">https://lab.civicrm.org/dev/core/-/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-02-08</releaseDate>
Expand All @@ -20,11 +18,7 @@
<compatibility>
<ver>5.72</ver>
</compatibility>
<requires>
<ext>org.civicrm.search_kit</ext>
<ext>org.civicrm.afform</ext>
</requires>
<comments>Replaces legacy pages with configurable Search Display Forms.</comments>
<comments>Key CiviCRM interfaces are being rewritten as configurable Search Display Forms. This extension lets you try these updates now, before the screens are permanently replaced in core.</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
Expand Down
10 changes: 2 additions & 8 deletions ext/civicrm_search_ui/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,16 @@
<description>Experimental extension providing replacements for core Search pages using SearchKit</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Aidan Saunders</author>
<email>aidan.saunders@squiffle.uk</email>
<author>CiviCRM</author>
<email>info@civicrm.org</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/civicrm_search_ui</url>
<url desc="Documentation">https://lab.civicrm.org/dev/core/-/issues/3912</url>
<url desc="Support">https://lab.civicrm.org/dev/core/-/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-02-08</releaseDate>
<version>5.72.alpha1</version>
<develStage>alpha</develStage>
<requires>
<ext>org.civicrm.search_kit</ext>
<ext>org.civicrm.afform</ext>
</requires>
<compatibility>
<ver>5.72</ver>
</compatibility>
Expand Down