diff --git a/readme.txt b/readme.txt index 3e9ec5d..eb78217 100755 --- a/readme.txt +++ b/readme.txt @@ -2,6 +2,28 @@ Independent Publisher is a beautiful reader-focused WordPress theme, for you. Version history: +1.6 + +* **New Feature**: Overlay Post Title on Post Cover. You can now choose to have the Post Title overlayed on top of the Post Cover, when setting a featured image to be full-width (Post Cover). See [#47](https://github.com/raamdev/independent-publisher/issues/47). (Thanks to @descubraomundo) +* **Enhancement**: Social Menu now includes support for `mailto:` links. When you add a menu item with a `mailto:` link, an envelope icon will be displayed on the Social Menu. See [#105](https://github.com/raamdev/independent-publisher/pull/105). (Thanks to @bitzl) +* **Enhancement**: When a Post has multiple categories, you can now define a single category to be shown in the post meta using a custom field called `independent_publisher_primary_category` and then the name of the category you want to show. See [#122](https://github.com/raamdev/independent-publisher/pull/122). (Thanks to @tlongren) +* **Enhancement**: It is now possible to override the default maximum resolution of 700px for featured images. This is useful if you use Full-Width Featured Images (Post Covers) and want to use higher resolution images. See [#129](https://github.com/raamdev/independent-publisher/issues/129) +* **Enhancement**: Add support for Audio post format. See [#140](https://github.com/raamdev/independent-publisher/issues/140). +* **Enhancement**: Added support for JetPack Responsive Videos. See [#124](https://github.com/raamdev/independent-publisher/issues/124). +* **Enhancement**: Images with captions inside the Visual Editor now appear styled like they do when published. See [#103](https://github.com/raamdev/independent-publisher/issues/103). (Reported by @saddington) +* **Style Change**: Removed long-dash prepend from `` elements. See [#115](https://github.com/raamdev/independent-publisher/issues/115). +* **Bug Fix**: When using the Visual Editor, quotes now display newlines properly. See [#108](https://github.com/raamdev/independent-publisher/issues/108). (Reported by @saddington) +* **Bug FIx**: Fixed a missing closing div that was causing validation errors. See [#113](https://github.com/raamdev/independent-publisher/pull/113). (Thanks to @peterk) +* **Bug Fix**: The JetPack Infinite Scroll loading wheel no longer displays at the top of the page, but rather at the bottom. See [#104](https://github.com/raamdev/independent-publisher/issues/104). (Reported by @manishsuwal) +* **Bug FIx**: When using the JetPack Infinite Scroll module, the archive pages no longer display the irrelevant current page number content. See [#110](https://github.com/raamdev/independent-publisher/issues/110). (Reported by @manishsuwal) +* **Bug Fix**: When a visitor submits a comment on a page without comments, and their comment requires moderation, the visitor will now see their unapproved comment on the page. See [#119](https://github.com/raamdev/independent-publisher/issues/119). (Reported by @manishsuwal) +* **Bug Fix**: Fixed an issue footnotes inside Aside and Quote format posts. See [#125](https://github.com/raamdev/independent-publisher/issues/125). (Reported by @manishsuwal) +* **Bug Fix**: Main navigation menu and widget menu anchor elements are no longer set as block elements. This fixes an issue with browser plugins that utilize anchor elements for on-screen hints. See [#127](https://github.com/raamdev/independent-publisher/issues/127). +* **Translations**: Added Czech language translation. (Thanks to @Tajdik) +* **Translations**: Added Spanish language translation. (Thanks to @mkiramu) +* **Translations**: Added German language translation. (Thanks to @JHillert) +* **Translations**: Updated French language translation. (Thanks to @EddyLB) + 1.5.1 * Bug Fix: Fixed a nasty bug with Galleries where all galleries were one-column, instead of following the default 3-column layout. This also affected 4-column, 5-column, etc., layouts. diff --git a/rtl.css b/rtl.css index 53471de..83e003d 100644 --- a/rtl.css +++ b/rtl.css @@ -4,7 +4,7 @@ Theme URI: http://independentpublisher.me/ Author: Raam Dev Author URI: http://raamdev.com Description: Independent Publisher is a beautiful reader-focused WordPress theme, for you. Clean, responsive, and mobile-ready, it gets out of your way and lets you share what you create. Full support for all Post Formats, HTML5-ready, and includes Schema.org markup. This theme is ideal for both single-author and multi-author blogs. -Version: 1.5.1 +Version: 1.6 License: GNU GPLv3 License URI: http://www.gnu.org/copyleft/gpl.html Independent Publisher, Copyright 2014 Raam Dev @@ -28,11 +28,14 @@ and Blueprint http://www.blueprintcss.org/ Props to Manish Suwal 'Enwil' (http://enwil.com) and Radhika Morabia (http://rmorabia.com) for help with testing and contributing to the project during its early stages. -Thanks also to @tlongren and @pcutler for their contributions on GitHub. +Thanks also to @tlongren, @pcutler, @descubraomundo, @manishsuwal, @bitzl, and @peterk for their contributions on GitHub. Thanks to the following contributors for providing translation files: - French (contributed by Eddy Lelièvre-Berna; https://github.com/EddyLB) - Russian (contributed by Артем Рябков; https://github.com/rad96) +- Spanish (contributed by Guillermo Dolores; https://github.com/mkiramu) +- German (contributed by J. Hillert; https://github.com/JHillert) +- Czech (contributed by Tajdik; https://github.com/Tajdik) */ /* =Reset diff --git a/style.css b/style.css index 3cb28e9..9b8be57 100755 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://independentpublisher.me/ Author: Raam Dev Author URI: http://raamdev.com Description: Independent Publisher is a beautiful reader-focused WordPress theme, for you. Clean, responsive, and mobile-ready, it gets out of your way and lets you share what you create. Full support for all Post Formats, HTML5-ready, and includes Schema.org markup. This theme is ideal for both single-author and multi-author blogs. -Version: 1.5.1 +Version: 1.6 License: GNU GPLv3 License URI: http://www.gnu.org/copyleft/gpl.html Independent Publisher, Copyright 2014 Raam Dev @@ -28,11 +28,14 @@ and Blueprint http://www.blueprintcss.org/ Props to Manish Suwal 'Enwil' (http://enwil.com) and Radhika Morabia (http://rmorabia.com) for help with testing and contributing to the project during its early stages. -Thanks also to @tlongren and @pcutler for their contributions on GitHub. +Thanks also to @tlongren, @pcutler, @descubraomundo, @manishsuwal, @bitzl, and @peterk for their contributions on GitHub. Thanks to the following contributors for providing translation files: - French (contributed by Eddy Lelièvre-Berna; https://github.com/EddyLB) - Russian (contributed by Артем Рябков; https://github.com/rad96) +- Spanish (contributed by Guillermo Dolores; https://github.com/mkiramu) +- German (contributed by J. Hillert; https://github.com/JHillert) +- Czech (contributed by Tajdik; https://github.com/Tajdik) */ /* =Reset