----------------------------------------- Melissa WordPress Theme v2.2.2 - Changelog ----------------------------------------- -------------------------- Version 2.2.2 -------------------------- How to update Melissa: http://documentation.birdwp.com/wp-melissa/#update-section -------------------------- Fixed: - Fixed minor CSS style issues: comment form styles and quote styles Changed files: - /melissa/style.css - /melissa/assets/inline-styles.php - /melissa/css/editor-style.css - /melissa/functions.php - /melissa/readme.txt -------------------------- Version 2.2.1 25-11-2021 -------------------------- Fixed: - Some minor CSS issues - Fixed problems with displaying posts on mobile devices Minor improvements: - Removed unnecessary files from the theme Changed files: - /melissa/templates/blog-post-media/* (all files in the folder) - /melissa/style.css - /melissa/assets/inline-styles.php - /melissa/css/editor-style.css - /melissa/screenshot.png - /melissa/functions.php - /melissa/readme.txt Deleted: - /melissa/archive.php - /melissa/author.php - /melissa/category.php - /melissa/search.php - /melissa/tag.php -------------------------- Version 2.2 18-09-2021 -------------------------- Updated: - Plugin updated: Melissa Social Media (v1.3) - Plugin updated: Melissa Widgets (v1.1.1) - POT translation file (/melissa/languages/melissa.pot) - Documentation Fixed: - Meta boxes sometimes did not appear on the post creation and editing page (Admin side, Block editor) New: - Added new words for translation: "Category:", "Tag:", and "Author:" (Thanks bilguun55) - Added smoother animation for header area, dropdown search form and menu - The following default settings have been changed (Old value > New value): - Appearance > Customize > Colors > Menu > Menu Link Color (#c1c4cc > #dadde5) - Appearance > Customize > Font Size & Style > Menu > Submenu: Font Style (Bold > Normal) - Appearance > Customize > Colors > Sticky Menu > Sticky Menu Link Color (#c1c4cc > #dadde5) - Appearance > Customize > Colors > Dropdown Search Form > Search Icon Color (#c1c4cc > #dadde5) - Appearance > Customize > Colors > Header Content > Subtitle Color (#c1c4cc > #dadde5) - Appearance > Customize > Colors > Header Content > Subtitle Link Color (#c1c4cc > #dadde5) - Appearance > Customize > Colors > Header > Header Background Transparency (9 -> 6) - Appearance > Customize > Font Size & Style > Blog Post > Blog Post: Metadata Font Style (Bold > Normal) - Appearance > Customize > Font Size & Style > Sidebar & Widgets > Widget: Metadata Font Style (Bold > Normal) - Added preconnect for Google fonts - New setting: "Show full images instead of thumbnails" (Appearance > Customize > General Settings > Other Settings > Show full images instead of thumbnails) - New setting: "Enable hover effect only for posts on archive pages" (Appearance > Customize > General Settings > Other Settings > Enable hover effect only for posts on archive pages) - Added search form for mobile version - New views counter - Several minor improvements Deleted: - Deleted the following setting because it is not needed: - Appearance > Customize > Colors > Dropdown Search Form > Search Form Border Color Changed files: - /melissa/header.php - /melissa/style.css - /melissa/functions.php - /melissa/js/theme.js - /melissa/assets/customizer.php - /melissa/assets/inline-styles.php - /melissa/assets/sanitize-functions.php - /melissa/templates/headers/header-slider-revolution.php - /melissa/css/customizer-style.css - /melissa/templates/blog-post-media/* (all files in the folder) - /melissa/templates/single-media/* (all files in the folder) - /melissa/templates/related-posts.php - /melissa/assets/plugins/melissa-social-media.zip - /melissa/assets/plugins/melissa-widgets.zip - /melissa/assets/plugin-activation.php - /melissa/readme.txt - /melissa/languages/melissa.pot New files: - /melissa/js/melissa-gutenberg-meta-boxes.js - /melissa/js/melissa-meta-boxes.js File deleted: - /melissa/js/show-hide-meta-boxes.js * Thanks to everyone who advised good ideas for this update! -------------------------- Version 2.1.2 06-01-2021 -------------------------- Updated: - "Melissa Social Media" Plugin (v1.2) Fixed: - Fixed an issue where posts overlap each other Changed files: - /templates/blog-post-media/media-image.php - /templates/blog-post-media/media-audio.php - /templates/blog-post-media/media-gallery.php - /templates/blog-post-media/media-video.php - /assets/plugins/melissa-social-media.zip - /assets/plugin-activation.php - /js/theme.js - style.css - functions.php - readme.txt - /languages/melissa.pot * Thanks to everyone who advised good ideas for this update! ;) -------------------------- Version 2.1.1 02-10-2020 -------------------------- Fixed: - Few minor CSS issues All other changes: - Added the wp_body_open function to the theme header file (new requirement for all themes) Changed files: - style.css - /assets/inline-styles.php - header.php - functions.php - /js/show-hide-meta-boxes.js - readme.txt - /languages/melissa.pot -------------------------- Version 2.1 12-12-2019 -------------------------- Updated: - Documentation - Translation file - "Melissa Social Media" Plugin (v1.1): - Changelog: - New social link: "Stack Overflow" (Users > Your Profile > Contact Info > Stack Overflow URL) - New social link: "Slack" (Users > Your Profile > Contact Info > Slack URL) - Updated: Translation file (melissa-social-media.pot) - "Melissa Widgets" Plugin (v1.1): - Changelog: - New: - "Melissa: Social Links": New social link: "Stack Overflow" (Widgets > Melissa: Social Links > Stack Overflow URL) - "Melissa: Social Links": New social link: "Slack" (Widgets > Melissa: Social Links > Slack URL) - Updated: Translation file (melissa-widgets.pot) Fixed: - Some minor CSS issues New: - Added ability to skip logo scaling when uploading it to the site - New option: "Logo Width, px" (Appearance > Customize > Site Identity > Logo Width, px) - Added 2 new social icons for creating links to user profiles: "Stack Overflow" and "Slack": - New option: "Stack Overflow URL" (Appearance > Customize > Footer > Stack Overflow URL) - New option: "Slack URL" (Appearance > Customize > Footer > Slack URL) - New option: "Footer: Top Line Color" (Appearance > Customize > Colors > Footer: Top Line Color) Changed files: - functions.php - /assets/customizer.php - /assets/inline-styles.php - footer.php - /assets/plugins/melissa-social-media.zip - /assets/plugins/melissa-widgets.zip - /assets/plugin-activation.php - style.css - readme.txt - /languages/melissa.pot *P.S. Thanks to everyone who advised good ideas for this update! ;) -------------------------- Version 2.0 27-05-2019 -------------------------- Melissa 2.0 is now available! This is a big theme update that primarily relates to the new requirements for all WordPress themes on the market. Link: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Submission-Requirements Please read the changes before updating the theme. 1. Changes related to new requirements: - All theme code has been edited to meet WordPress code standards. Links: - PHP Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/ - HTML Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/html/ - CSS Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/ - JavaScript Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/javascript/ - Now the theme uses the get_theme_file_path() function to include files. Example: require_once get_theme_file_path( '/assets/class-tgm-plugin-activation.php' ). - Some sanitization functions in the customizer have been changed. - All customizer styles have been moved to a separate file (/css/customizer-style.css). - Now it is not allowed to use some functions in the theme, therefore these functions have been moved to plugins ( link: https://help.author.envato.com/hc/en-us/articles/360000481223-WordPress-Theme-Plugin-Requirements#h_121074620161522301832182 ). These are all widgets, social share buttons, and counters. Now, when updating (or installing) the theme, you will need to install 2 additional plugins (if you need these functions): Melissa Widgets and Melissa Social Media. In addition, all widgets have been rewritten. 2. All other changes: - Updated: Documentation. - Updated: Bootstrap v3.4.1. - Updated: Superfish v1.7.10. - The rel="noopener" attribute has been added to all links that have the target="_blank" attribute. - Added permission to use the "rel" attribute in links. - The show-hide-meta-boxes.js file has been moved from the "assets" folder to the "js" folder. - Additional classes for posts are added through the "post_class" filter: add_filter( 'post_class', 'melissa_custom_post_classes', 10, 3 ). - Changed some phrases for settings. - Removed the following settings: - Appearance > Customize > Custom CSS. This setting was outdated. Now WordPress has its own section in the customizer for Additional CSS code; - All volume settings for background videos. The reason is very simple - this is a new autoplay policy for browsers. Main change: Video can play automatically, but only if it's silent. In this theme, the background video for the header starts to play automatically, and according to the new policy, browsers block any sound from this video. For this reason, all volume settings have stopped working, and they have been removed from the theme. - Changed default values for the following options: - Appearance > Customize > Font Size & Style > Blog Post > Blog Post: Metadata Font Style > Bold; - Appearance > Customize > Font Size & Style > Sidebar & Widgets > Widget: Metadata Font Style > Bold. - Google+ buttons have been removed from the theme. - Styles for the classic editor have been rewritten. - Some theme styles have been changed. - Some responsive styles have been changed. - Fixed several minor issues. Changed files: - All theme files. *P.S. Thanks to everyone who advised good ideas for this update! ;) -------------------------- Version 1.1.6 24-06-2018 -------------------------- Updated: - Slider Revolution Responsive jQuery Plugin (v5.4.8): - Fixed: YouTube BG video not loading sometimes in the latest Chrome Changed files: - /assets/revolution/* (all files in the folder) - /templates/headers/header-slider-revolution.php - functions.php (only files versions) - style.css (only version) - readme.txt (only version) -------------------------- Version 1.1.5 07-06-2018 -------------------------- Updated: - Slider Revolution Responsive jQuery Plugin (v5.4.7.2) Fixed: - Few minor CSS issues: - Comments Form: Cookies acceptance checkbox – Added new styles; - Changed styles for the