You are here: Home » Archives for: Plugin

Tag Archives: Plugin

[plugins] Update: All In One Favicon 4.1

I released the new version 4.1 of today. Check it out :-)

Get it here.
If you have any problems, then please report them at the WordPress Support Forum.

Changelog:

4.1 (2012-11-17)

  • NEW: Hebrew translation by Ahrale
  • CHANGE: favicon URLs can be copy’n'pasted again
  • CHANGE: upload form only accepts files of type “image” now.
  • CHANGE: use plugins_url to make links HTTPS aware
  • CHANGE: Viliam Brozman updated the Slovak translation
  • CHANGE: Tunghsiao Liu updated the Simplified Chinese translation
  • BUGFIX: switch declaration of ‘NAME’ and ‘TEXTDOMAIN’
Posted in All In One Favicon, Plugins, WordPress | Also tagged , , | Leave a comment

[jmeter] Update: jmeter-maven-plugin 1.7.0

We released a new version of the -- today. Check it out!

Changelog:

  • issue #54 – Build directory ignored – Fix applied
  • issue #57 – Jmeter version 2.8 support added.

(links)
JMeter Maven Plugin official website
JMeter Maven Plugin @ Github

Posted in Development, Java, Jmeter | Also tagged , , , | Leave a comment

[plugins] Update: jQuery Colorbox 4.5

I released the new version 4.5 of  today. Check it out :-)

Get it here.
If you have any problems, then please report them at the WordPress Support Forum

Changelog:

4.5 (2012-11-03)

  • NEW: Bulgarian translation by Nikolay Zaynelov
  • BUGFIX: Zoom overlay does not break floating images any more
  • BUGFIX: add CSS class to WP galleries if “add to all” is selected and the gallery is outside of the text area of a post and page
  • CHANGE: Colorbox version to 1.3.20.1
  • CHANGE: update jQuery version to 1.8.2 (if selected on settings page)
Posted in jQuery-Colorbox, Plugins, WordPress | Also tagged , , , | Leave a comment

[plugins] Update: jQuery Colorbox 4.4.1

There was a serious bug in 4.4, the opening links in feature was completely broken. I just fixed that bug and released the version 4.4.1 today.Apologies for any problems you had in the meantime.

Get it here.
If you have any problems, then please report them at the WordPress Support Forum

Changelog:

4.4.1 (2012-07-19)

  • BUGFIX: using colorbox-link works again
Posted in jQuery-Colorbox, Plugins, WordPress | Also tagged , , , | Leave a comment

[plugins] Update: jQuery Colorbox 4.4

I released the new version 4.4 of  today. Check it out :-)

Get it here.
If you have any problems, then please report them at the WordPress Support Forum

Changelog:

4.4 (2012-07-16)

  • NEW: A Zoom overlay can be added to images automatically
  • NEW: Added option to load all JavaScript in the footer
  • NEW: Added option to use jQuery library from Google instead of the one that comes with
  • CHANGE: successfully tested with WordPress 3.4
  • CHANGE: links can now be grouped by adding CSS class “colorbox-link-NUMBER”
  • CHANGE: Marco Chiesi updated the italian translation
  • CHANGE: switch declaration of ‘NAME’ and ‘TEXTDOMAIN’

 

Posted in jQuery-Colorbox, Plugins, WordPress | Also tagged , , , | Leave a comment

[jmeter] Update: jmeter-maven-plugin 1.6.0

We released a new version of the -- today. Check it out!

Changelog:

  • Support for JMeter 2.7
  • #41 – Removed deprecated log scanning code.
  • #42 – Reporting disabled by default (Takes a long time to parse the logs, so you need to explicitly turn it on now).
  • #45 – Fixed intermittant test end detection bug (Major refactor using thread detection to detect test end).
  • #49 – Added jmeter:gui goal so that you can start the GUI using maven.
  • Reporting is now marked as deprecated in preparation for bringing in a new reporting module.

(links)
JMeter Maven Plugin official website
JMeter Maven Plugin @ Github

Posted in Development, Java, Jmeter | Also tagged , , , | Leave a comment

[jmeter] Update: jmeter-maven-plugin 1.5.0

We released a new version of the -- today. Check it out!

Changelog:

  • #41 – Removed deprecated log scanning code.
  • #42 – Reporting disabled by default (Takes a long time to parse the logs, so you need to explicitly turn it on now).
  • #45 – Fixed intermittant test end detection bug (Major refactor using thread detection to detect test end).
  • #49 – Added jmeter:gui goal so that you can start the GUI using maven.
  • Reporting is now marked as deprecated in preparation for bringing in a new reporting module.

(links)
JMeter Maven Plugin official website
JMeter Maven Plugin @ Github

Posted in Development, Java, Jmeter | Also tagged , , , | Leave a comment

[plugins] Update: All In One Favicon 4.0

I released the new version 4.0 of today. Check it out :-)

Get it here.
If you have any problems, then please report them at the WordPress Support Forum.

Changelog:

4.0 (2012-03-14)

  • NEW: Simplified Chinese translation by Tunghsiao Liu
  • NEW: Czech translation by Neteyes
  • NEW: French translation by Christophe Guilloux
  • NEW: Slovak translation by Viliam Brozman
  • NEW: Serbian translation by Balkanboy Media team
  • NEW: Dutch translation by Pieter Carette
  • NEW: Option to not add reflective shine to Apple Touch Icons
  • CHANGE: uploaded favicons can be deleted
  • CHANGE: new upload buttons, uploading of favicons is now much easier
  • CHANGE: uploaded favicons are now shown on settings page
  • CHANGE: fixed link to Apple Touch Icon howto
  • CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering

 

Posted in All In One Favicon, Plugins, WordPress | Also tagged , , | 1 Comment

[plugins] Update: jQuery Colorbox 4.3

I released the new version 4.3 of  today. Check it out :-)

Get it here.
If you have any problems, then please report them at the WordPress Support Forum

Changelog:

4.3 (2012-03-12)

  • NEW: Romanian translation by Luke Tyler
  • CHANGE: Ukrainian translation updated by Jurko Chervony
  • CHANGE: to Colorbox 1.3.19
  • CHANGE: gracefully add CSS style “colorbox-link” to TinyMCE style dropdown
  • CHANGE: use plugins_url to make links HTTPS aware
  • CHANGE: increase z-index of Colorbox and overlay to 99999 since Twentyeleven has a Header z-index of 9999
  • CHANGE: removing meta tag from header since it’s not HTML5 compatible
  • CHANGE: pulled all links to company sites of translators on request by staff
  • CHANGE: successfully tested with WordPress 3.3
  • CHANGE: name now translatable
  • CHANGE: Defaults are now used if JavaScript options can’t be set because of JavaScript minimizers
Posted in jQuery-Colorbox, Plugins, WordPress | Also tagged , , , | Leave a comment

[jmeter] Update: jmeter-maven-plugin 1.4.1

We released a new version of the -- today. Check it out!

Changelog:

  • issue #34 – plugin now uses the jmeter.exit.check.pause set in the final jmeter.properties used by the plugin and is no longer hard coded to 2000.
  • issue #37 – plugin now uses a listener instead of scanning log files to work out when test has completed.

(links)
JMeter Maven Plugin official website
JMeter Maven Plugin @ Github

Posted in Development, Java, Jmeter | Also tagged , , , | Leave a comment