Skip to content

Commit

Permalink
Update version 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhvanduong committed Mar 30, 2023
1 parent b2c7de8 commit 143aa3f
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ Demo: http://demo.tzportfolio.com/

*** Changelog ***

30/03/2023 - 2.6.4

- Fix issue Deprecated with php8.2:
+ Compatible with php8.2
- Fix issue save article on front-end
- Fix issue of edit layout in back-end
- Fix issue option Layout style for modules
- Fix issue load add-on's xml file in back-end
- Fix issue image preview of tzmedia field in back-end
- Fix issue display svg image of extrafield on front-end
- Fix issue show article's Finish Publishing option in back-end
- Fix issue js Joomla.loadingLayer is not a function of tzextrafieldtypes
- Fix issue sortable of views: articles, addons, categories,... in back-end
- Added Date for Ordering option with Unpublished for Portfolio, Date Articles, Search views
- Update enable or disable link tag option
- Update options Submission - Cancel Redirect for create article view
- Update order by random for views: Portfolio, Date Articles, Search and TZ Portfolio Plus Portfolio module

16/02/2023 - 2.6.3

- Fix issue remove image files of image add-on
Expand Down
23 changes: 22 additions & 1 deletion languages/admin/en-GB.com_tz_portfolio_plus.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1118,4 +1118,25 @@ COM_TZ_PORTFOLIO_PLUS_SHOW_HITS_LABEL="Show Hits"
COM_TZ_PORTFOLIO_PLUS_SHOW_HITS_DESC="If set to Show, the number of Hits on a particular Article will be displayed."
COM_TZ_PORTFOLIO_PLUS_LINK_AUTHOR_DESC="If set to Yes, the Name of the article's Author will be linked to its contact page. You must create a contact linked to the author's user record, <strong>and the &quot;Content - Contact&quot; plugin must be enabled</strong>, for this to be in effect."
COM_TZ_PORTFOLIO_PLUS_FIELD_HOME_ADMINISTRATOR_DESC="This template style is defined as the default."
COM_TZ_PORTFOLIO_PLUS_CATEGORY_DESCRIPTION_DESC="Enter an optional category description in the text area."
COM_TZ_PORTFOLIO_PLUS_CATEGORY_DESCRIPTION_DESC="Enter an optional category description in the text area."

; Since v2.6.3
COM_TZ_PORTFOLIO_PLUS_SHOW_IMAGE_LABEL="Show Image"
COM_TZ_PORTFOLIO_PLUS_SHOW_FIELD_IMAGE_LABEL="Show Field's Image"
COM_TZ_PORTFOLIO_PLUS_SHOW_FIELD_IMAGE_DESC="If set to Show, the field's image will be shown."
COM_TZ_PORTFOLIO_PLUS_OPTION_INHERIT_FROM_FIELD="Inherit from field"
COM_TZ_PORTFOLIO_PLUS_EXTRAFIELDS_SHOW_IMAGE_DESC="If set to show, Extrafield's image will be shown to article in frontend."
COM_TZ_PORTFOLIO_PLUS_EXTRAFIELDS_SHOW_IMAGE_LIST_VIEW_LABEL="Show Image List View"
COM_TZ_PORTFOLIO_PLUS_EXTRAFIELDS_SHOW_IMAGE_LIST_VIEW_DESC="If set to show, Extrafield's image will be shown to article list view in frontend."
COM_TZ_PORTFOLIO_PLUS_EXTRAFIELDS_SHOW_IMAGE_DETAILS_VIEW_LABEL="Show Image Details View"
COM_TZ_PORTFOLIO_PLUS_EXTRAFIELDS_SHOW_IMAGE_DETAILS_VIEW_DESC="If set to show, Extrafield's image will be shown to article details view in frontend."

; Since v2.6.4
COM_TZ_PORTFOLIO_PLUS_LINK_TAG_LABEL="Link Tag"
COM_TZ_PORTFOLIO_PLUS_LINK_TAG_DESC="If set to Yes, and if Show Tag is set to 'Show', the Tag Title will link to a layout showing articles in that Tag."
COM_TZ_PORTFOLIO_PLUS_CREATE_ARTICLE_REDIRECTMENU_LABEL="Submission/Cancel Redirect"
COM_TZ_PORTFOLIO_PLUS_CREATE_ARTICLE_REDIRECTMENU_DESC="Select the page the user will be redirected to after a successful article submission and after cancel (if not set differently below). The default is to redirect to the home page."
COM_TZ_PORTFOLIO_PLUS_CREATE_ARTICLE_CUSTOM_CANCEL_REDIRECT_LABEL="Custom Redirect on Cancel"
COM_TZ_PORTFOLIO_PLUS_CREATE_ARTICLE_CUSTOM_CANCEL_REDIRECT_DESC="If set to 'Yes', you can set a redirection page, distinct from above 'Submission/Cancel Redirect', to redirect to when user Cancels article submission.<br>If set to 'No', when user Cancels article submission, the user is redirected to the above 'Submission/Cancel Redirect' page."
COM_TZ_PORTFOLIO_PLUS_CREATE_ARTICLE_CANCEL_REDIRECT_MENU_LABEL="Cancel Redirect"
COM_TZ_PORTFOLIO_PLUS_CREATE_ARTICLE_CANCEL_REDIRECT_MENU_DESC="Select the page the user will be redirected to after Canceling article submission. The default is to redirect to the same article submission page (cleaning form)."
2 changes: 2 additions & 0 deletions languages/admin/en-GB.com_tz_portfolio_plus.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ COM_TZ_PORTFOLIO_PLUS_TEMPLATES="Styles"
COM_TZ_PORTFOLIO_PLUS_TEMPLATE_STYLES="Layouts"
COM_TZ_PORTFOLIO_PLUS_DASHBOARD="Dashboard"
COM_TZ_PORTFOLIO_PLUS_ACL="ACL"
COM_TZ_PORTFOLIO_PLUS_FORM_VIEW_DEFAULT_TITLE="Create Article"

; Since v2.3.1
COM_TZ_PORTFOLIO_PLUS_EXTENSIONS="Extensions"

Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tz_portfolio_plus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<youtubeUrl>https://www.youtube.com/channel/UCrLN8LMXTyTahwDKzQ-YOqg/videos</youtubeUrl>
<tokenUrl>https://www.tzportfolio.com/blog/how-to-activate-tz-portfolio-pro.html</tokenUrl>
<freelicenseUrl>https://www.tzportfolio.com/component/tz_envato_license/licenses.html</freelicenseUrl>
<version>2.6.3</version>
<version>2.6.4</version>

<scriptfile>script.php</scriptfile>

Expand Down

0 comments on commit 143aa3f

Please sign in to comment.