Plugin Directory

Changeset 972781


Ignore:
Timestamp:
08/26/2014 12:47:53 AM (12 years ago)
Author:
f6s
Message:

bugfix, tagged ver 0.5.1

Location:
f6s
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • f6s/tags/0.5.1/f6s.php

    r972774 r972781  
    44Plugin URI: http://www.f6s.com
    55Description: Integrate f6s data into your WordPress Site
    6 Version: 0.5
     6Version: 0.5.1
    77Author: f6s.com
    88License: GPL2
     
    1010
    1111$f6s_shortcodes = array(
    12     'deal' => array( 'program' ),
     12    'deal' => array( 'program', 'area' ),
    1313    'mentor' => array( 'mentoring' ),
    1414    'team' => array( 'program' )
  • f6s/tags/0.5.1/readme.txt

    r972776 r972781  
    44Requires at least: 3.4
    55Tested up to: 3.4
    6 Stable tag: 0.5
     6Stable tag: 0.5.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • f6s/trunk/f6s.php

    r972774 r972781  
    44Plugin URI: http://www.f6s.com
    55Description: Integrate f6s data into your WordPress Site
    6 Version: 0.5
     6Version: 0.5.1
    77Author: f6s.com
    88License: GPL2
     
    1010
    1111$f6s_shortcodes = array(
    12     'deal' => array( 'program' ),
     12    'deal' => array( 'program', 'area' ),
    1313    'mentor' => array( 'mentoring' ),
    1414    'team' => array( 'program' )
  • f6s/trunk/readme.txt

    r972776 r972781  
    44Requires at least: 3.4
    55Tested up to: 3.4
    6 Stable tag: 0.5
     6Stable tag: 0.5.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.