Changeset 1514983
- Timestamp:
- 10/14/2016 05:56:36 PM (9 years ago)
- Location:
- swiftpost
- Files:
-
- 56 added
- 2 edited
-
tags/0.5.3 (added)
-
tags/0.5.3/admin (added)
-
tags/0.5.3/admin/css (added)
-
tags/0.5.3/admin/css/fonts (added)
-
tags/0.5.3/admin/css/fonts/icomoon.eot (added)
-
tags/0.5.3/admin/css/fonts/icomoon.svg (added)
-
tags/0.5.3/admin/css/fonts/icomoon.ttf (added)
-
tags/0.5.3/admin/css/fonts/icomoon.woff (added)
-
tags/0.5.3/admin/css/jquery-ui.css (added)
-
tags/0.5.3/admin/css/jquery.timepicker.css (added)
-
tags/0.5.3/admin/css/swift_header.css (added)
-
tags/0.5.3/admin/css/swiftpost_admin.css (added)
-
tags/0.5.3/admin/js (added)
-
tags/0.5.3/admin/js/jquery.timepicker.min.js (added)
-
tags/0.5.3/admin/js/swiftpost_admin.js (added)
-
tags/0.5.3/admin/plugin-activate-terms.html (added)
-
tags/0.5.3/admin/swiftpost_admin_functions.php (added)
-
tags/0.5.3/admin/wpfn-notifications.php (added)
-
tags/0.5.3/css (added)
-
tags/0.5.3/css/swiftpost.css (added)
-
tags/0.5.3/gpl-2.0.txt (added)
-
tags/0.5.3/images (added)
-
tags/0.5.3/images/bird.svg (added)
-
tags/0.5.3/images/icon-close.png (added)
-
tags/0.5.3/images/icon-menu-over.png (added)
-
tags/0.5.3/images/icon-menu.png (added)
-
tags/0.5.3/images/index.php (added)
-
tags/0.5.3/images/logo.png (added)
-
tags/0.5.3/images/logo.svg (added)
-
tags/0.5.3/images/small-logo.png (added)
-
tags/0.5.3/index.php (added)
-
tags/0.5.3/js (added)
-
tags/0.5.3/js/index.php (added)
-
tags/0.5.3/js/swiftpost.js (added)
-
tags/0.5.3/language (added)
-
tags/0.5.3/language/swiftpost-en_US.mo (added)
-
tags/0.5.3/language/swiftpost-en_US.po (added)
-
tags/0.5.3/readme.txt (added)
-
tags/0.5.3/screenshot-1.png (added)
-
tags/0.5.3/screenshot-2.png (added)
-
tags/0.5.3/swiftpost-functions.php (added)
-
tags/0.5.3/swiftpost-setup.php (added)
-
tags/0.5.3/swiftpost.php (added)
-
tags/0.5.3/template (added)
-
tags/0.5.3/template/swiftpost-custom.php (added)
-
tags/0.5.3/template/swiftpost-ethos.php (added)
-
tags/0.5.3/template/swiftpost-full.php (added)
-
tags/0.5.3/template/swiftpost-icon.php (added)
-
tags/0.5.3/template/swiftpost-integrity.php (added)
-
tags/0.5.3/template/swiftpost-renew.php (added)
-
tags/0.5.3/template/swiftpost-teaser-sideimg.php (added)
-
tags/0.5.3/template/swiftpost-teaser.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/swiftpost.php (modified) (3 diffs)
-
trunk/template/swiftpost-ethos.php (added)
-
trunk/template/swiftpost-icon.php (added)
-
trunk/template/swiftpost-integrity.php (added)
-
trunk/template/swiftpost-renew.php (added)
Legend:
- Unmodified
- Added
- Removed
-
swiftpost/trunk/readme.txt
r1503887 r1514983 5 5 Requires at least: 4.0 6 6 Tested up to: 4.6.1 7 Stable tag: 0.5. 27 Stable tag: 0.5.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 186 186 = 0.5.2 = 187 187 -added registration for free account on the dashboard page. 188 = 0.5.3 = 189 -added built in templates for theme.co X framework 188 190 189 191 == Upgrade Notice == … … 194 196 195 197 = 0.5.0 = 196 197 198 Brand new admin interface, much better reporting and more useful dashboard 198 199 199 200 = 0.5.1 = 200 201 201 Added license level and booked impressions view on the dashbaord so you can check how many are left to book in the current month for a given license level 202 203 = 0.5.3 = -
swiftpost/trunk/swiftpost.php
r1506183 r1514983 6 6 Author URI: https://swiftimpressions.com 7 7 Description: SwiftPost, native advertising for Wordpress 8 Version: 0.5. 28 Version: 0.5.3 9 9 License: GPLv2 10 10 */ … … 704 704 $swiftpost_config = get_option('swiftpost_config'); 705 705 $swiftpost_license = get_option('swiftpost_license'); 706 $X = false; 707 if( ($current_theme = get_option('current_theme')) && ($current_theme == "X – Child Theme" || $current_theme == "X") ) $X = true; 706 708 707 709 if (isset($_POST['swiftpost_settings_apply'])) { … … 808 810 <div class="swift-admin-box-inner "> 809 811 <h2 class="swift-box-title">Using Swift Post on Your Site</h2> 810 <p>Please pick one of the following options: 1) a Standard Swift Post Theme, or 2) a Custom Content Option.</p> 811 <p> 812 <label><input type=radio name="swiftpost-template" value="swiftpost-teaser.php" onchange="jQuery('#swiftpost-custom-template-code').hide();"<?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-teaser.php" ? "checked" : "" ; ?>> Image on top, content excerpt below</label> <br /> 813 <label><input type=radio name="swiftpost-template" value="swiftpost-full.php" onchange="jQuery('#swiftpost-custom-template-code').hide();" <?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-full.php" ? "checked" : "" ; ?>>Image on top, full content below </label><br /> 814 815 <label><input type=radio name="swiftpost-template" value="swiftpost-teaser-sideimg.php" onchange="jQuery('#swiftpost-custom-template-code').hide();"<?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-teaser-sideimg.php" ? "checked" : "" ; ?>> Image on left, content expert on the side</label> 816 </p> 812 813 814 <?php if ($X) {?> 815 <p>The X theme is currently active, please choose the correct stack:</p> 816 <p> 817 <label><input type=radio name="swiftpost-template" value="swiftpost-integrity.php" onchange="jQuery('#swiftpost-custom-template-code').hide();" <?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-integrity.php" ? "checked" : "" ; ?>>X Theme Integrity </label><br /> 818 <label><input type=radio name="swiftpost-template" value="swiftpost-renew.php" onchange="jQuery('#swiftpost-custom-template-code').hide();"<?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-renew.php" ? "checked" : "" ; ?>> X Theme Renew </label> <br /> 819 <label><input type=radio name="swiftpost-template" value="swiftpost-icon.php" onchange="jQuery('#swiftpost-custom-template-code').hide();"<?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-icon.php" ? "checked" : "" ; ?>>X Theme Icon </label><br /> 820 <label><input type=radio name="swiftpost-template" value="swiftpost-ethos.php" onchange="jQuery('#swiftpost-custom-template-code').hide();"<?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-ethos.php" ? "checked" : "" ; ?>>X Theme Ethos </label> 821 </p> 822 <?php } else { ?> 823 <p>Please pick one of the following options: 1) a Standard Swift Post Theme, or 2) a Custom Content Option.</p> 824 <p> 825 826 <label><input type=radio name="swiftpost-template" value="swiftpost-full.php" onchange="jQuery('#swiftpost-custom-template-code').hide();" <?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-full.php" ? "checked" : "" ; ?>>Image on top, full content below </label><br /> 827 <label><input type=radio name="swiftpost-template" value="swiftpost-teaser.php" onchange="jQuery('#swiftpost-custom-template-code').hide();"<?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-teaser.php" ? "checked" : "" ; ?>> Image on top, content excerpt below</label> <br /> 828 <label><input type=radio name="swiftpost-template" value="swiftpost-teaser-sideimg.php" onchange="jQuery('#swiftpost-custom-template-code').hide();"<?php echo $swiftpost_config['swiftpost-template'] == "swiftpost-teaser-sideimg.php" ? "checked" : "" ; ?>> Image on left, content expert on the side</label> 829 </p> 830 <?php } ?> 817 831 <p> 818 832 <label><input type=radio name="swiftpost-template" value="templatename" onchange="jQuery('#swiftpost-custom-template-code').hide();" <?php echo $swiftpost_config['swiftpost-template'] == "templatename" ? "checked" : "" ; ?>>
Note: See TracChangeset
for help on using the changeset viewer.