You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@ Independent Publisher is a beautiful reader-focused WordPress theme, for you.
2
2
3
3
Version history:
4
4
5
+
1.6
6
+
7
+
* **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)
8
+
* **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)
9
+
* **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)
10
+
* **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)
11
+
* **Enhancement**: Add support for Audio post format. See [#140](https://github.com/raamdev/independent-publisher/issues/140).
12
+
* **Enhancement**: Added support for JetPack Responsive Videos. See [#124](https://github.com/raamdev/independent-publisher/issues/124).
13
+
* **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)
14
+
* **Style Change**: Removed long-dash prepend from `<cite>` elements. See [#115](https://github.com/raamdev/independent-publisher/issues/115).
15
+
* **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)
16
+
* **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)
17
+
* **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)
18
+
* **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)
19
+
* **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)
20
+
* **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)
21
+
* **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).
22
+
* **Translations**: Added Czech language translation. (Thanks to @Tajdik)
23
+
* **Translations**: Added Spanish language translation. (Thanks to @mkiramu)
24
+
* **Translations**: Added German language translation. (Thanks to @JHillert)
25
+
* **Translations**: Updated French language translation. (Thanks to @EddyLB)
26
+
5
27
1.5.1
6
28
7
29
* 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.
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.
7
-
Version: 1.5.1
7
+
Version: 1.6
8
8
License: GNU GPLv3
9
9
License URI: http://www.gnu.org/copyleft/gpl.html
10
10
Independent Publisher, Copyright 2014 Raam Dev
@@ -28,11 +28,14 @@ and Blueprint http://www.blueprintcss.org/
28
28
Props to Manish Suwal 'Enwil' (http://enwil.com) and Radhika Morabia (http://rmorabia.com) for
29
29
help with testing and contributing to the project during its early stages.
30
30
31
-
Thanks also to @tlongrenand @pcutler for their contributions on GitHub.
31
+
Thanks also to @tlongren, @pcutler, @descubraomundo, @manishsuwal, @bitzl, and @peterk for their contributions on GitHub.
32
32
33
33
Thanks to the following contributors for providing translation files:
34
34
- French (contributed by Eddy Lelièvre-Berna; https://github.com/EddyLB)
35
35
- Russian (contributed by Артем Рябков; https://github.com/rad96)
36
+
- Spanish (contributed by Guillermo Dolores; https://github.com/mkiramu)
37
+
- German (contributed by J. Hillert; https://github.com/JHillert)
38
+
- Czech (contributed by Tajdik; https://github.com/Tajdik)
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.
7
-
Version: 1.5.1
7
+
Version: 1.6
8
8
License: GNU GPLv3
9
9
License URI: http://www.gnu.org/copyleft/gpl.html
10
10
Independent Publisher, Copyright 2014 Raam Dev
@@ -28,11 +28,14 @@ and Blueprint http://www.blueprintcss.org/
28
28
Props to Manish Suwal 'Enwil' (http://enwil.com) and Radhika Morabia (http://rmorabia.com) for
29
29
help with testing and contributing to the project during its early stages.
30
30
31
-
Thanks also to @tlongrenand @pcutler for their contributions on GitHub.
31
+
Thanks also to @tlongren, @pcutler, @descubraomundo, @manishsuwal, @bitzl, and @peterk for their contributions on GitHub.
32
32
33
33
Thanks to the following contributors for providing translation files:
34
34
- French (contributed by Eddy Lelièvre-Berna; https://github.com/EddyLB)
35
35
- Russian (contributed by Артем Рябков; https://github.com/rad96)
36
+
- Spanish (contributed by Guillermo Dolores; https://github.com/mkiramu)
37
+
- German (contributed by J. Hillert; https://github.com/JHillert)
38
+
- Czech (contributed by Tajdik; https://github.com/Tajdik)
0 commit comments