On May 23 2019, Taskerr 1.3.3 (our WordPress micro jobs theme) was released. This is a minor release to patch a number of issues and introduce some improvements. Updating is highly recommended. A breakdown of tickets can be found below.
Upgrade Information
Use the AppThemes Updater Plugin to automatically update the theme, or visit www.appthemes.com and click on My Account to download the updated version.
If you prefer the old fashion way or have made core theme modifications (which is not recommended), visit AppThemes to download the full version.
Fixes
- Removed “http:” to make browser not display “Mixed content” warning.
- Password Reset form throws a notice on PHP 7.2
- Use require_once statement for loading WordPress files
- Fixed issue of Media Manager on iOS devices.
- Add filters to system info page sections.
- Fixed the metabox help icon position.
- Fixed logic for addons with 0 duration
- Fixed some text translations
- Recalculate total rating when it’s aggregated incorrectly
- Don’t use deprecated create_function()
- Changed some files mode for better security.
Changes
- Added new wp custom post type and taxonomy labels, add gettext context to some phrases.
- Migrate to WP 4.3 Site Icon option. Existing favicon.ico now used as fallback until site icon will not set in Customizer.
- Added Customizer Custom Controls library (for developers)
- Updated “Breadcrumb Trail” lib to 1.1.0
- Removed Password from the user registration email
- Allow to use template file
media-manager-attachment.php
for the appthemes_output_attachment() function - Enable multiple choice on media manager frame
- Added new query filter to place featured listings on top of regular ones.
- Added hooks ‘appthemes_prune_post_addon’ and ‘appthemes_prune_user_addon’ to catch prune addon event
- Make ‘Order Log’ string translatable
- Make all order log messages translatable
- Changed some help texts in settings
- Some performance improvements
- Don’t show ‘View Orders’ link in admin bar (as of wp 4.7).
- Added more popular & requested currencies.
Files Modified
Modified framework Modified framework/admin/class-meta-box.php Modified framework/admin/class-system-info.php Added framework/admin/class-taxonomy-meta-box.php Modified framework/admin/class-user-meta-box.php Modified framework/admin/functions.php Modified framework/admin/importer.php Modified framework/admin/taxonomy-exclusive.php Modified framework/kernel/functions.php Modified framework/kernel/view-types.php Modified framework/load.php Added framework/media-manager/functions.php Modified framework/media-manager/media-manager.php Added framework/media-manager/media-manager-types.php Modified framework/media-manager/scripts/media-manager.js Added framework/media-manager/template/media-manager-attachment.php Added framework/tests/kernel/test_class-view-page.php Added framework/tests/p2p/test-constraints.php Added framework/tests/p2p/test_core.php Added framework/tests/p2p/test_list.php Modified functions.php Added .gitattributes Modified .gitignore Added grunt/changelog.js Added grunt/checktextdomain.js Added grunt/contrib-csslint.js Added grunt/contrib-imagemin.js Added grunt/contrib-jshint.js Added grunt/contrib-uglify.js Added Gruntfile.js Added grunt/fixindent.js Added grunt/jsbeautifier.js Added grunt/postcss.js Added grunt/shell.js Added grunt/wp-i18n.js Modified includes/addons Modified includes/addons/core.php Modified includes/addons/cron.php Modified includes/addons/query.php Modified includes/addons/tests/test_addons.php Modified includes/addons/tests/test_query.php Modified includes/admin/addons-mp Modified includes/admin/addons-mp/addons-mp-class.php Modified includes/admin/addons-mp/admin.php Added includes/admin/addons-mp/api-translations.php Modified includes/admin/addons-mp/css/styles.css Modified includes/admin/settings.php Modified includes/checkout Modified includes/checkout/class-checkout.php Modified includes/core.php Modified includes/display.php Modified includes/options.php Modified includes/payments Modified includes/payments/admin/order-list.php Modified includes/payments/admin/order-single.php Modified includes/payments/admin/settings.php Modified includes/payments/escrow/gateways/paypal-adaptive/paypal-adaptive.php Modified includes/payments/escrow/gateways/paypal-adaptive/paypal-adaptive-request.php Modified includes/payments/escrow/order-escrow-class.php Modified includes/payments/escrow/order-escrow-factory.php Modified includes/payments/escrow/order-escrow-functions.php Modified includes/payments/gateways/paypal/paypal-bridge.php Modified includes/payments/gateways/paypal/paypal-form.php Modified includes/payments/order-class.php Modified includes/payments/order-factory.php Modified includes/payments/order-functions.php Modified includes/payments/tests/test_currencies.php Modified includes/payments/tests/test_order_processes.php Modified includes/payments/utils/currencies.php Modified includes/reviews Modified includes/reviews/load.php Modified includes/reviews/review-capabilities.php Modified includes/reviews/review-class.php Modified includes/reviews/review-comments.php Modified includes/reviews/review-enqueue.php Modified includes/reviews/review-factory.php Modified includes/reviews/review-functions.php Modified includes/reviews/review-handle.php Modified includes/reviews/review-notify-class.php Modified includes/search-index Modified includes/search-index/search-index.php Modified includes/views.php Added package.json Added package-lock.json Modified README.md Added styles/.csslintrc Modified theme-framework Modified theme-framework/includes/views-login.php Modified theme-framework/includes/wrapping.php Modified theme-framework/kernel/breadcrumb-trail.php Added theme-framework/kernel/class-autoload.php Added theme-framework/kernel/deprecated.php Modified theme-framework/kernel/functions.php Modified theme-framework/kernel/view-edit-profile.php Added theme-framework/lib/customizer-custom-controls/css/customizer.css Added theme-framework/lib/customizer-custom-controls/examples/customizer.php Added theme-framework/lib/customizer-custom-controls/examples/customizer-preview.js Added theme-framework/lib/customizer-custom-controls/examples/functions.php Added theme-framework/lib/customizer-custom-controls/examples/style.css Added theme-framework/lib/customizer-custom-controls/images/allcaps.png Added theme-framework/lib/customizer-custom-controls/images/bold.png Added theme-framework/lib/customizer-custom-controls/images/color-picker-transparency-grid.png Added theme-framework/lib/customizer-custom-controls/images/italic.png Added theme-framework/lib/customizer-custom-controls/images/sidebar-left.png Added theme-framework/lib/customizer-custom-controls/images/sidebar-none.png Added theme-framework/lib/customizer-custom-controls/images/sidebar-right.png Added theme-framework/lib/customizer-custom-controls/images/underline.png Added theme-framework/lib/customizer-custom-controls/inc/custom-controls.php Added theme-framework/lib/customizer-custom-controls/inc/google-fonts-alphabetical.json Added theme-framework/lib/customizer-custom-controls/inc/google-fonts-popularity.json Added theme-framework/lib/customizer-custom-controls/inc/sanitizers.php Added theme-framework/lib/customizer-custom-controls/js/customizer.js Added theme-framework/lib/customizer-custom-controls/load.php Added theme-framework/lib/customizer-custom-controls/readme.md Modified theme-framework/load.php Added theme-framework/README.md Modified theme-framework/templates/foundation/form-registration.php |