Posts Tagged ‘release’

latest release: WP-Table Reloaded 1.1

April 28th, 2009

IMPORTANT: PLEASE MAKE SURE TO HAVE A BACKUP OF YOUR CSS-STYLESHEET (IF YOU MADE ANY CHANGES TO IT) AS IT WILL BE OVERWRITTEN DURING THE AUTOMATIC UPDATE BY WORDPRESS!

Just a week after release 1.0.1, WP-Table Reloaded 1.1 is available now.

Unfortunately there was a severe bug, that prevented the usage of the “Plugin Options” screen on servers with PHP4, but is fixed now. Thanks to dastoffer for reporting it!

I also had to change the handling of the CSS styling again.
The newly introduced select-box for CSS files was dropped again. Instead there now is a field to enter CSS styling information directly, which will then be stored in the database. The reason for this is that any files inside the plugin folder (including CSS files created/copied by users) are deleted by WordPress when updating the plugin. As some users don’t make backups of plugin folders before updating them, they might lose their (in hard work created) CSS style. This is why the plugin will no longer store any user data (like CSS files) inside the plugin folder but in the database.
This method also has the advantage that the CSS can be more easily changed by inexperienced users as they won’t have to edit any files on their server anymore.
For more experienced users I recommend a different approach though: They should just include the CSS in their theme’s style.css file. That way it also won’t be overwritten when the plugin is upgraded and it can be cached by the browser to save bandwidth.
(Examples for the CSS can be found on the plugin page.)

The “Edit Table” screen also has a new feature: Next to the “Swap rows/cols” button, you can now find buttons to easily insert an HTML link or image into a table cell. This should greatly help people who don’t know much about HTML. Thanks to Romeo for proposing this.
That screen now also has the “Update Changes” and “Save and go back” buttons above the table, so you don’t have to scroll that much when saving a large table. Props to Markus for this suggestion.

For all users who are in need of changing column widths (and don’t want to use CSS for some reason) there is another possibility now:
You can just add the parameter column_widths="40px|50px|30px" to your shortcode, where the column widths are separated by a “|”. For example, the shortcode [table id=5 column_widths=”20px|40px|60px|80px” /] will make the (here 4) columns of table 5 20px, 40px, 60px and 80px wide by inline CSS styles.

And: As if this is not enough, the plugin now comes with new languages: Additionally to English, German, Swedish, and Turkish, it now also supports Albanian, French, Russian, and Spanish.

You can download the latest release 1.1 from the plugin’s page or from the WordPress Plugin Directory.

If you like the plugin, I’d be very happy if you would rate it in the WordPress Plugin Directory. You also might consider donating.

If you experience any trouble, find bugs or have feature requests, please don’t hesitate to contact me via the means mentioned in the support section on the plugin’s page on this website.

WP-Table Reloaded goes 1.0.1

April 21st, 2009

Die Plugin-Seite ist jetzt auch auf German Deutsch verfügbar.

[Update: Due to technical problems on the creation of the plugin zip-archive, I had to bump the version number to 1.0.1.]

IMPORTANT: PLEASE MAKE SURE TO HAVE A BACKUP OF YOUR CSS-STYLESHEET (IF YOU MADE ANY CHANGES TO IT) AS IT WILL BE OVERWRITTEN DURING THE AUTOMATIC UPDATE BY WORDPRESS!

After some great reception of the first versions of my plugin (and some bug reports of course :-) ), it’s time for a new feature release.

As the plugin now contains those features I wanted it to have when coming up with the idea to write it, this will be version 1.0.

This is a list (might not be complete) of features, that were added since 0.9.2:

  • language support (currently English, German, Turkish and Swedish
  • native import of tables stored by Alex Rabe’s WP-Table plugin
  • import/export of/into xml and html via file upload or direct input
  • additional CSS-classes for rows and columns to allow better styling of tables (e.g. width/alignment)
  • shortcode to insert a table is now also supported in text widgets (e.g. to show tables in sidebars)
  • support for all WordPress versions from 2.5 or higher

Basically the plugin now has all features, the old WP-Table has, enhanced by several more. A full list of features is available on the plugin’s page.
That’s also the place to download it.

If you like the plugin, I’d be very happy if you would rate it in the WordPress Plugin Directory.

If you experience any trouble, find bugs or have feature requests, please don’t hesitate to contact me via the means in the support section on the plugin’s page on this website.

Bugfix release: WP-Table Reloaded 0.9.2

April 10th, 2009

I just released version 0.9.2 of WP-Table Reloaded.

This is a bugfix release. The plugin deactivation hook was not called properly due to a typo. And I forgot (stupid me!) to add the global-frontend-style.css file which is responsible for the styling of the table. This probably was the reason why several people just saw the raw html table. (Reminder to myself: Always double check SVN operations!)

Please upgrade via your WP’s automatic plugin update function or get the new release from the plugin website or the WordPress Plugin Directory.

Plugin WP-Table Reloaded 0.9.1 released

April 9th, 2009

Hi there!

I already received great feedback on my plugin. Thanks very much for that!

I just released Version 0.9.1, which encorporates the features still missing in the frontend, but already included (and configurable) in the backend. Although I decided to give this release a version number below 1, it is stable and ready to use.

Documentation and Translations will follow soon. I will provide a German one myself. If you wan’t to create one for your language just go ahead! See the readme.txt for more on this.

If you find any bugs or have other hints, please let me know!
Thanks!

Oh, and by the way: I decided to switch the language of this website/blog to English, because more visitors understand it. Anyways, the most stuff regarding the plugin will be available in German later on, too.