Skip to content

Commit

Permalink
Joomla 5 native support. v.2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytolkachyov authored Oct 2, 2024
2 parents 5bff668 + 228d0ce commit a7fa640
Show file tree
Hide file tree
Showing 116 changed files with 6,335 additions and 5,740 deletions.
5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<project name="jlsitemap" default="dist" basedir=".">
<property name="VERSION" value="1.12.0"/>
<property name="VERSION" value="2.0.0"/>
<tstamp>
<format property="DATE" pattern="%d.%m.%Y"/>
</tstamp>
<property name="build" value="_build"/>
<property name="dist" value="_dist"/>
<property name="filename" value="pkg_jlsitemap_v${VERSION}_j3.9_j4.zip"/>
<property name="filename" value="pkg_jlsitemap_v${VERSION}_j4_j5.zip"/>
<target name="init" depends="clean">
<mkdir dir="${build}"/>
<mkdir dir="${dist}"/>
Expand All @@ -15,6 +15,7 @@
<fileset dir="./">
<exclude name="${dist}"/>
<exclude name="${build}"/>
<exclude name=".idea/**"/>
<exclude name="build.xml"/>
<exclude name="README.md"/>
<exclude name="README.ru-RU.md"/>
Expand Down
171 changes: 0 additions & 171 deletions com_jlsitemap/admin/controllers/sitemap.php

This file was deleted.

68 changes: 0 additions & 68 deletions com_jlsitemap/admin/helpers/jlsitemap.php

This file was deleted.

71 changes: 0 additions & 71 deletions com_jlsitemap/admin/helpers/secrets.php

This file was deleted.

27 changes: 0 additions & 27 deletions com_jlsitemap/admin/jlsitemap.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COM_JLSITEMAP_SITEMAP_GENERATION_SUCCESS_INCLUDES = "Total left in the site map:
COM_JLSITEMAP_SITEMAP_GENERATION_SUCCESS_EXCLUDES = "Excluded: %s (according to filtering rules)."
COM_JLSITEMAP_SITEMAP_GENERATION_FAILURE = "Failed sitemap generation: %s."

COM_JLSITEMAP_SITEMAP_DELETE = "Delete sitemap"
COM_JLSITEMAP_SITEMAP_DELETE = "Delete <span class=\"d-none d-md-inline\">sitemap</span>"
COM_JLSITEMAP_SITEMAP_DELETE_SUCCESS = "Sitemap deleted."
COM_JLSITEMAP_SITEMAP_DELETE_FAILURE = "Failed deleting sitemap."

Expand Down Expand Up @@ -62,4 +62,4 @@ COM_JLSITEMAP_ERROR_SITEMAP_NOT_FOUND = "Sitemap not found."
COM_JLSITEMAP_ERROR_SITEMAP_UNIDENTIFIED = "Unidentified sitemap."
COM_JLSITEMAP_ERROR_PLUGINS_NOT_FOUND = "Plugins not found."

COM_JLSITEMAP_ADMIN_TEXT = "<h3>JL Sitemap</h3><p>Component site maps for Joomla. Allows you to create a sitemap.xml file for your site.</p><p><a href='https://joomline.org/extensions/component-for-joomla/jlsitemap.html' target='_blank'>Extension page</a>|<a href='https://joomline.org/docs/79-documentation-extension-jl-sitemap.html' target='_blank'>Documentation</a>|<a href='https://github.com/Joomline/jlsitemap' target='_blank'>GitHub</a></p><h3>Authors</h3><p>Developed by<a href='https://joomline.ru/' target='_blank'>Joomline</a>: Igor Berdichevskiy and Vadim Kunitsyn.</p><h3>Donations:</h3><p>The component is developed by user donations.</p><p><a href='https://joomline.org/donatenewen.html?solution=JLSitemap' target='_blank' class='btn btn-primary'>Support the development of JL Sitemap</a></p>"
COM_JLSITEMAP_ADMIN_TEXT = "<h3>JL Sitemap</h3><p>Component site maps for Joomla. Allows you to create a sitemap.xml file for your site.</p><p><a href='https://joomline.org/extensions/component-for-joomla/jlsitemap.html' target='_blank'>Extension page</a>|<a href='https://joomline.org/docs/79-documentation-extension-jl-sitemap.html' target='_blank'>Documentation</a>|<a href='https://github.com/Joomline/jlsitemap' target='_blank'>GitHub</a></p><h3>Authors</h3><p>Developed by<a href='https://joomline.ru/' target='_blank'>Joomline</a>: Igor Berdichevskiy and Vadim Kunitsyn.</p><p>Update to Joomla 5: Sergey Tolkachyov, <a href='https://web-tolk.ru' target='_blank'>https://web-tolk.ru</a></p>"
Loading

0 comments on commit a7fa640

Please sign in to comment.