Plugin Directory

Changeset 1224397


Ignore:
Timestamp:
08/19/2015 01:23:26 AM (11 years ago)
Author:
Veraxus
Message:

1.4.1 - 2001 entry had wrong rating

Location:
custom-list-table-example/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-list-table-example/trunk/list-table-example.php

    r1224257 r1224397  
    44Plugin URI: http://www.mattvanandel.com/
    55Description: A highly documented plugin that demonstrates how to create custom List Tables using official WordPress APIs.
    6 Version: 1.4
     6Version: 1.4.1
    77Author: Matt van Andel
    88Author URI: http://www.mattvanandel.com
     
    134134                'ID'        => 8,
    135135                'title'     => '2001',
    136                 'rating'    => 'R',
     136                'rating'    => 'G',
    137137                'director'  => 'Stanley Kubrick'
    138138            ),
  • custom-list-table-example/trunk/readme.txt

    r1224257 r1224397  
    55Requires at least: 3.5
    66Tested up to: 4.3
    7 Stable tag: 1.4
     7Stable tag: 1.4.1
    88
    99A highly documented plugin that demonstrates how to create custom admin list-tables using official WordPress techniques.
Note: See TracChangeset for help on using the changeset viewer.