Changeset 996851
- Timestamp:
- 09/25/2014 08:52:22 PM (12 years ago)
- Location:
- narando
- Files:
-
- 3 edited
- 5 copied
-
tags/1.3 (copied) (copied from narando/trunk)
-
tags/1.3/Narando_OptionsManager.php (copied) (copied from narando/trunk/Narando_OptionsManager.php)
-
tags/1.3/Narando_Plugin.php (copied) (copied from narando/trunk/Narando_Plugin.php) (1 diff)
-
tags/1.3/narando.php (copied) (copied from narando/trunk/narando.php) (1 diff)
-
tags/1.3/readme.txt (copied) (copied from narando/trunk/readme.txt) (2 diffs)
-
trunk/Narando_Plugin.php (modified) (1 diff)
-
trunk/narando.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
narando/tags/1.3/Narando_Plugin.php
r996846 r996851 112 112 $permalink = get_permalink($wp_query->post->ID); //get post link 113 113 114 $demo = $this->getOption("NR ColorControls");114 $demo = $this->getOption("NRDemo"); 115 115 if ($demo == "true") { 116 116 $permalink = "http://t3n.de/news/musik-am-arbeitsplatz-539087/"; -
narando/tags/1.3/narando.php
r996846 r996851 3 3 Plugin Name: narando 4 4 Plugin URI: http://wordpress.org/extend/plugins/narando/ 5 Version: 1. 25 Version: 1.3 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.3/readme.txt
r996846 r996851 6 6 Requires at least: 3.5 7 7 Tested up to: 3.9 8 Stable tag: 1. 28 Stable tag: 1.3 9 9 10 10 … … 37 37 == Changelog == 38 38 39 = 1.3 = 40 - Bugfixes 41 39 42 = 1.2 = 40 43 - Demo modus -
narando/trunk/Narando_Plugin.php
r996846 r996851 112 112 $permalink = get_permalink($wp_query->post->ID); //get post link 113 113 114 $demo = $this->getOption("NR ColorControls");114 $demo = $this->getOption("NRDemo"); 115 115 if ($demo == "true") { 116 116 $permalink = "http://t3n.de/news/musik-am-arbeitsplatz-539087/"; -
narando/trunk/narando.php
r996846 r996851 3 3 Plugin Name: narando 4 4 Plugin URI: http://wordpress.org/extend/plugins/narando/ 5 Version: 1. 25 Version: 1.3 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
r996846 r996851 6 6 Requires at least: 3.5 7 7 Tested up to: 3.9 8 Stable tag: 1. 28 Stable tag: 1.3 9 9 10 10 … … 37 37 == Changelog == 38 38 39 = 1.3 = 40 - Bugfixes 41 39 42 = 1.2 = 40 43 - Demo modus
Note: See TracChangeset
for help on using the changeset viewer.