Breadcrumb NavXT 5.0.0

Holy Network Admin settings page Batman! As mentioned earlier, starting with 5.0, Breadcrumb NavXT now includes a Network Admin settings page and several settings modes to set the flow down of settings in multisite WordPress installs. The details on the changes in the flow of settings is covered in Controlling Breadcrumb NavXT Settings From the Network Settings Page.

In addition to the new Network Admin settings page, a major refactoring of the plugin has taken place. File organization has changed, with each class residing in its own file. A new top level loader class now exists so that the settings pages are only loaded when necessary. For more on the organizational changes in 5.0 please read Changes to Note Before Upgrading to Breadcrumb NavXT 5.0.

Three new filters were added in 5.0 these are:

  • bcn_breadcrumb_trail_object
  • bcn_li_attributes
  • bcn_breadcrumb_types

Please see the Breadcrumb NavXT Documentation for more information on these and other filters.

Additionally, xmlns:v and property were added as valid HTML tag attributes to aid in support of microformat breadcrumb standards. A few bugs were fixed, including a bug where the current item could have the wrong protocol (HTTP instead of HTTPS) in search result pages. Finally, you may need to reactivate Breadcrumb NavXT since the file containing the plugin header changed in 5.0.

The Translation Team:

[glot-translators=breadcrumb-navxt]

As always, you can grab the latest version of Breadcrumb NavXT from the Breadcrumb NavXT page. If you experience any issues with this version of Breadcrumb NavXT, please leave a comment on this post detailing the issue.

-John Havlik

[end of transmission, stay tuned]

ASRock CIR (Nuvoton) and Windows 8.1

Unlike most semi modern hardware, the CIR module provided by Nuvoton does not work out of the box in Windows 8. Additionally, the Windows 8 drivers (version 2.5.1003) that are linked to on all of ASRock’s motherboard pages do not work in Windows 8.1. The driver installation fails silently, giving the cryptic “This operation requires an interactive window station” error in Device Manager. Fortunately, there is a Windows 8.1 driver, its version is 2.9.1007 and you can find it on the driver’s page for ASRock’s VisionX series mini PC.

-John Havlik

[end of transmission, stay tuned]

WordUp Minneapolis 2013

Beginning in 2012, the Minneapolis/St. Paul WordPress community has put on a self organized, unconference centered around WordPress in the fall. This acts as a supplementary event to WordCamp Minneapolis, which will now be a yearly event in the spring (keep your calendars open for the last weekend in April 2014). A big thanks to Toby and Barbara for leading the organization effort for this. These are my pictures from the event.
Continue reading

WordUp Minneapolis 2013 Slides

Unlike last year, where I was unable to attend WordUp Minneapolis. This year I prepared and lead a discussion titled “Tag Team WordPress Security”. Originally, this talk was to be presented with another person. However, due to uncontrollable circumstances (life gets busy), I was left as the only presenter for the talk. The talk covered several topics from basic security practices to how to spot malicious code, and many things in-between.

Unlike previous talks, rather than struggling with PowerPoint (and clones) for making the slides, I moved to a WordPress based presentation tool. Thanks to this, you can visit slides.mtekk.us to view the slides from my presentation. Currently, this site only displays the “Tag Team WordPress Security” slide deck. However, all of my future slide decks will appear there.

-John Havlik

[end of transmission, stay tuned]

Changes to Note Before Upgrading to Breadcrumb NavXT 5.0

Breadcrumb NavXT 5.0 is very close to being ready for release. Unlike a typical release, quite a bit has changed under the hood this time, hence the bump up from 4.4 to 5.0. Development for 5.0 focused heavily on making Breadcrumb NavXT easier to extend. In doing so, it had to part ways with how some things were done in the past. The following changes are the most likely to affect current Breadcrumb NavXT installs.

Move to PHP5 Object Model

This release features a move to PHP5’s Object Model, including changing the default constructor from the class name (C++ style) to __construct(). All member functions and variables are now explicitly scoped as either private, protected or public. Additionally, some member functions have been explicitly made static (to allow static calling without causing strict warnings in PHP5.4).

Organizational Changes

Several internal changes were made to reorganize the plugin. One change that will affect third party code is the move from bcn_breadcrumb_trail::trail to bcn_breadcrumb_trail::breadcrumbs. For 5.0, bcn_breadcrumb_trail::trail will exist as pointer to the same data held in bcn_breadcrumb_trail::breadcrumbs. In the future bcn_breadcrumb_trail::trail will be removed and it is recommended that existing extension plugins to Breadcrumb NavXT be updated to reflect this internal change.

WordPress Multisite Changes

Support for multisite WordPress installs has changed quite a bit in 5.0. To support the new Network Admin settings page introduced in this version, the way settings are handled in multisite installs has changed. By default the settings set in the ‘Network Admin’ settings page will take priority over individual site preferences. This is different from the pre-5.0 behavior. If you have a multisite install, please read Controlling Breadcrumb NavXT Settings From the Network Settings Page.

-John Havlik

[end of transmission, stay tuned]