Plugin Directory

Changeset 878671


Ignore:
Timestamp:
03/20/2014 10:47:06 AM (11 years ago)
Author:
faina09
Message:

0.10

  • sortby=field,asc|desc into shortcode
  • ATTENTION: renamed, need resave setup page and rename shortcode to [wpf-jqgrid]
Location:
wp-fjqgrid/trunk
Files:
6 added
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wp-fjqgrid/trunk/index.php

    r864841 r878671  
    11<?php
    22/*
    3   Plugin Name: WP FjqGrid
    4   Plugin URI: http://wordpress.org/extend/plugins/wp-fjqgrid/
     3  Plugin Name: WPF-jqGrid
     4  Plugin URI: http://wordpress.org/extend/plugins/wpf-jqgrid/
    55  Description: jqGrid porting to wordpress
    6   Version: 0.09
     6  Version: 0.10
    77  Author: faina09
    88  Author URI: http://profiles.wordpress.org/faina09
    99  License: GPLv2 or later
    1010 */
    11 $VER = '0.09';
     11$VER = '0.10';
    1212defined( 'ABSPATH' ) OR exit;
    1313
    14 require_once('wp-fjqgdata.php');
    15 require_once('wp-fjqgrid.php');
     14require_once('wpf-jqgdata.php');
     15require_once('wpf-jqgrid.php');
    1616
    1717global $wpfjqg;
    1818
    19 $wpfjqg = new FjqGrid( 'WP FjqGrid', 'wp-fjqgrid', $VER );
     19$wpfjqg = new FjqGrid( 'WPF-jqGrid', 'wpf-jqgrid', $VER );
    2020register_activation_hook( __FILE__, array( 'FjqGrid', 'fplugin_activate' ) );
    2121register_uninstall_hook( __FILE__, array( 'FjqGrid', 'fplugin_uninstall' ) );
  • wp-fjqgrid/trunk/readme.txt

    r864841 r878671  
    1 === WP FjqGrid ===
     1=== WPF-jqGrid ===
    22Tags: jquery, jqGrid, grid, table, CRUD, searchable, sortable, editable
    33Contributors: faina09
     
    2222If any bug found please ask me for support!
    2323
    24 Info and samples at <a href="http://faina09.it/category/wp-plugins/wpfjqgrid/">WP FjqGrid developer's site</a>
     24Info and samples at <a href="http://faina09.it/category/wp-plugins/wpfjqgrid/">WPF-jqGrid developer's site</a>
    2525
    2626== Installation ==
    27 1. Unzip and place the 'wp-fjqgrid' folder in your 'wp-content/plugins' directory.
     271. Unzip and place the 'wpf-jqgrid' folder in your 'wp-content/plugins' directory.
    28282. Activate the plugin.
    29 3. Click the 'WP FjqGrid' link in the WordPress setting menu
     293. Click the 'WPF-jqGrid' link in the WordPress setting menu
    30304. Check the 'Enable' and one or more tables names allowed (the precompiled fields are intended for a fast start: just click "save")
    31315. Save (step REQUIRED).
    32 6. Use a shortcode like [wp-fjqgrid table='wpf_jqgrid_sample' idtable=1 caption='name to display' editable=true] in any page or post to display a CRUD for the table!
     326. Use a shortcode like [wpf-jqgrid table='wpf_jqgrid_sample' idtable=1 caption='name to display' editable=true] in any page or post to display a CRUD for the table!
    3333
    3434== Frequently Asked Questions ==
     
    6969
    7070== Screenshots ==
    71 1. Setup 'WP FjqGrid'
    72 2. Sample of 'WP FjqGrid' front page, see live at <a href="http://faina09.it/category/wp-plugins/wpfjqgrid/">WP FjqGrid developer's site</a>
    73 3. Edit popup window, see live at <a href="http://faina09.it/category/wp-plugins/wpfjqgrid/">WP FjqGrid developer's site</a>
     711. Setup 'WPF-jqGrid'
     722. Sample of 'WPF-jqGrid' front page, see live at <a href="http://faina09.it/category/wp-plugins/wpfjqgrid/">WPF-jqGrid developer's site</a>
     733. Edit popup window, see live at <a href="http://faina09.it/category/wp-plugins/wpfjqgrid/">WPF-jqGrid developer's site</a>
    7474
    7575== Changelog ==
     76= 0.10 =
     77* sortby=field,asc|desc into shortcode
     78* ATTENTION: renamed, need resave setup page and rename shortcode to [wpf-jqgrid]
     79
    7680= 0.09 =
    7781* admin-ajax.php path fix (tnx to michael walker)
Note: See TracChangeset for help on using the changeset viewer.