Releases: iworks/sierotki
Releases · iworks/sierotki
v3.3.1
v3.3.0
- The iWorks Rate module has been updated to version 2.2.1.
- The configuration import ability has been added. #10
- The configuration export ability has been added. #9
- Translation loading time has been fixed.
v3.2.9
v3.2.8
- The iWorks Rate module has been updated to version 2.2.0.
- The iWorks Options module has been updated to version 2.9.2.
v3.2.7
- Integration with the Bricks builder (part of the Bricks Theme) has been added.
- The iWorks Options module has been updated to version 2.9.2.
- The iWorks Rate module has been updated to version 2.1.7.
Full Changelog: 3.2.6...3.2.7
v3.2.6
- The iWorks Options module has been updated to version 2.9.0.
- The iWorks Rate module has been updated to version 2.1.6.
Full Changelog: 3.2.5...3.2.6
v3.2.5
- The post types selector has been refactored. Props for gierand.
- The iWorks Options module has been updated to version 2.8.9.
- The iWorks Rate module has been updated to version 2.1.4.
- The
strip_tags()
function has been replaced by thewp_strip_all_tags()
function. - The
wp_remote_get()
function has been replaced by theWP_Filesystem_Direct
class object.
Full Changelog: 3.2.4...3.2.5
v3.2.4
- Handling of multiple term files has been added.
- Handling short language codes has been added.
- The EN terms file has been added—only one-letter and some two-letter words from Wiktionary.
- Checking whether a data file has already been loaded to avoid multiple attempts to load it has been added.
- The term cache will be cleared after updating the WPLANG option.
- The iWorks Options module has been updated to version 2.8.7.
- The iWorks Rate module has been updated to version 2.1.3.
- The file
terms-cs_CZ.txt
has been renamed toterms-cs.txt
. - The file
terms-pl_PL.txt
has been renamed toterms-pl.txt
.
Full Changelog: 3.2.3...3.2.4
v3.2.3
What's Changed
New Contributors
Full Changelog: 3.2.2...3.2.3
Changelog
- The cache for
orphans_indicator_options
has been added. Props for Krystian Marcisz. - The filter
orphans_indicator_options_use_cache
has been added to allow cache turn-off.
v3.2.2
- Data type check has been added. Props for LeoBullero.