Plugin Directory

Changeset 1031010


Ignore:
Timestamp:
11/23/2014 04:07:24 AM (11 years ago)
Author:
plocha
Message:

compatibility with Highfly 2.0

Location:
highfly-private
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • highfly-private/branches/2/highfly-private.php

    r1003464 r1031010  
    55Author: edik
    66Author URI: http://edik.ch/
    7 Version: 1.0
     7Version: 2.0
    88License: GPLv3
    99
    10 Copyright 2014  Edgard Schmidt  (email : edik@edik.ch)
     10Copyright 2014  Edgard Schmidt  (email : edik(ATT)edik.ch)
    1111
    1212This program is free software: you can redistribute it and/or modify
     
    4848function get_label( $name, $data ) {
    4949    global $highfly;
     50    $notifier = $highfly->modules()['post'];
    5051    extract( $data );
    51     if ( $highfly->was_published( $old_status, $new_status )
     52    if ( $notifier->was_published( $old_status, $new_status )
    5253            && 'private' === $new_status ) {
    5354        return __( 'Privately Published' );
  • highfly-private/branches/2/readme.txt

    r1003464 r1031010  
    22Contributors: plocha
    33Tags: notifly, notify, highfly, private, email, mail, post, comment, notification, subscription, subscribe
    4 Requires at least: 3.0
    5 Tested up to: 3.9
    6 Stable tag: 1.0
     4Requires at least: 3.8
     5Tested up to: 4.0
     6Stable tag: 2.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121== Changelog ==
    2222
     23= 2.0 =
     24* compatibility with Highfly 2.0
     25
    2326= 1.0 =
    2427* first version
     
    2629== Upgrade Notice ==
    2730
     31= 2.0 =
     32It's compatible with Highfly 2.0.
     33
    2834= 1.0 =
    2935First version
  • highfly-private/tags/2.0/highfly-private.php

    r1003464 r1031010  
    55Author: edik
    66Author URI: http://edik.ch/
    7 Version: 1.0
     7Version: 2.0
    88License: GPLv3
    99
    10 Copyright 2014  Edgard Schmidt  (email : edik@edik.ch)
     10Copyright 2014  Edgard Schmidt  (email : edik(ATT)edik.ch)
    1111
    1212This program is free software: you can redistribute it and/or modify
     
    4848function get_label( $name, $data ) {
    4949    global $highfly;
     50    $notifier = $highfly->modules()['post'];
    5051    extract( $data );
    51     if ( $highfly->was_published( $old_status, $new_status )
     52    if ( $notifier->was_published( $old_status, $new_status )
    5253            && 'private' === $new_status ) {
    5354        return __( 'Privately Published' );
  • highfly-private/tags/2.0/readme.txt

    r1003464 r1031010  
    22Contributors: plocha
    33Tags: notifly, notify, highfly, private, email, mail, post, comment, notification, subscription, subscribe
    4 Requires at least: 3.0
    5 Tested up to: 3.9
    6 Stable tag: 1.0
     4Requires at least: 3.8
     5Tested up to: 4.0
     6Stable tag: 2.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121== Changelog ==
    2222
     23= 2.0 =
     24* compatibility with Highfly 2.0
     25
    2326= 1.0 =
    2427* first version
     
    2629== Upgrade Notice ==
    2730
     31= 2.0 =
     32It's compatible with Highfly 2.0.
     33
    2834= 1.0 =
    2935First version
  • highfly-private/trunk/highfly-private.php

    r1003464 r1031010  
    55Author: edik
    66Author URI: http://edik.ch/
    7 Version: 1.0
     7Version: 2.0
    88License: GPLv3
    99
    10 Copyright 2014  Edgard Schmidt  (email : edik@edik.ch)
     10Copyright 2014  Edgard Schmidt  (email : edik(ATT)edik.ch)
    1111
    1212This program is free software: you can redistribute it and/or modify
     
    4848function get_label( $name, $data ) {
    4949    global $highfly;
     50    $notifier = $highfly->modules()['post'];
    5051    extract( $data );
    51     if ( $highfly->was_published( $old_status, $new_status )
     52    if ( $notifier->was_published( $old_status, $new_status )
    5253            && 'private' === $new_status ) {
    5354        return __( 'Privately Published' );
  • highfly-private/trunk/readme.txt

    r1003464 r1031010  
    22Contributors: plocha
    33Tags: notifly, notify, highfly, private, email, mail, post, comment, notification, subscription, subscribe
    4 Requires at least: 3.0
    5 Tested up to: 3.9
    6 Stable tag: 1.0
     4Requires at least: 3.8
     5Tested up to: 4.0
     6Stable tag: 2.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121== Changelog ==
    2222
     23= 2.0 =
     24* compatibility with Highfly 2.0
     25
    2326= 1.0 =
    2427* first version
     
    2629== Upgrade Notice ==
    2730
     31= 2.0 =
     32It's compatible with Highfly 2.0.
     33
    2834= 1.0 =
    2935First version
Note: See TracChangeset for help on using the changeset viewer.