Changeset 848848
- Timestamp:
- 01/31/2014 02:58:25 PM (12 years ago)
- Location:
- captain-up/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
captainup.php (modified) (5 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captain-up/trunk/README.md
r830630 r848848 95 95 ## Changelog 96 96 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 97 105 ###### 1.4.3 106 98 107 * Support for WordPress 3.8 99 108 -
captain-up/trunk/captainup.php
r830630 r848848 4 4 Plugin URI: http://www.captainup.com 5 5 Description: 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. 36 Version: 1.4.4 7 7 Author: Captain Up Team 8 8 License: GPL2 … … 146 146 147 147 <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. 149 149 <div id='cpt-secret'> 150 150 <label for='captain-api-secret'>API Secret:</label> … … 167 167 <span class='cpt-sep'>|</span> 168 168 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> 170 170 <span class='cpt-sep'>|</span> 171 171 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> 173 173 <span class='cpt-sep'>|</span> 174 174 … … 377 377 </label> 378 378 <select id="<?php echo $this->get_field_id('type'); ?>" class="cpt-widget-type-select" name="<?php echo $this->get_field_name('type'); ?>"> 379 379 380 <option <?php if($type == "activity") { echo "selected"; }; ?> value="activity"> 380 381 Activity Widget … … 382 383 <option <?php if($type == "leaderboard") { echo "selected"; }; ?> value="leaderboard"> 383 384 Leaderboard Widget 384 </option> 385 </option> 386 385 387 </select> 386 388 </p> -
captain-up/trunk/readme.txt
r830630 r848848 3 3 Tags: game-mechanics,captainup,gamification,engagement,comments,widget,plugin,twitter,facebook,google 4 4 Requires at least: 3.0.1 5 Tested up to: 3.8 5 Tested up to: 3.8.1 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 18 18 You 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/). 19 19 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. 21 21 22 22 **Features**: … … 116 116 == Changelog == 117 117 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 118 126 = 1.4.3 = 127 119 128 * Support for WordPress 3.8 120 129
Note: See TracChangeset
for help on using the changeset viewer.