Skip to content

SWJProjects 1.8.0

Compare
Choose a tag to compare
@sergeytolkachyov sergeytolkachyov released this 29 Aug 14:44
· 17 commits to master since this release

What's new?

Project Filtering Options in menu item params

Filtering and sorting options for projects have been added to the settings of the menu item. Now you can show only paid, only free projects, or both types.
You can sort projects by ID (novelty), download type, order in Joomla, views (popularity by views) and downloads (popularity by downloads).

The new project parameter is visibility

For some extensions, you want to have an update server and a changelog URL, manage versions, but you don't want to show these extensions in the frontend so that visitors to your site can download and install them themselves. For example, these may be extensions that are installed as dependencies for other extensions, but at the same time have their own separate update server.
For such cases, you can set the visibility of the project: it can be hidden and the site visitor will not see it in the frontend, search engines will not index it and will not know about the extension page. But your clients' websites will be able to download updates.
The visible column has been added to the project table in the database, which is 1 by default.

Bug fixes

  • The "download" button on the page for viewing documentation of paid projects has been fixed.
  • The link to the donation page has been changed to a link to GitHub.
  • Small fixes of PHP 8.
    Extension page https://web-tolk.ru/dev/components/sw-jprojects