Changeset 1273014
- Timestamp:
- 10/26/2015 06:50:29 AM (10 years ago)
- Location:
- narando
- Files:
-
- 2 edited
- 6 copied
-
tags/1.6 (copied) (copied from narando/trunk)
-
tags/1.6/Narando_LifeCycle.php (copied) (copied from narando/trunk/Narando_LifeCycle.php)
-
tags/1.6/Narando_OptionsManager.php (copied) (copied from narando/trunk/Narando_OptionsManager.php)
-
tags/1.6/Narando_Plugin.php (copied) (copied from narando/trunk/Narando_Plugin.php) (1 diff)
-
tags/1.6/narando.php (copied) (copied from narando/trunk/narando.php)
-
tags/1.6/readme.txt (copied) (copied from narando/trunk/readme.txt) (2 diffs)
-
trunk/Narando_Plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
narando/tags/1.6/Narando_Plugin.php
r1197737 r1273014 115 115 public function registerNarandoScript() { 116 116 if (is_ssl()) { 117 wp_enqueue_script( 'narando-player', esc_url_raw( 'https:// s3.amazonaws.com/newsify/static/narando.player.min.js' ));117 wp_enqueue_script( 'narando-player', esc_url_raw( 'https://narando.herokuapp.com/assets/narando.player.js' )); 118 118 } else { 119 119 wp_enqueue_script( 'narando-player', esc_url_raw( 'http://narando.com/assets/narando.player.js' )); -
narando/tags/1.6/readme.txt
r1197737 r1273014 5 5 License URI: http://www.gnu.org/licenses/gpl-3.0.html 6 6 Requires at least: 3.5 7 Tested up to: 4. 28 Stable tag: 1. 57 Tested up to: 4.3.1 8 Stable tag: 1.6 9 9 10 10 … … 40 40 == Changelog == 41 41 42 = 1.6 = 43 - Testet with Wordpress 4.3.1 44 42 45 = 1.5 = 43 46 - Pre- und Post-Text wird beim laden des Plugins ausgeblendet. -
narando/trunk/Narando_Plugin.php
r1197737 r1273014 115 115 public function registerNarandoScript() { 116 116 if (is_ssl()) { 117 wp_enqueue_script( 'narando-player', esc_url_raw( 'https:// s3.amazonaws.com/newsify/static/narando.player.min.js' ));117 wp_enqueue_script( 'narando-player', esc_url_raw( 'https://narando.herokuapp.com/assets/narando.player.js' )); 118 118 } else { 119 119 wp_enqueue_script( 'narando-player', esc_url_raw( 'http://narando.com/assets/narando.player.js' )); -
narando/trunk/readme.txt
r1197737 r1273014 5 5 License URI: http://www.gnu.org/licenses/gpl-3.0.html 6 6 Requires at least: 3.5 7 Tested up to: 4. 28 Stable tag: 1. 57 Tested up to: 4.3.1 8 Stable tag: 1.6 9 9 10 10 … … 40 40 == Changelog == 41 41 42 = 1.6 = 43 - Testet with Wordpress 4.3.1 44 42 45 = 1.5 = 43 46 - Pre- und Post-Text wird beim laden des Plugins ausgeblendet.
Note: See TracChangeset
for help on using the changeset viewer.