WP Lynx 0.4.0

Has it really been over a year since 0.3.0? This release does not contain a ton of new features, but rather some bug fixes, and other updates that allows it to play nicer with WordPress 3.3. There is a new help menu, with some useful information on the settings page. Content filtering has been improved so that it is less likely that junk will get scraped.

Per the roadmap, the real interesting release will be 0.5.0, which will support the relevant portions of Facebook’s Open Graph format. Look for that release in the early summer.

-John Havlik

[end of transmission, stay tuned]

WP Lynx 2012 Roadmap

It has been over a year since WP Lynx has seen an update. Last December I meant to release 0.4.0, but fell behind on other projects. 0.4.0 is still going to be released, and the plan is sometime in April. There are several bug fixes and tweaks that improve the user experience within WordPress 3.3+. After 0.4.0 will come 0.5.0.

Slated for the 0.5.0 release is the introduction of support for the relevant portions of Facebook’s Open Graph format. Several behind the scenes changes are slated as WP Lynx will be the test platform for the development of the next version of mtekk_adminKit. Expect 0.5 to show up sometime this summer.

-John Havlik

[end of transmission, stay tuned]

Tagged:
Updated:

Breadcrumb NavXT 4.0.2

This is the second bug fix release of the 4.0 branch of Breadcrumb NavXT. There were a few fixes in this release. The included widget was updated to support Schema.org’s breadcrumb microdata replacing the deprecated RDFa and Microformat support. Multisite WordPress installs should see the mainsite breadcrumb being linked again. Default settings for CPTs and custom taxonomies should be applied properly when bcn_display() or bcn_display_list() is called.

Users of the translations will notice that the updated Spanish, Norwegian, and Swedish translations load properly now. Additionally, Estonian and Azerbaijani translations are now available props to Martin Orn and Zaur Bayramov. Note that in this release the following translations were not included due to incompleteness:

  • German
  • French
  • Dutch
  • Russian
  • Italian
  • Japanese

If you are interested in picking up these translations, please contact me so I can give you access to the Breadcrumb NavXT translation project.

You can grab the latest version of Breadcrumb NavXT from the Breadcrumb NavXT page.

-John Havlik

[end of transmission, stay tuned]

Breadcrumb NavXT 4.0.1

This is the first bug fix release of the 4.0 branch of Breadcrumb NavXT. There were two issues fixed in this release. The first was the line 591 and line 646 errors in multisite installs. The second bug involves attachments of custom post types, they will now obey the root page setting for that post type. Additionally, this is the first version of Breadcrumb NavXT to include a Norwegian translation, props to Jan Rosvoldsve.

You can grab the latest version of Breadcrumb NavXT from the Breadcrumb NavXT page.

-John Havlik

[end of transmission, stay tuned]

Breadcrumb NavXT 4.0

Holy revamped settings Batman! Breadcrumb NavXT 4.0 introduces a new settings scheme. First off, the old anchor templates have been replaced with more powerful breadcrumb templates. These templates accept HTML, and have the following dynamic tags:

  • %title% The title for the breadcrumb, typically the page title/name, tags are stripped and it is run through esc_attr().
  • %htitle% The title for the breadcrumb, typically the page title/name, tags are left intact.
  • %link% The URL to the resource (page) that the breadcrumb represents.
  • %type% The breadcrumb type. This is output as a comma delimited list, useful for setting as a group of classes for styling.

Some of your old settings will be migrated, others that do not have a direct equivalent in 4.0 will not be migrated and the default value will be selected until you change it. Double check your settings after migration. Internally, every setting has changed. If you directly access the bcn_breadcrumb_trail class please take note, your old calling code will probably not work.

On the new features front, the URL generated for current items is now a true URL, resolving issues several users have reported in the past. Fall back functions for the PHP multibyte string functions are included for users without multibyte support (falls back to the equivalent non-multibyte string functions). Finally, for Custom Post Types, the CPT archive breadcrumb can be turned off if not wanted.

The help tab has been revamped to take advantage of WordPress 3.3’s new help tab functions. Additional information has been provided within the help tab. Finally, the form previously in the Import/Export/Reset tab has been moved under the help tab.

Bug fix wise, several regressions between 3.8.0 and 3.9.0 were fixed, along with some long standing bugs. Two such bugs are related to CPTs. The first is breadcrumb trails for CPTs respect the root page setting once again. The second is CPTs without WordPress CPT archives enabled will no longer cause a double root page breadcrumb to be generated. Minor tweaks to the styling of the settings page were made that allow all modern browsers to have a common experience. Finally, another cause of the “Settings not saved” error message has been fixed.

Translation wise, due to the major changes in settings structure, many strings have changed translation wise. Only the Spanish translation has been updated. The Norwegian translation is forthcoming. None of the other translators have responded to the update notice. Going forward, a GlotPress install has been setup for Breadcrumb NavXT and will be used for all future releases. You can check out the Breadcrumb NavXT translation project to see the status of the translation for your language. Sign ups for translating through this GlotPress install will be open soon.

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]