Version Description
- Updated support / developer information
Download this release
Release Info
Developer | jakemgold |
Plugin | MCE Table Buttons |
Version | 1.0.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.3.1
- mce_table_buttons.php +5 -5
- readme.txt +5 -2
mce_table_buttons.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
Plugin Name: MCE Table Buttons
|
4 |
-
Plugin URI: http://www.
|
5 |
Description: Add <strong>buttons for table editing</strong> to the WordPress WYSIWYG editor with this very <strong>light weight</strong> plug-in.
|
6 |
-
Version: 1.0.3
|
7 |
-
Author: Jake Goldman
|
8 |
-
Author URI: http://www.
|
9 |
|
10 |
-
Plugin: Copyright 2011
|
11 |
|
12 |
This program is free software; you can redistribute it and/or modify
|
13 |
it under the terms of the GNU General Public License as published by
|
1 |
<?php
|
2 |
/**
|
3 |
Plugin Name: MCE Table Buttons
|
4 |
+
Plugin URI: http://www.get10up.com/plugins-modules/wordpress-mce-table-buttons/
|
5 |
Description: Add <strong>buttons for table editing</strong> to the WordPress WYSIWYG editor with this very <strong>light weight</strong> plug-in.
|
6 |
+
Version: 1.0.3.1
|
7 |
+
Author: Jake Goldman
|
8 |
+
Author URI: http://www.get10up.com
|
9 |
|
10 |
+
Plugin: Copyright 2011 Jake Goldman (email : jake@get10up.com)
|
11 |
|
12 |
This program is free software; you can redistribute it and/or modify
|
13 |
it under the terms of the GNU General Public License as published by
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== MCE Table Buttons ===
|
2 |
Contributors: jakemgold
|
3 |
-
Donate link: http://www.
|
4 |
Tags: tables, table, editor, WYSIWYG, buttons, tinymce
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.1
|
7 |
-
Stable tag: 1.0.3
|
8 |
|
9 |
Adds table editing buttons to a new, third row in the WordPress WYSIWYG editor.
|
10 |
|
@@ -30,6 +30,9 @@ Hoping to add the ability to hide the new table editing toolbar with the "kitche
|
|
30 |
|
31 |
== Changelog ==
|
32 |
|
|
|
|
|
|
|
33 |
= 1.0.3 =
|
34 |
* Code clean up, 3.1 testing
|
35 |
|
1 |
=== MCE Table Buttons ===
|
2 |
Contributors: jakemgold
|
3 |
+
Donate link: http://www.get10up.com/plugins-modules/wordpress-mce-table-buttons/
|
4 |
Tags: tables, table, editor, WYSIWYG, buttons, tinymce
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 1.0.3.1
|
8 |
|
9 |
Adds table editing buttons to a new, third row in the WordPress WYSIWYG editor.
|
10 |
|
30 |
|
31 |
== Changelog ==
|
32 |
|
33 |
+
= 1.0.3.1 =
|
34 |
+
* Updated support / developer information
|
35 |
+
|
36 |
= 1.0.3 =
|
37 |
* Code clean up, 3.1 testing
|
38 |
|