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

Updates for Joomal 5 #5

Merged
merged 1 commit into from
Oct 12, 2023
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Clean Edit for Joomla 4
A system plugin to make editing content in the front end of your Joomla 4 website distraction free.
# Clean Edit for Joomla
A system plugin to make editing content in the front end of your Joomla website distraction free.

![CLEAN (7)](https://user-images.githubusercontent.com/1296369/205490612-45f38c4b-3527-4d9e-869f-54964cc28aa0.png)

Expand Down
2 changes: 1 addition & 1 deletion cleanedit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 3</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.learnjoomla4.com</authorUrl>
<version>1.0.4</version>
<version>1.0.5</version>
<description>PLG_SYSTEM_CLEANEDIT_XML_DESCRIPTION</description>

<files>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/plg_system_cleanedit.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ PLG_SYSTEM_CLEANEDIT_EDIT_STYLE_ID_LABEL="Template"
PLG_SYSTEM_CLEANEDIT_FULL="Full Screen"
PLG_SYSTEM_CLEANEDIT_MODE_LABEL="Mode"
PLG_SYSTEM_CLEANEDIT_TEMPLATE="Template"
PLG_SYSTEM_CLEANEDIT_XML_DESCRIPTION="A system plugin to make editing content in the front end of your Joomla 4 website distraction free. You can select to either edit content in full screen mode or with a specific template."
PLG_SYSTEM_CLEANEDIT_XML_DESCRIPTION="A system plugin to make editing content in the front end of your Joomla website distraction free. You can select to either edit content in full screen mode or with a specific template."
2 changes: 1 addition & 1 deletion language/en-GB/plg_system_cleanedit.sys.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PLG_SYSTEM_CLEANEDIT="System - Clean Edit"
PLG_SYSTEM_CLEANEDIT_XML_DESCRIPTION="A system plugin to make editing content in the front end of your Joomla 4 website distraction free. You can select to either edit content in full screen mode or with a specific template."
PLG_SYSTEM_CLEANEDIT_XML_DESCRIPTION="A system plugin to make editing content in the front end of your Joomla website distraction free. You can select to either edit content in full screen mode or with a specific template."

11 changes: 6 additions & 5 deletions update/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@
<updates>
<update>
<name>System - Clean Edit</name>
<description>A system plugin to make editing content in the front end of your Joomla 4 website distraction free. You can select to either edit content in full screen mode or with a specific template.</description>
<description>A system plugin to make editing content in the front end of your Joomla website distraction free. You can select to either edit content in full screen mode or with a specific template.</description>
<element>cleanedit</element>
<type>plugin</type>
<folder>system</folder>
<client>site</client>
<version>1.0.4</version>
<version>1.0.5</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/brianteeman/cleanedit/releases/download/1.0.4/plg_system_cleanedit.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/brianteeman/cleanedit/releases/download/1.0.5/plg_system_cleanedit.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<infourl title="Clean Edit for Joomla 4">
https://github.com/brianteeman/cleanedit/blob/master/README.md
https://github.com/brianteeman/cleanedit/blob/main/README.md
</infourl>
<maintainer>Brian Teeman</maintainer>
<maintainerurl>https://brian.teeman.net</maintainerurl>
<targetplatform name="joomla" version="4.0"/>
<targetplatform name="joomla" version="4.[01234]|5.[01234]"/>
<sha256>5573D295CC9B15DEFBB6A27C6FF3FC73581A2F2AE0673F9997AFB4970E15A6A2</sha256>
</update>
</updates>