Changeset 972781
- Timestamp:
- 08/26/2014 12:47:53 AM (12 years ago)
- Location:
- f6s
- Files:
-
- 4 edited
- 1 copied
-
tags/0.5.1 (copied) (copied from f6s/trunk)
-
tags/0.5.1/f6s.php (modified) (2 diffs)
-
tags/0.5.1/readme.txt (modified) (1 diff)
-
trunk/f6s.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
f6s/tags/0.5.1/f6s.php
r972774 r972781 4 4 Plugin URI: http://www.f6s.com 5 5 Description: Integrate f6s data into your WordPress Site 6 Version: 0.5 6 Version: 0.5.1 7 7 Author: f6s.com 8 8 License: GPL2 … … 10 10 11 11 $f6s_shortcodes = array( 12 'deal' => array( 'program' ),12 'deal' => array( 'program', 'area' ), 13 13 'mentor' => array( 'mentoring' ), 14 14 'team' => array( 'program' ) -
f6s/tags/0.5.1/readme.txt
r972776 r972781 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4 6 Stable tag: 0.5 6 Stable tag: 0.5.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
f6s/trunk/f6s.php
r972774 r972781 4 4 Plugin URI: http://www.f6s.com 5 5 Description: Integrate f6s data into your WordPress Site 6 Version: 0.5 6 Version: 0.5.1 7 7 Author: f6s.com 8 8 License: GPL2 … … 10 10 11 11 $f6s_shortcodes = array( 12 'deal' => array( 'program' ),12 'deal' => array( 'program', 'area' ), 13 13 'mentor' => array( 'mentoring' ), 14 14 'team' => array( 'program' ) -
f6s/trunk/readme.txt
r972776 r972781 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4 6 Stable tag: 0.5 6 Stable tag: 0.5.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.