=== Table layout === Contributors: MaartenM Tags: table, row, column, grid, responsive, flexible, layout, shortcode, editor, device, mobile, tablet, desktop Requires at least: 4.0 Tested up to: 4.4.2 Stable tag: 1.3.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This WordPress plugin provides an easy and user friendly way to make your site's content more responsive. == Description == It contains an editor that uses responsive rows and columns. For each device (phone, tablet, …) you can choose how many columns should be displayed and how wide they must be. Content can be added in every column. * available at each post edit screen (for any post type) * writes content to the main post editor (no [custom fields](https://codex.wordpress.org/Custom_Fields)) * ability to toggle between the responsive layout editor and the default WordPress editor. * column content is added via a [WordPress editor](https://codex.wordpress.org/Function_Reference/wp_editor) * makes use of row and column [shortcodes](https://codex.wordpress.org/Shortcode_API) * available for each [post type](https://codex.wordpress.org/Post_Types) == Installation == 1. Upload the plugin files to the `/wp-content/plugins/table-layout` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress == Screenshots == 1. editor 2. layout settings 3. background settings 4. general settings 5. content settings 6. responiveness settings 7. front large screen 8. front small screen == Changelog == = 1.3.7 = Release date: Feb 9th, 2016 * Fix - text domain missing for some language related functions * Enhancement - Updated translations * Enhancement - removed borders from screenshots = 1.3.6 = Release date: Feb 4th, 2016 * Enhancement - added 'grid' tag (readme file) * Enhancement - added 'Domain Path' for translations (plugin meta data) * Fix - only show editor activation button when post type supports 'editor' * Fix - editor activation button not visible when adding new post * Enhancement - minified css files * Enhancement - removed ‘Plugin URI’. old repository url (plugin meta data) = 1.3.5 = Release date: Feb 3th, 2016 * Enhancement - added screenshots * Enhancement - added contributor in readme file * Fix - updated readme file: incorrect syntax for displaying screenshots on WordPress plugin page * Enhancement - changed plugin Name in readme file * Fix - replaced constant MMTL_TEXTDOMAIN with ‘mm-table-layout’: ‘Do not use variable names for the text domain portion of a gettext function’ = 1.3.4 = Release date: Feb 3th, 2016 * Enhancement - changed plugin prefix ‘tl’ to a more unique prefix ‘mmtl’ * Enhancement - replaced Fancybox with Featherlight (not licensed under GPL2) * Enhancement - changed column and row html id and class format: {my-id}-wrap and {my-class}-wrap *go to [GitHub](https://github.com/mmaarten/mm-table-layout/releases "Releases") for more information about older releases*