Plugin Directory

Changeset 626257


Ignore:
Timestamp:
11/16/2012 07:32:53 PM (13 years ago)
Author:
f6s
Message:

Update

Location:
f6s
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • f6s/trunk/readme.txt

    r626252 r626257  
    44Requires at least: 3.4
    55Tested up to: 3.4
    6 Stable tag: 0.3.1
     6Stable tag: 0.3.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    20201. Valid Properties for Deals
    2121
    22 id - reference id of the deal
    23 name - name of the deal
    24 description - description of the deal
    25 thumbnail - information about the deal image:
     22- id - reference id of the deal
     23- name - name of the deal
     24- description - description of the deal
     25- thumbnail - information about the deal image:
    2626    - thumbnail.url - full URL of the deal thumbnail
    2727    - thumbnail.width / thumbnail.height - size, in pixels of the image
    28 value - value of the deal
    29 beta - is this a beta product
    30 category - internal category of the deal
    31 - category.id - internal id of category
    32 - category.name - name of category
    33 company - publisher company of the deal
    34 - company.id -  id of company profile
    35 - company.name - name of company
    36 - company.url -  company profile url
    37 url - url where more info about this deal available
    38 get_deal_url - url to get the deal
     28- value - value of the deal
     29- beta - is this a beta product
     30- category - internal category of the deal
     31    - category.id - internal id of category
     32    - category.name - name of category
     33- company - publisher company of the deal
     34    - company.id -  id of company profile
     35    - company.name - name of company
     36    - company.url -  company profile url
     37- url - url where more info about this deal available
     38- get_deal_url - url to get the deal
    3939
    40402. Valid Properties for Mentors
    4141
    42 id - reference id of the mentor
    43 name - name of the mentor
    44 description - mentor profile description
    45 url - f6s profile url
    46 current_title - current work title of the mentor (ex: CEO of ExampleCompany) - empty string if no data available
    47 thumbnail - information about the mentor’s profile image:
     42- id - reference id of the mentor
     43- name - name of the mentor
     44- description - mentor profile description
     45- url - f6s profile url
     46- current_title - current work title of the mentor (ex: CEO of ExampleCompany) - empty string if no data available
     47- thumbnail - information about the mentor’s profile image:
    4848    - thumbnail.url - full URL of the mentor thumbnail
    4949    - thumbnail.width / thumbnail.height - size, in pixels of the image
    50 skills (list) - list of mentor skills, has properties:
     50- skills (list) - list of mentor skills, has properties:
    5151    - name - name of the skill
    52 links (list) - list of profile links, has properties:
     52- links (list) - list of profile links, has properties:
    5353    - type - link type, can be: website, facebook, twitter, linkedin, github, iosapp, android, mobile
    5454- value - the actual URL
     
    62623. Valid Properties for Teams
    6363
    64 id - reference id of the team
    65 name - name of the team
    66 description - description of the team
    67 url - f6s profile url
    68 thumbnail - information about the team’s profile image:
     64- id - reference id of the team
     65- name - name of the team
     66- description - description of the team
     67- url - f6s profile url
     68- thumbnail - information about the team’s profile image:
    6969    - thumbnail.url - full URL of the mentor thumbnail
    7070    - thumbnail.width / thumbnail.height - size, in pixels of the image
    71 links (list) - list of profile links, has properties:
     71- links (list) - list of profile links, has properties:
    7272    - type - link type, can be: website, facebook, twitter, linkedin, github, iosapp, android, mobile
    7373- value - the actual URL
    74 members (list) - list of all team’s members, has properties:
     74- members (list) - list of all team’s members, has properties:
    7575    - profile_id - reference id of the person
    7676    - name - name of the person
Note: See TracChangeset for help on using the changeset viewer.