This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Atticus Finch Changelog"

From OdleWiki
(Created page with "== 0.4 == ''January 2016:'' * Fixed height of <tt>#container</tt> so background images do not appear behind text and sidebar. (<tt>footer.php</tt>, line 14) * Add <tt>backgro...")
 
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 0.4 ==
+
{{Template:AtticusFinch}}
  
 +
== Newer Pre-Release Versions ==
 +
 +
=== 0.9.4 ===
 +
''November 2017''
 +
 +
* Fixed issue with no longer being able to save copyright information. (Used <code>wp_kses_post</code> instead of custom sanitizer function.)
 +
 +
=== 0.9.3 ===
 +
''July 2017''
 +
 +
* Added <code>.wp-video {margin: 1em auto;}</code> (style.css, line 756)
 +
 +
''June 2017''
 +
 +
* Changed <code>line-height</code> of <code>.post p, .post li, .page p, .page li </code> to 1.4 (style.css, line 206)
 +
* Added "display: inline-block;" and "white-space: nowrap;" to <code>#belowheadermenu ul ul li a</code> (menus.css, line 494)<br />
 +
(May have to over-ride the min-width in a child theme if menu items have long names.)
 +
* Changed FontAwesome version from 4.5 to 4.7.
 +
* Changed ".post Elements" to ".post and .page Elements" (styles.css, line 182)
 +
* Adjust styles of page paragraphs and list items to match styles of post paragraphs and list items. (styles.css, lines 201, 209)
 +
 +
=== 0.9.2 ===
 +
''Release Date: 10 June 2017''
 +
 +
* Changed "width" to "min-width" of <code>#belowheadermenu ul ul li a</code> (menus.css, line 494)
 +
 +
=== 0.9.1 ===
 +
''Release Date: 10 June 2017''
 +
 +
* Changed main menu list element height from 35px to 38px (menus.css, line 483)
 +
* Added <code>z-index: 100</code> to <code>nav#top-menu, nav#primary-menu</code> (styles.css, line 155)<br />(This is to help preventing sharing buttons in a widget area appearding on top of drop-down menus.)
 +
 +
=== 0.9 ===
 +
''June 2017''
 +
 +
* Removed border from image links (style.css)
 +
* Added image location information to image links when printing (print.css)
 +
* Menu modifications (menus.css)
 +
** Adjusted <code>#belowheadermenu li:hover > ul > li</code> height from 55px to 38px (line 483)
 +
** Menu code is from [http://cssmenumaker.com/menu/responsive-flat-menu here]
 +
 +
I had altered the menu styles to include space for link descriptions. However, I am far from implementing that option right now. In the meantime, I have rolled back the css to what I hope is correct.
 +
 +
=== 0.8.2 ===
 +
''May 2017''
 +
* Corrected sanitization callbacks on social media options (customizer.php)
 +
* Made link colors in pages match those in posts. (I.e., changed <code>.post a</code> to <code>.post-content a</code>.)
 +
* Removed bottom border from social media links.
 +
* Fixed bug which prevented printing at full width (print.css).
 +
 +
=== 0.8.1 ===
 +
''May 2017''
 +
* Corrected the way in which stylesheets are enqueued.
 +
* Added ''lang'' folder for translations.
 +
 +
=== 0.8 ===
 +
''May 2017''
 +
* Corrected a bug with sanitization callbacks not being properly called in customizer.php.
 +
 +
 +
=== 0.7.1 ===
 +
''May 2017''
 +
* Added bottom margin to list elements in both screen and print stylesheets for easier visibility.
 +
* Adjusted hover color of post titles in archive pages.
 +
 +
=== 0.7 ===
 +
''May 2017''
 +
* Added ability to auto-update from my own WordPress respository. (See https://github.com/YahnisElsts/plugin-update-checker and https://github.com/YahnisElsts/wp-update-server)
 +
 +
=== 0.6 ===
 +
''May 2017''
 +
* Adjusted line height of list items in posts.
 +
* Adjusted print.css to print URLs after links.
 +
* Adjusted print.css so that #respond area in comments does not print.
 +
 +
== Older Pre-Release Versions ==
 +
 +
=== 0.5 ===
 +
 +
I have no idea where this information went.
 +
 +
=== 0.4 ===
 
''January 2016:''
 
''January 2016:''
 
* Fixed height of <tt>#container</tt> so background images do not appear behind text and sidebar. (<tt>footer.php</tt>, line 14)
 
* Fixed height of <tt>#container</tt> so background images do not appear behind text and sidebar. (<tt>footer.php</tt>, line 14)
Line 6: Line 88:
 
* Removed bottom margin of <tt>header</tt> and top margin of <tt>footer</tt>
 
* Removed bottom margin of <tt>header</tt> and top margin of <tt>footer</tt>
  
 +
[[Category:WordPress]]
 
[[Category:Atticus Finch Theme]]
 
[[Category:Atticus Finch Theme]]

Latest revision as of 02:26, 1 November 2017

Atticus-finch-outline.png

Atticus Finch Theme
A monochrome theme for WordPress


Newer Pre-Release Versions

0.9.4

November 2017

  • Fixed issue with no longer being able to save copyright information. (Used wp_kses_post instead of custom sanitizer function.)

0.9.3

July 2017

  • Added .wp-video {margin: 1em auto;} (style.css, line 756)

June 2017

  • Changed line-height of .post p, .post li, .page p, .page li to 1.4 (style.css, line 206)
  • Added "display: inline-block;" and "white-space: nowrap;" to #belowheadermenu ul ul li a (menus.css, line 494)

(May have to over-ride the min-width in a child theme if menu items have long names.)

  • Changed FontAwesome version from 4.5 to 4.7.
  • Changed ".post Elements" to ".post and .page Elements" (styles.css, line 182)
  • Adjust styles of page paragraphs and list items to match styles of post paragraphs and list items. (styles.css, lines 201, 209)

0.9.2

Release Date: 10 June 2017

  • Changed "width" to "min-width" of #belowheadermenu ul ul li a (menus.css, line 494)

0.9.1

Release Date: 10 June 2017

  • Changed main menu list element height from 35px to 38px (menus.css, line 483)
  • Added z-index: 100 to nav#top-menu, nav#primary-menu (styles.css, line 155)
    (This is to help preventing sharing buttons in a widget area appearding on top of drop-down menus.)

0.9

June 2017

  • Removed border from image links (style.css)
  • Added image location information to image links when printing (print.css)
  • Menu modifications (menus.css)
    • Adjusted #belowheadermenu li:hover > ul > li height from 55px to 38px (line 483)
    • Menu code is from here

I had altered the menu styles to include space for link descriptions. However, I am far from implementing that option right now. In the meantime, I have rolled back the css to what I hope is correct.

0.8.2

May 2017

  • Corrected sanitization callbacks on social media options (customizer.php)
  • Made link colors in pages match those in posts. (I.e., changed .post a to .post-content a.)
  • Removed bottom border from social media links.
  • Fixed bug which prevented printing at full width (print.css).

0.8.1

May 2017

  • Corrected the way in which stylesheets are enqueued.
  • Added lang folder for translations.

0.8

May 2017

  • Corrected a bug with sanitization callbacks not being properly called in customizer.php.


0.7.1

May 2017

  • Added bottom margin to list elements in both screen and print stylesheets for easier visibility.
  • Adjusted hover color of post titles in archive pages.

0.7

May 2017

0.6

May 2017

  • Adjusted line height of list items in posts.
  • Adjusted print.css to print URLs after links.
  • Adjusted print.css so that #respond area in comments does not print.

Older Pre-Release Versions

0.5

I have no idea where this information went.

0.4

January 2016:

  • Fixed height of #container so background images do not appear behind text and sidebar. (footer.php, line 14)
  • Add background: #ffffff; to #container, header, and footer so background images do not appear behind text and sidebar
  • Removed bottom margin of header and top margin of footer