Changeset 916936
- Timestamp:
- 05/19/2014 05:35:00 AM (12 years ago)
- Location:
- simple-theme-options
- Files:
-
- 8 added
- 2 edited
-
tags/1.1/chrs-simple-options (CHRS Interactive's conflicted copy 2014-04-30).php (added)
-
tags/1.1/readme (CHRS Interactive's conflicted copy 2014-04-30).txt (added)
-
tags/1.2 (added)
-
tags/1.2/chrs-simple-options.php (added)
-
tags/1.2/css (added)
-
tags/1.2/css/styles.css (added)
-
tags/1.2/readme.txt (added)
-
tags/1.2/screenshot-1.png (added)
-
trunk/chrs-simple-options.php (modified) (7 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-theme-options/trunk/chrs-simple-options.php
r906004 r916936 4 4 Plugin URI: http://wordpress.org/plugins/simple-theme-options/ 5 5 Description: With Simple Theme Options plugin your can easily manage your custom theme options like social media links. You also have the option to add misc code to the header.php and footer.php files, including your analytics code. 6 Version: 1. 16 Version: 1.2 7 7 Author: Artin Hovhanesian 8 8 Author URI: http://www.chrsinteractive.com/ … … 31 31 } 32 32 33 define( 'CHRSOP_VERSION', '1. 1' );33 define( 'CHRSOP_VERSION', '1.2' ); 34 34 define( 'CHRSOP_REQUIRED_WP_VERSION', '3.0' ); 35 35 define( 'CHRSOP_PLUGIN_URL', plugin_dir_url( __FILE__ )); … … 158 158 <th scope="row"> <?php _e( 'Yelp URL', 'chrstheme' ); ?> 159 159 </th> 160 <td><input id="chrs_theme_options[ypurl]" type="text" name="chrs_theme_options[y turl]" value="<?php esc_attr_e( $options['ypurl'] ); ?>" />160 <td><input id="chrs_theme_options[ypurl]" type="text" name="chrs_theme_options[ypurl]" value="<?php esc_attr_e( $options['ypurl'] ); ?>" /> 161 161 <label for="chrs_theme_options[ypurl]"> 162 162 <?php _e( 'http://www.yelp.com/biz/yourprofileurl', 'chrstheme' ); ?> 163 </label></td> 164 </tr> 165 <tr valign="top"> 166 <th scope="row"> <?php _e( 'WordPress.com URL', 'chrstheme' ); ?> 167 </th> 168 <td><input id="chrs_theme_options[wpurl]" type="text" name="chrs_theme_options[wpurl]" value="<?php esc_attr_e( $options['wpurl'] ); ?>" /> 169 <label for="chrs_theme_options[wpurl]"> 170 <?php _e( 'http://yourprofile.wordpress.com', 'chrstheme' ); ?> 171 </label></td> 172 </tr> 173 <tr valign="top"> 174 <th scope="row"> <?php _e( 'Linkedin URL', 'chrstheme' ); ?> 175 </th> 176 <td><input id="chrs_theme_options[liurl]" type="text" name="chrs_theme_options[liurl]" value="<?php esc_attr_e( $options['liurl'] ); ?>" /> 177 <label for="chrs_theme_options[liurl]"> 178 <?php _e( 'https://www.linkedin.com/in/yourprofile', 'chrstheme' ); ?> 179 </label></td> 180 </tr> 181 <tr valign="top"> 182 <th scope="row"> <?php _e( 'Tumblr URL', 'chrstheme' ); ?> 183 </th> 184 <td><input id="chrs_theme_options[tburl]" type="text" name="chrs_theme_options[tburl]" value="<?php esc_attr_e( $options['tburl'] ); ?>" /> 185 <label for="chrs_theme_options[tburl]"> 186 <?php _e( 'https://yourprofile.tumblr.com', 'chrstheme' ); ?> 163 187 </label></td> 164 188 </tr> … … 176 200 <td>Facebook</td> 177 201 <td><code>fburl</code></td> 178 </tr>179 <tr>180 202 <td>Twitter</td> 181 203 <td><code>twurl</code></td> … … 184 206 <td>Instagram</td> 185 207 <td><code>igurl</code></td> 186 </tr>187 <tr>188 208 <td>Google+</td> 189 209 <td><code>gpurl</code></td> … … 192 212 <td>Pinterest</td> 193 213 <td><code>pturl</code></td> 194 </tr>195 <tr>196 214 <td>Youtube</td> 197 215 <td><code>yturl</code></td> … … 200 218 <td>Yelp</td> 201 219 <td><code>ypurl</code></td> 220 <td>Wordpress</td> 221 <td><code>wpurl</code></td> 222 </tr> 223 <tr> 224 <td>LinkedIn</td> 225 <td><code>liurl</code></td> 226 <td>Tumblr</td> 227 <td><code>tburl</code></td> 202 228 </tr> 203 229 </table> -
simple-theme-options/trunk/readme.txt
r906004 r916936 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.9.0 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 == Changelog == 44 44 45 = 1.2 = 46 * Fix input save issue for Youtube/Yelp 47 * Added Wordpress.com / Linkedin / Tumblr 48 45 49 = 1.1 = 46 50 * Minor CSS + JS improvements 47 51 52 = 1.0 = 53 * Initial release 54 48 55 == Upgrade notice ==
Note: See TracChangeset
for help on using the changeset viewer.