Releases: iworks/og
Releases · iworks/og
v3.3.3
v3.3.2
v3.3.1
- The iWorks Rate module has been updated to version 2.1.9.
v3.3.0
- An issue with the WPML plugin has been fixed. #15. Props for Armsportstore.com.
- The iWorks Rate module has been updated to version 2.1.6.
- Include files have been hardened.
- Integration with the [WooCommerce] plugin has been improved.
- Integration with the [Debug Bar] plugin has been added.
Full Changelog: 3.2.7...3.3.0
v3.2.7
- The filter
og/term/meta/thumbnail_id_name
has been added. It allows you to change the term meta name with a thumbnail ID (the default isimage
). Props for [John] (https://wordpress.org/support/users/thesun2012/). https://github.com/iworks/og/issues/14 - The filter
og/term/meta/thumbnail_url
has been added. It allows you to change the term meta name with a thumbnail src (the default isimage_url
). - The iWorks Rate module has been updated to version 2.1.6.
Full Changelog: 3.2.6...3.2.7
v3.2.6
- Quotations have been removed from
$wpdb->prepare()
. - The function
date()
has been replaced by the functiongmdate()
. - The function
strip_tags()
has been replaced by the functionwp_strip_all_tags()
. - The iWorks Rate module has been updated to version 2.1.4. #13
- The usage of WPDB objects has been improved.
- Full Changelog: 3.2.5...3.2.6
v3.2.5
- When a site was in debug mode, the
set_transient()
function was called improperly. It has been fixed. Props for X-Raym & John Blackbourn.
Full Changelog: 3.2.4...3.2.5
v3.2.4
- Schema "tagline" has been removed by default. Use the
og_allow_to_use_schema_tagline
filter to turn it on (not recommended).
Full Changelog: 3.2.3...3.2.4
v3.2.3
v3.2.2
- The
og:logo
has been removed; it can be used with the filterallow_og_logo
. See the FAQ for more details. - The
og_logo_size
filter has been added; it allows you to change the logo size; the default is "full". - The
get_site_logo()
function has been refactored. - Unnecessary trailing slashes have been removed. Props for Oliver