WP Portfolio Team
March 5, 2019

Version 1.4.2

Improvement

  • Removed unwanted parameters from rest API request.
  • Extended the portfolio import limit. Previously the limit was 100 for each request. Now more than 100 sites can be imported.

Fix

  • Updated default values of shortcode parameter: other-category-show-all and category-show-all. These will display All tab for the categories and other categories respectively.
  • PHP warning while bulk updating portfolio items.
WP Portfolio Team
December 21, 2018

Version 1.4.1

Improvement

  • Disabled the Gutenberg support for the only portfolio post type.
WP Portfolio Team
December 20, 2018

Version 1.4.0

New

  • Added call to action for the single page portfolio type.
    Added translation files support. The translation files are load from the /language/ directory.
  • Added shortcode param category-show-all to hide/show the `All` from the category. E.g. [ wp_portfolio category-show-all="no" ] it hide the All from the category.
  • Added shortcode param other-category-show-all to hide/show the All from the other category. E.g. [ wp_portfolio other-category-show-all="no" ] it hide the All from the other category.
  • Added shortcode param quick-view-text to change the “Quick View” text. Default: ‘Quick View’. E.g. [ wp_portfolio quick-view-text="Preview" ] It changes the “Quick View” text with “Preview”.
  • Added shortcode param show-quick-view to show/hide the quick preview button. Use values yes/no to show/hide the button. Default: ‘yes’. E.g. [ wp_portfolio show-quick-view="no" ] It hide the quick view button.

Fix

  • Generated the invalid portfolio if we duplicate it from the BB template.
  • Elementor demo site scale on iPhone safari device.
  • Portfolio item unlist if it created with BB duplicate layout option.
WP Portfolio Team
July 6, 2018

Version 1.3.0

New

  • Introducing options Items Per Page  & Show Portfolio On to show the portfolio items on click on button or on page scroll.
  • Added filter astra_portfolio_default_portfolio_type to set the default portfolio type when we add new portfolio item. (Valid types – page, image, video, iframe.)
  • Added localize variable scrollToTop to disable the scroll to top on click on category link. We can use filter astra_portfolio_shortcode_localize_vars to enable/disable it.

Improvement

  • Added CSS class of current opened portfolio item and its type to the iFrame.
  • Showing the portfolio menu for edit_posts capability users.
  • Category does not highlighted on click on other category.
WP Portfolio Team
June 19, 2018

Version 1.2.0

New

  • Added option ‘Add Call-to-action’ for Website portfolio item. This allows you to add a call-to-action on the preview bar.

Improvement

  • Added filter astra_portfolio_api_site_uri to change the Rest API URL.

Fix

  • Website portfolio item option ‘open in new tab’ not working because, missing of the CSS selector.
WP Portfolio Team
June 14, 2018

Version 1.1.1

Improvement

  • Updated option Open in iFrame from Single Page portfolio item with Open Portfolio Item in` which includes options New Tab, Same Tab & iFrame. Default option is New Tab.
WP Portfolio Team
June 13, 2018

Version 1.1.0

New

  • Added filter astra_portfolio_post_type_args to change the post type args. E.g. post slug, query_var, supports etc.
  • Added option Open in iFrame for Single Page portfolio item. It open the portfolio in iFrame instead of new tab.
  • Added filter astra_portfolio_settings to change the default portfolio settings. E.g. Change per page load items by setting par-page value.
  • We have disable the portfolio items from the query. Now, Added filter astra_portfolio_exclude_portfolio_items to enable the portfolio items on front-end.

Improvement

  • Added support of masonry and lightbox for mobile devices.
  • Divi page builder override the Portfolio grid and filter CSS. Override the CSS of Portfolio grid and filter for Divi Builder.
WP Portfolio Team
May 21, 2018

Version 1.0.7

Improvement

  • Added CSS text-decoration:none for the filter links. Some theme/plugins added underline for the anchors.
  • Added link to force import all the portfolio items.
  • Disable import button and unhide the import sites section.
  • Loading all categories and other categories in the filter list.

Fix

  • All button shows all the posts even when limited categories/tags are provided.
WP Portfolio Team
March 7, 2018

Version 1.0.6

New

  • Added template override support for portfolio shortcode. Now we can override the markup from the child theme.
  • Force fetch all the Astra Started Sites once again. By default, WP Portfolio does not duplicate the sites when importing. Adding query parameter force-fetch-all-sites to the URL will just force fetch the Astra Sites once again.

Improvement

  • Alt and title tag support added to the portfolio image.

Fix

  • Reload masonry once loaded all images with the Lazy load.
WP Portfolio Team
January 15, 2018

Version 1.0.5

New:

  • Added reorder portfolio support with the plugin Post Types Order.
  • Added shortcode
     which is alternative for
    . Shortcode
     will be deprecated in the future versions of the plugin.
  • Added new filter astra_portfolio_shortcode_localize_vars.
  • Added an option to change to portfolio url slug.
  • Added support for shareable portfolio URLs.

Improvement:

  • Changed the plugin name from Astra Portfolio with WP Portfolio.
  • Already imported demos will not be re-imported again.