WP-Table Reloaded 1.2 now available!

May 10th, 2009 by Tobias 13 comments »

Development continues and I’m proud to announce the immediate availability of WP-Table Reloaded 1.2.

The automatic update should be available through your WordPress admin area shortly. Remember: In case you’re upgrading from a version smaller then 1.1, please make a backup of your CSS stylesheet first.

There were a few bugs fixed, but those shouldn’t have affected a lot of people as they occured in rare occasions only.

But the list of new features is a little longer:

  • new button “Table” in the toolbar of the HTML-editor to easily include a table (without having to know the Shortcode) into a post/page
  • Bulk actions: Copying, Deleting and Importing (from wp-Table) several tables at the same time
  • new parameters for the Shortcode to change settings when displaying a table
    • (This includes a possibility for easier usage of different column widths, showing only certain parts of a table and all table-specific settings that are accessible in the backend.)
  • added Template Tag function (with all possibilities the Shortcode has) to enable you to show a table in places where Shortcodes don’t work (e.g. if your theme is not widget-ready, or in the footer)
  • table data is sortable in the backend
  • new import/export class for CSV

There also were some changes “under the hood”, which should make the plugin more robust and bring a higher performance. For example, the inclusion of the Tablesorter plugin was optimized, so that it’s now only loaded if there really is a table using it on the page. Also, all JavaScript is loaded in the page footer (where possible) for faster page loading.

For the complete list of fixed or implemented issues, have a look at the issue tracker on Google Code.

Additionally, most of the translations were updated and Czech was added as a new available language. (French, Spanish and Turkish are not yet updated, but will be as soon as I receive the translations.)

As promised in earlier versions, I have written a Documentation (that includes more technical details) than the plugin page, especially regarding the Shortcode, the Template Tag function, Import/Export, CSS styling or the Tablesorter.

You can download the latest release 1.2 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 a donation or have a look at my Amazon wishlist. This will encourage me to further develop the plugin and keep giving countless hours of support. Thank you!

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. Please make sure to carefully read the plugin’s page as well as the Documentation.

I hope you enjoy the new release!

latest release: WP-Table Reloaded 1.1

April 28th, 2009 by Tobias 1 comment »

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 by Tobias No comments »

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 by Tobias No comments »

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 by Tobias 4 comments »

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.