Skip to content

Commit

Permalink
VERSION 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alarocca130 committed Mar 3, 2020
1 parent 0e06575 commit 65c4479
Show file tree
Hide file tree
Showing 41 changed files with 4,077 additions and 3,211 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,25 +150,24 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h

## Changelog

### 3.0.6 – Released on 04 February 2020

* Tweak: avoid redirect for guest users if wishlist page is set to my-account
* Tweak: minor improvements to localization
* Tweak: update wrong text domains
* Tweak: changed default value for ATW icons
* Tweak: set wishlist session cookie JIT
* Tweak: use secure cookie for sessions, when possible (thanks to Ahmed)
* Tweak: improved cache handling for get_default_wishlist method
* Tweak: even if system cannot set session cookie, calculate session_id and use it for the entire execution
* Update: Italian language
### 3.0.7 - Released on 03 March 2020

* New: support for WordPress 5.4
* New: support for WooCommerce 4.0
* New: improved checks on user capabilities
* New: added wishlist widgets to Elementor
* Update: plugin framework
* Fix: prevent error if list doesn't exists
* Fix: issue with wishlist_id query param
* Fix: items query now search for product in original language
* Fix: returning correct wishlist and user id to yith_wcwl_added_to_wishlist and yith_wcwl_removed_from_wishlist actions (thanks to danielbitzer)
* Fix: issue with default value for yith_wcwl_positions option
* Fix: added key name to avoid DB error during install or update procedure
* Dev: added yith_wcwl_shortcode_share_link_url filter
* Tweak: added check on user permission level for all wishlist actions
* Tweak: escape output on templates
* Fix: custom css not being loaded in the page
* Fix: compatibility with YITH Infinite Scrolling when ajax loading is enabled
* Fix: hide share section on wishlist page when "Share wishlist" option is disabled
* Fix: assign correct css rule to border color for Wishlist Table
* Dev: added yith_wcwl_reload_fragments trigger to refresh wishlist fragments
* Dev: added yith_wcwl_remove_hidden_products_via_query filter
* Dev: added yith_wcwl_show_add_to_wishlist filter, to allow dev selectively hide Add to Wishlist buttons
* Dev: new actions on wishlist-view.php template (thanks to Jory)
* Dev: added .editorconfig (thanks to Jory)

## Support

Expand Down
27 changes: 23 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Contributors: yithemes
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
Requires at least: 4.0
Tested up to: 5.3
Stable tag: 3.0.6
Tested up to: 5.4
Stable tag: 3.0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
WooCommerce 3.9.x compatible.
WooCommerce 4.0.x compatible.

== Description ==

Expand Down Expand Up @@ -112,9 +112,28 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h

== Changelog ==

= 3.0.7 - Released on 03 March 2020 =

* New: support for WordPress 5.4
* New: support for WooCommerce 4.0
* New: improved checks on user capabilities
* New: added wishlist widgets to Elementor
* Update: plugin framework
* Tweak: added check on user permission level for all wishlist actions
* Tweak: escape output on templates
* Fix: custom css not being loaded in the page
* Fix: compatibility with YITH Infinite Scrolling when ajax loading is enabled
* Fix: hide share section on wishlist page when "Share wishlist" option is disabled
* Fix: assign correct css rule to border color for Wishlist Table
* Dev: added yith_wcwl_reload_fragments trigger to refresh wishlist fragments
* Dev: added yith_wcwl_remove_hidden_products_via_query filter
* Dev: added yith_wcwl_show_add_to_wishlist filter, to allow dev selectively hide Add to Wishlist buttons
* Dev: new actions on wishlist-view.php template (thanks to Jory)
* Dev: added .editorconfig (thanks to Jory)

= 3.0.6 – Released on 04 February 2020 =

* Tweak: avoid guest redirect if wishlist page is set to my-account
* Tweak: avoid redirect for guest users if wishlist page is set to my-account
* Tweak: minor improvements to localization
* Tweak: update wrong text domains
* Tweak: changed default value for ATW icons
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

90 changes: 86 additions & 4 deletions assets/css/unminified/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ table.wishlist_table tbody td{
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
text-align: center;
background: #fff;
}

.wishlist_table tr th.product-checkbox {
Expand Down Expand Up @@ -1018,6 +1017,24 @@ div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
margin-bottom: 0;
}

.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{
display: inline-block;
padding: 0;
border: none;
background: none;
top: 0;
margin: 0;
}

.wishlist_manage_table td.wishlist-name a.show-title-form i{
padding: 5px;
margin: 0;
}

.wishlist_manage_table td.wishlist-name:hover a.show-title-form{
visibility: visible;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form{
margin: 0!important;
}
Expand All @@ -1027,6 +1044,27 @@ div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
min-width: 0;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form{
position: relative;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form .edit-title-buttons{
position: absolute;
right: 0;
top: 0;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form a{
float: right;
cursor: pointer;
margin-left: 5px;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form a i{
padding: 5px;
margin: 0;
}

table.wishlist_manage_table tfoot td{
text-align: right;
padding: 24px 12px;
Expand Down Expand Up @@ -1067,8 +1105,26 @@ table.wishlist_manage_table tfoot td{
padding: 0;
}

.wishlist_manage_table.modern_grid li .item-details table.item-details-table td{
/*font-size: 1em;*/
.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{
position: relative;
}

.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons{
position: absolute;
right: 0;
top: 0;
}

.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a{
float: right;
line-height: 1;
cursor: pointer;
margin-left: 5px;
}

.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a i{
padding: 5px;
margin: 0;
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{
Expand Down Expand Up @@ -1123,7 +1179,33 @@ table.wishlist_manage_table tfoot td{
width: 100%;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form{
.wishlist_manage_table.mobile li .item-details .hidden-title-form{
position: relative;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type="text"]{
width: 100%;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons{
position: absolute;
right: 0;
top: 0;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a{
float: right;
line-height: 1;
cursor: pointer;
margin-left: 5px;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a i{
padding: 5px;
margin: 0;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{
display: block;
border-bottom: 1px solid #cdcdcd;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/jquery.yith-wcwl.js

Large diffs are not rendered by default.

Loading

0 comments on commit 65c4479

Please sign in to comment.