Changeset 1347004
- Timestamp:
- 02/09/2016 08:49:37 PM (10 years ago)
- Location:
- right-intel/trunk
- Files:
-
- 9 edited
-
css/dynamic.css.php (modified) (3 diffs)
-
index.php (modified) (1 diff)
-
pages/views/list_accounts.tpl.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
right-intel.php (modified) (1 diff)
-
screenshot-1.png (modified) (previous)
-
screenshot-2.png (modified) (previous)
-
screenshot-3.png (modified) (previous)
-
screenshot-4.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
right-intel/trunk/css/dynamic.css.php
r1343752 r1347004 5 5 // color_bubble - hex or rgba of bubble background color 6 6 // image_display - either "none" or "block" 7 // use_oswald - either "1" or "0"7 // use_oswald - a string number representing which font to use 8 8 // bubble_type - either "css" or "image" 9 9 // cachebust - the date of the last option change … … 30 30 $findReplace['font_face'] = 'arvoitalic,"Times New Roman",Times,serif'; 31 31 } 32 elseif (@$_GET['use_oswald'] === '3') { 33 $findReplace['font_face'] = 'Georgia,"Times New Roman",Times,serif !important; font-style: italic'; 34 } 32 35 else { 33 36 $findReplace['font_face'] = 'OswaldRegular,Helvetica,Arial,sans-serif'; … … 39 42 'dynamic-image-position.css', 40 43 ); 41 if (@$_GET['use_oswald'] === '2') {42 array_unshift($include, 'dynamic-arvo.css');43 }44 44 if (@$_GET['use_oswald'] === '1') { 45 45 array_unshift($include, 'dynamic-oswald.css'); 46 } 47 elseif (@$_GET['use_oswald'] === '2') { 48 array_unshift($include, 'dynamic-arvo.css'); 46 49 } 47 50 $css = ''; -
right-intel/trunk/index.php
r1343752 r1347004 4 4 Plugin Name: Sharpr 5 5 Plugin URI https://wordpress.org/plugins/right-intel/ 6 Description: The Sharpr Wordpress Plugin allows you to push posts from the Sharpr application to your WordPress blog 7 Version: 4.4. 06 Description: The Sharpr Wordpress Plugin allows you to push posts from the Sharpr application to your WordPress blog. (Sharpr is formerly Right Intel) 7 Version: 4.4.2 8 8 Author: kendsnyder 9 9 Author URI: http://sharpr.com/home -
right-intel/trunk/pages/views/list_accounts.tpl.php
r1343752 r1347004 34 34 <option value="1"<?php echo ($use_oswald==='1' ? ' selected' : '')?>>Oswald</option> 35 35 <option value="2"<?php echo ($use_oswald==='2' ? ' selected' : '')?>>Arvo Italic</option> 36 <option value="3"<?php echo ($use_oswald==='3' ? ' selected' : '')?>>Georgia Italic</option> 36 37 <option value="0"<?php echo ($use_oswald==='0' ? ' selected' : '')?>>Paragraph default</option> 37 38 </select> -
right-intel/trunk/readme.txt
r1343752 r1347004 3 3 Tags: sharpr, thought leadership, content curation, communication platform, agency, insight, Sharpr, rightintel 4 4 Requires at least: 3.2 5 Tested up to: 4. 16 Stable tag: 4.4. 05 Tested up to: 4.4 6 Stable tag: 4.4.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 9 9 10 The Sharpr Wordpress Plugin allows you to push posts from Sharpr to your WordPress blog 10 The Sharpr Wordpress Plugin allows you to push posts from Sharpr to your WordPress blog. (Sharpr is formerly Right Intel) 11 11 12 12 == Description == … … 73 73 == Changelog == 74 74 75 = Version 4.4.0 - January 31, 2015 = 75 = Version 4.4.2 - February 9, 2016 = 76 * Add option for Georgia Italic font 77 = Version 4.4.0 - January 31, 2016 = 76 78 * Right Intel is now Sharpr 77 79 * Certify as working with WordPress 4.4 -
right-intel/trunk/right-intel.php
r1343752 r1347004 4 4 # define some RI_* constants 5 5 # 6 define('RI_VERSION', '2016020 1');7 define('RI_SEMVER', '4.4. 1');6 define('RI_VERSION', '20160209'); 7 define('RI_SEMVER', '4.4.2'); 8 8 define('RI_BASE_DIR', __DIR__); 9 9 define('RI_BASE_PAGE', __DIR__ . '/index.php');
Note: See TracChangeset
for help on using the changeset viewer.