Changeset 996846
- Timestamp:
- 09/25/2014 08:43:43 PM (12 years ago)
- Location:
- narando
- Files:
-
- 3 edited
- 5 copied
-
tags/1.2 (copied) (copied from narando/trunk)
-
tags/1.2/Narando_OptionsManager.php (copied) (copied from narando/trunk/Narando_OptionsManager.php)
-
tags/1.2/Narando_Plugin.php (copied) (copied from narando/trunk/Narando_Plugin.php) (2 diffs)
-
tags/1.2/narando.php (copied) (copied from narando/trunk/narando.php) (1 diff)
-
tags/1.2/readme.txt (copied) (copied from narando/trunk/readme.txt) (2 diffs)
-
trunk/Narando_Plugin.php (modified) (2 diffs)
-
trunk/narando.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
narando/tags/1.2/Narando_Plugin.php
r996829 r996846 16 16 17 17 'NRAutoplay' => array(__('Autoplay', 'narando-plugin'), 'true', 'false'), 18 'NRDemo' => array(__('Demo Modus', 'narando-plugin'), 'false', 'true'), 18 19 'NRPosition' => array(__('Position des Players', 'narando-plugin'), 'Before Post', 'After Post'), 19 20 'NRPlayerMobile' => array(__(' Player für Mobile-Endgeräte anzeigen lassen (reagiert nur bei Mobilen-Endgeräten)', 'narando-plugin'), 'true', 'false'), … … 111 112 $permalink = get_permalink($wp_query->post->ID); //get post link 112 113 114 $demo = $this->getOption("NRColorControls"); 115 if ($demo == "true") { 116 $permalink = "http://t3n.de/news/musik-am-arbeitsplatz-539087/"; 117 } 118 113 119 $autoplay = ""; 114 120 if ("true" == $this->getOption("NRAutoplay")) { -
narando/tags/1.2/narando.php
r996838 r996846 3 3 Plugin Name: narando 4 4 Plugin URI: http://wordpress.org/extend/plugins/narando/ 5 Version: 1. 15 Version: 1.2 6 6 Author: Philip Kkleimeyer, narando 7 7 Description: Merk Dir mit narando Online- und Printartikel, für die Du gerade keine Zeit hast – und lass sie Dir unterwegs vorlesen. -
narando/tags/1.2/readme.txt
r996829 r996846 6 6 Requires at least: 3.5 7 7 Tested up to: 3.9 8 Stable tag: 1. 18 Stable tag: 1.2 9 9 10 10 … … 37 37 == Changelog == 38 38 39 = 1.2 = 40 - Demo modus 41 39 42 = 1.1 = 40 43 - Pre- and Post-Text -
narando/trunk/Narando_Plugin.php
r996829 r996846 16 16 17 17 'NRAutoplay' => array(__('Autoplay', 'narando-plugin'), 'true', 'false'), 18 'NRDemo' => array(__('Demo Modus', 'narando-plugin'), 'false', 'true'), 18 19 'NRPosition' => array(__('Position des Players', 'narando-plugin'), 'Before Post', 'After Post'), 19 20 'NRPlayerMobile' => array(__(' Player für Mobile-Endgeräte anzeigen lassen (reagiert nur bei Mobilen-Endgeräten)', 'narando-plugin'), 'true', 'false'), … … 111 112 $permalink = get_permalink($wp_query->post->ID); //get post link 112 113 114 $demo = $this->getOption("NRColorControls"); 115 if ($demo == "true") { 116 $permalink = "http://t3n.de/news/musik-am-arbeitsplatz-539087/"; 117 } 118 113 119 $autoplay = ""; 114 120 if ("true" == $this->getOption("NRAutoplay")) { -
narando/trunk/narando.php
r996838 r996846 3 3 Plugin Name: narando 4 4 Plugin URI: http://wordpress.org/extend/plugins/narando/ 5 Version: 1. 15 Version: 1.2 6 6 Author: Philip Kkleimeyer, narando 7 7 Description: Merk Dir mit narando Online- und Printartikel, für die Du gerade keine Zeit hast – und lass sie Dir unterwegs vorlesen. -
narando/trunk/readme.txt
r996829 r996846 6 6 Requires at least: 3.5 7 7 Tested up to: 3.9 8 Stable tag: 1. 18 Stable tag: 1.2 9 9 10 10 … … 37 37 == Changelog == 38 38 39 = 1.2 = 40 - Demo modus 41 39 42 = 1.1 = 40 43 - Pre- and Post-Text
Note: See TracChangeset
for help on using the changeset viewer.