Plugin Directory

Changeset 848848


Ignore:
Timestamp:
01/31/2014 02:58:25 PM (12 years ago)
Author:
cptup
Message:

version 1.4.4

Location:
captain-up/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • captain-up/trunk/README.md

    r830630 r848848  
    9595## Changelog
    9696
     97###### 1.4.4
     98
     99* Support for custom actions.
     100
     101* Updated links to the Captain Up admin panel.
     102
     103* Support for WordPress 3.8.1
     104
    97105###### 1.4.3
     106
    98107* Support for WordPress 3.8
    99108
  • captain-up/trunk/captainup.php

    r830630 r848848  
    44Plugin URI: http://www.captainup.com
    55Description: Add Game Mechanics to your site and increase your engagement and retention. 2 minutes install: Simply add your free Captain Up API Key and you are good to go. The plugin also adds widgets you can use to show leaderboards and activities within your site.
    6 Version: 1.4.3
     6Version: 1.4.4
    77Author: Captain Up Team
    88License: GPL2
     
    146146
    147147                                <h2>Advanced Options</h2>
    148                                 <p>You will need to add your API Secret to enable advanced options. Copy the API Secret from the <a href='http://captainup.com/manage#settings' target='_blank'>Settings tab</a> in your Captain Up admin panel and paste it here.
     148                                <p>You will need to add your API Secret to enable advanced options. Copy the API Secret from the <a href='http://captainup.com/manage/settings' target='_blank'>Settings tab</a> in your Captain Up admin panel and paste it here.
    149149                                <div id='cpt-secret'>
    150150                                    <label for='captain-api-secret'>API Secret:</label>
     
    167167                                        <span class='cpt-sep'>|</span>
    168168                                       
    169                                         <a href='http://captainup.com/manage#badges' target='_blank'>Edit Badges</a>
     169                                        <a href='http://captainup.com/manage/badges' target='_blank'>Edit Badges</a>
    170170                                        <span class='cpt-sep'>|</span>
    171171
    172                                         <a href='http://captainup.com/manage#levels' target='_blank'>Edit Levels</a>
     172                                        <a href='http://captainup.com/manage/levels' target='_blank'>Edit Levels</a>
    173173                                        <span class='cpt-sep'>|</span>
    174174
     
    377377            </label>
    378378            <select id="<?php echo $this->get_field_id('type'); ?>" class="cpt-widget-type-select" name="<?php echo $this->get_field_name('type'); ?>">
     379
    379380                <option <?php if($type == "activity") { echo "selected"; }; ?> value="activity">
    380381                    Activity Widget
     
    382383                <option <?php if($type == "leaderboard") { echo "selected"; }; ?> value="leaderboard">
    383384                    Leaderboard Widget
    384                 </option>           
     385                </option>
     386
    385387            </select>
    386388        </p>
  • captain-up/trunk/readme.txt

    r830630 r848848  
    33Tags: game-mechanics,captainup,gamification,engagement,comments,widget,plugin,twitter,facebook,google
    44Requires at least: 3.0.1
    5 Tested up to: 3.8
     5Tested up to: 3.8.1
    66Stable tag: trunk
    77License: GPLv2 or later
     
    1818You will need to associate your WordPress site with a free Captain Up account. If you don't have one yet - [sign up now](http://captainup.com/).
    1919
    20 **NEW**: Two new level and badge sets to select from. Localization support for over 14 languages. Awesome shortcodes for adding the activity widget, the leaderboard widget and a sign up link inside your posts. Support for native WordPress comments. Support for differnet default leaderboards.
     20**NEW**: Support for custom actions. Two new level and badge sets to select from. Localization support for over 14 languages. Awesome shortcodes for adding the activity widget, the leaderboard widget and a sign up link inside your posts. Support for native WordPress comments.
    2121
    2222**Features**:
     
    116116== Changelog ==
    117117
     118= 1.4.4 =
     119
     120* Support for custom actions.
     121
     122* Updated links to the Captain Up admin panel.
     123
     124* Support for WordPress 3.8.1
     125
    118126= 1.4.3 =
     127
    119128* Support for WordPress 3.8
    120129
Note: See TracChangeset for help on using the changeset viewer.