Changeset 1031010
- Timestamp:
- 11/23/2014 04:07:24 AM (11 years ago)
- Location:
- highfly-private
- Files:
-
- 2 edited
- 6 copied
-
branches/2 (copied) (copied from highfly-private/trunk)
-
branches/2/highfly-private.php (copied) (copied from highfly-private/trunk/highfly-private.php) (2 diffs)
-
branches/2/readme.txt (copied) (copied from highfly-private/trunk/readme.txt) (3 diffs)
-
tags/2.0 (copied) (copied from highfly-private/trunk)
-
tags/2.0/highfly-private.php (copied) (copied from highfly-private/trunk/highfly-private.php) (2 diffs)
-
tags/2.0/readme.txt (copied) (copied from highfly-private/trunk/readme.txt) (3 diffs)
-
trunk/highfly-private.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
highfly-private/branches/2/highfly-private.php
r1003464 r1031010 5 5 Author: edik 6 6 Author URI: http://edik.ch/ 7 Version: 1.07 Version: 2.0 8 8 License: GPLv3 9 9 10 Copyright 2014 Edgard Schmidt (email : edik @edik.ch)10 Copyright 2014 Edgard Schmidt (email : edik(ATT)edik.ch) 11 11 12 12 This program is free software: you can redistribute it and/or modify … … 48 48 function get_label( $name, $data ) { 49 49 global $highfly; 50 $notifier = $highfly->modules()['post']; 50 51 extract( $data ); 51 if ( $ highfly->was_published( $old_status, $new_status )52 if ( $notifier->was_published( $old_status, $new_status ) 52 53 && 'private' === $new_status ) { 53 54 return __( 'Privately Published' ); -
highfly-private/branches/2/readme.txt
r1003464 r1031010 2 2 Contributors: plocha 3 3 Tags: notifly, notify, highfly, private, email, mail, post, comment, notification, subscription, subscribe 4 Requires at least: 3. 05 Tested up to: 3.96 Stable tag: 1.04 Requires at least: 3.8 5 Tested up to: 4.0 6 Stable tag: 2.0 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 21 21 == Changelog == 22 22 23 = 2.0 = 24 * compatibility with Highfly 2.0 25 23 26 = 1.0 = 24 27 * first version … … 26 29 == Upgrade Notice == 27 30 31 = 2.0 = 32 It's compatible with Highfly 2.0. 33 28 34 = 1.0 = 29 35 First version -
highfly-private/tags/2.0/highfly-private.php
r1003464 r1031010 5 5 Author: edik 6 6 Author URI: http://edik.ch/ 7 Version: 1.07 Version: 2.0 8 8 License: GPLv3 9 9 10 Copyright 2014 Edgard Schmidt (email : edik @edik.ch)10 Copyright 2014 Edgard Schmidt (email : edik(ATT)edik.ch) 11 11 12 12 This program is free software: you can redistribute it and/or modify … … 48 48 function get_label( $name, $data ) { 49 49 global $highfly; 50 $notifier = $highfly->modules()['post']; 50 51 extract( $data ); 51 if ( $ highfly->was_published( $old_status, $new_status )52 if ( $notifier->was_published( $old_status, $new_status ) 52 53 && 'private' === $new_status ) { 53 54 return __( 'Privately Published' ); -
highfly-private/tags/2.0/readme.txt
r1003464 r1031010 2 2 Contributors: plocha 3 3 Tags: notifly, notify, highfly, private, email, mail, post, comment, notification, subscription, subscribe 4 Requires at least: 3. 05 Tested up to: 3.96 Stable tag: 1.04 Requires at least: 3.8 5 Tested up to: 4.0 6 Stable tag: 2.0 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 21 21 == Changelog == 22 22 23 = 2.0 = 24 * compatibility with Highfly 2.0 25 23 26 = 1.0 = 24 27 * first version … … 26 29 == Upgrade Notice == 27 30 31 = 2.0 = 32 It's compatible with Highfly 2.0. 33 28 34 = 1.0 = 29 35 First version -
highfly-private/trunk/highfly-private.php
r1003464 r1031010 5 5 Author: edik 6 6 Author URI: http://edik.ch/ 7 Version: 1.07 Version: 2.0 8 8 License: GPLv3 9 9 10 Copyright 2014 Edgard Schmidt (email : edik @edik.ch)10 Copyright 2014 Edgard Schmidt (email : edik(ATT)edik.ch) 11 11 12 12 This program is free software: you can redistribute it and/or modify … … 48 48 function get_label( $name, $data ) { 49 49 global $highfly; 50 $notifier = $highfly->modules()['post']; 50 51 extract( $data ); 51 if ( $ highfly->was_published( $old_status, $new_status )52 if ( $notifier->was_published( $old_status, $new_status ) 52 53 && 'private' === $new_status ) { 53 54 return __( 'Privately Published' ); -
highfly-private/trunk/readme.txt
r1003464 r1031010 2 2 Contributors: plocha 3 3 Tags: notifly, notify, highfly, private, email, mail, post, comment, notification, subscription, subscribe 4 Requires at least: 3. 05 Tested up to: 3.96 Stable tag: 1.04 Requires at least: 3.8 5 Tested up to: 4.0 6 Stable tag: 2.0 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 21 21 == Changelog == 22 22 23 = 2.0 = 24 * compatibility with Highfly 2.0 25 23 26 = 1.0 = 24 27 * first version … … 26 29 == Upgrade Notice == 27 30 31 = 2.0 = 32 It's compatible with Highfly 2.0. 33 28 34 = 1.0 = 29 35 First version
Note: See TracChangeset
for help on using the changeset viewer.