Plugin Directory

Changeset 1273014


Ignore:
Timestamp:
10/26/2015 06:50:29 AM (10 years ago)
Author:
narando
Message:

version 1.6 release

Location:
narando
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • narando/tags/1.6/Narando_Plugin.php

    r1197737 r1273014  
    115115    public function registerNarandoScript() {
    116116        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' ));     
    118118        } else {
    119119            wp_enqueue_script( 'narando-player', esc_url_raw( 'http://narando.com/assets/narando.player.js' ));     
  • narando/tags/1.6/readme.txt

    r1197737 r1273014  
    55License URI: http://www.gnu.org/licenses/gpl-3.0.html
    66Requires at least: 3.5
    7 Tested up to: 4.2
    8 Stable tag: 1.5
     7Tested up to: 4.3.1
     8Stable tag: 1.6
    99
    1010
     
    4040== Changelog ==
    4141
     42= 1.6 =
     43- Testet with Wordpress 4.3.1
     44
    4245= 1.5 =
    4346- Pre- und Post-Text wird beim laden des Plugins ausgeblendet.
  • narando/trunk/Narando_Plugin.php

    r1197737 r1273014  
    115115    public function registerNarandoScript() {
    116116        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' ));     
    118118        } else {
    119119            wp_enqueue_script( 'narando-player', esc_url_raw( 'http://narando.com/assets/narando.player.js' ));     
  • narando/trunk/readme.txt

    r1197737 r1273014  
    55License URI: http://www.gnu.org/licenses/gpl-3.0.html
    66Requires at least: 3.5
    7 Tested up to: 4.2
    8 Stable tag: 1.5
     7Tested up to: 4.3.1
     8Stable tag: 1.6
    99
    1010
     
    4040== Changelog ==
    4141
     42= 1.6 =
     43- Testet with Wordpress 4.3.1
     44
    4245= 1.5 =
    4346- Pre- und Post-Text wird beim laden des Plugins ausgeblendet.
Note: See TracChangeset for help on using the changeset viewer.