Plugin Directory

Changeset 1607781


Ignore:
Timestamp:
03/04/2017 12:22:40 PM (9 years ago)
Author:
gvplugins
Message:

wpView 1.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpview/trunk/readme.txt

    r1593900 r1607781  
    55Requires at least: 4.2
    66Tested up to: 4.7
    7 Stable tag: 1.2.2
     7Stable tag: 1.3.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2020* [WordPress Creation Kit](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/)
    2121* Custom Content Type Manager
     22
     23**Custom Field Shordcode Examples**
     24
     25    [wpview type="all"] - All custom fields in a single table
     26    [wpview type="text" view="Country"]
     27    [wpview type="textarea" title="Country" view="left_border"]
     28    [wpview type="wysiwyg" title="Company Info" view="bordered_box"]
     29    [wpview type="file" title="Documentation File" view="only_link"]
     30
     31    [wpview type="...." title="..." view="..."]
     32
    2233
    2334wpView has nice views for almost all custom field types:
     
    7687== Changelog ==
    7788
     89= 1.3.0 =
     90
     91* Added: Allows to set before/after content for All in One Table view mode
     92* Added: Allows to select individual view for each Custom Field shordcode
     93
     94
    7895= 1.2.2 =
    7996
Note: See TracChangeset for help on using the changeset viewer.