Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended Naming not working with branch switching #429

Closed
joelworsham opened this issue Aug 10, 2016 · 6 comments
Closed

Extended Naming not working with branch switching #429

joelworsham opened this issue Aug 10, 2016 · 6 comments

Comments

@joelworsham
Copy link

I have define( 'GITHUB_UPDATER_EXTENDED_NAMING', true ); in wp-config.php and it does work when installing and such, but when branch switching, it goes back to the repository name without the extended naming. Just watched it live via SFTP to confirm.

@joelworsham
Copy link
Author

Just to be thorough, here's a screencast. Note that the plugin is remaining active properly, despite the dirname change.

https://www.dropbox.com/s/woltinv2xz9hoys/github-updater-issue-429.mov?dl=0

@afragen
Copy link
Owner

afragen commented Aug 10, 2016

I'll take a look. It seems as though it's not catching the renaming part of Base->upgrader_source_selection().

@afragen
Copy link
Owner

afragen commented Aug 10, 2016

This should solve the issue. Please let me know.

@afragen afragen reopened this Aug 10, 2016
@joelworsham
Copy link
Author

I've been using the release tag 5.5.0. Is the develop branch safe for production use?

@afragen
Copy link
Owner

afragen commented Aug 11, 2016

I think so, but you should be able to use branch switching to switch, test, and switch back. If you want to continue using develop until next release change the branch in develop to master and when the version bump happens it will update to the master branch.

@joelworsham
Copy link
Author

Switched to develop, changed branches on a plugin, successfully renamed to extended naming.

Thank you!

@afragen afragen closed this as completed Aug 11, 2016
afragen added a commit that referenced this issue Aug 24, 2016
commit 87bed1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:36:16 2016 -0700

    bump/changes

commit 62549ec
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:30:04 2016 -0700

    use is_doing_ajax function

commit 0439c1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:29:26 2016 -0700

    partial fix for AJAX updates of private

    Bitbucket repos. Still needs to reload page between AJAX updates. :P

commit f25e4d4
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:04:55 2016 -0700

    add functions to check heartbeat and DOING_AJAX

commit b56662d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 12:05:54 2016 -0700

    fix refreshing transients section

    move closer to section on creating personal GitHub Access Token

commit ad8ba52
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 09:55:37 2016 -0700

    less smelly

commit f372e10
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 18 22:59:26 2016 -0700

    update as WP 4.6 released

commit 686602f
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 15 11:43:04 2016 -0700

    syntax highlights PAnD readme

commit 8fa43cc
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:31:07 2016 -0700

    update PAnD readme

commit 92b3c8d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:23:34 2016 -0700

    fix docblock

commit 42b3d9c
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 13 08:33:24 2016 -0700

    update PAnD

commit 53a4bdf
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:26:50 2016 -0700

    needs to be deleted for release

commit b8af232
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:25:01 2016 -0700

    update PAnD

commit 19e7227
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 21:53:03 2016 -0700

    switch from option to salted transient

commit 21a4832
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 15:55:10 2016 -0700

    exit for feature project

commit 96ae175
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 10 11:01:01 2016 -0700

    fix #429, extended naming and branch switching

    problem was $this was an instance of Base not Plugin. Changing to $upgrader_object fixes.

commit 1a0149f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:50:22 2016 -0700

    bump and changes

commit 0aa3e03
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:48:51 2016 -0700

    use official vendor files. ;)

commit 2f558a9
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 10:32:29 2016 -0700

    change PAnD method to static per repo owner

commit b5a6d3e
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 09:51:57 2016 -0700

    not a docblock, inline comment

commit e6647d3
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 16:55:29 2016 -0700

    change changelog release separator

commit 98bae61
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:21:02 2016 -0700

    update changes

    added release dates from v5.0.0 forward

commit 57e6d82
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:20:00 2016 -0700

    update PAnD readme

commit a51c412
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:49:13 2016 -0700

    use active verb in changes

commit 96a4600
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:38:28 2016 -0700

    reformat with line breaks

commit cabeb68
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:58 2016 -0700

    changes

commit 13572c3
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:30 2016 -0700

    refactor function to update settings

    works for both network activated and single site installs

commit a805910
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 22:51:14 2016 -0700

    need to use update_option not add_option

    to dismiss more than once

commit 00faa9d
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:57 2016 -0700

    bump/changes

commit 7caee1a
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:41 2016 -0700

    need this to always fire so refresh transients

    works. If inside if/then the transients won't refresh on single site.

commit 0b85e16
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 16:39:25 2016 -0700

    use check_ajax_referrer to validate nonce

    dies if nonce invalid

commit 5c5f486
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:08:43 2016 -0700

    dismissal delete option if `time() + strtotime()`

    remove in release version

commit 84f153e
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:05:41 2016 -0700

    nonce check is sufficient

commit e3e9bc9
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:45:10 2016 -0700

    update dismissal readme

commit 3539cc6
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:38:20 2016 -0700

    update composer.json

    I hope I did this correctly

commit f627b0b
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:37:08 2016 -0700

    critical fix - dismissal otherwise always forever

commit 1077b36
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 11:11:23 2016 -0700

    I have better words

commit 31c3467
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:47:30 2016 -0700

    update POT

commit 307023d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:24:02 2016 -0700

    updated PAnD readme

commit 2050099
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:18:23 2016 -0700

    Squashed commit of the following:

    commit af8d5bc9ed5b96dba183ac9f163e9ff8a6fb4dd2
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:16:40 2016 -0700

        update docblock

    commit 6b1af4ecbb072eabb041f121b67a191ca6518e54
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:01:54 2016 -0700

        bump

    commit 33939b36fd914164e0f7bc97881cef45d1cb3a5c
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 08:56:18 2016 -0700

        load from main plugin for consistency

    commit bd9364fd93785d4cd041f31449d439c19d9f925f
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 00:03:11 2016 -0700

        update notice dismissal class

    commit 5903895177c6a4a174a7d430a8b7dd8c55414a95
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 23:45:01 2016 -0700

        use instance

    commit 0b3f69d
    Merge: c4e441e 41f683a
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:35:57 2016 -0700

        Merge branch 'develop' into dismiss-notices

        # Conflicts:
        #	CHANGES.md

    commit c4e441e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:27:26 2016 -0700

        better formatting

    commit e9a9b5e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:06:13 2016 -0700

        need to load class PAnD earlier

        admin_notices doesn't allow admin_enqueue_script to fire. it must be too late in order.

    commit dd11a9c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 18:01:00 2016 -0700

        formating

    commit e87e9a7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:57:14 2016 -0700

        bump and changes

    commit 6fd9578
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:41:26 2016 -0700

        simplify options setting when empty

        cast as array

    commit d89ba2c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:40:41 2016 -0700

        skip on multisite

    commit 03cde21
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:38:20 2016 -0700

        move redirect directly after saving option

    commit 0b357e7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:37:02 2016 -0700

        not necessary to set null values

        null values set at display of checkbox

    commit 1a83322
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:23:39 2016 -0700

        don't array_merge as unset checkboxes don't unset

    commit 684ce1e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:20:45 2016 -0700

        check/set existence of checkbox option late

        avoids PHP notice

    commit 95744fb
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:18:05 2016 -0700

        add dismissable notices, set for one day

commit 41f683a
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:09:58 2016 -0700

    bump and changes

commit 7f03153
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:07:37 2016 -0700

    don't merge old options

    causes problems with checkboxes that aren't present when not checked.

commit fce72bb
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:06:00 2016 -0700

    don't set array, check value late and set

    avoids PHP notices

commit 5b30d67
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 30 11:06:34 2016 -0700

    update POT

commit 14f076c
Merge: 4d90d4a a297f46
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 26 20:47:59 2016 -0700

    Merge pull request #424 from pedro-mendonca/develop

    Translation update (pt_PT)

commit a297f46
Author: pedro-mendonca <[email protected]>
Date:   Mon Jul 25 10:12:13 2016 +0100

    Translation update (pt_PT)

commit 4d90d4a
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 11:43:09 2016 -0700

    just set $token->private as that's the error if no update available
afragen added a commit that referenced this issue Aug 28, 2016
commit 6481b4f
Merge: 8bf46db 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:26:25 2016 -0700

    Merge branch 'restful-commitish-endpoints' into develop

    # Conflicts:
    #	CHANGES.md

commit 8bf46db
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:20:29 2016 -0700

    simplify switch statements

    eliminate multiple checks in case

commit 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:35:09 2016 -0700

    update docblocks

commit 75fc451
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:34:33 2016 -0700

    rearrange in class

    simplify parse_bitbucket_webhook to make assumptions on payload. Checked against actual payload. Added webhook references.

commit b948ff1
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:15:54 2016 -0700

    update readme/changes

commit abf3ec2
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:13:00 2016 -0700

    refactor parsing of webhook data

    update for WP Coding Style

commit af9443f
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:11:05 2016 -0700

    more efficient

commit 50992b5
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:09:51 2016 -0700

    update docblocks

commit 2f1c0a0
Merge: 2b24af9 456d5e9
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 14:26:23 2016 -0700

    Merge pull request #436 from limikael/restful-commitish-endpoints

    Check headers from request to determine if it came from a webhook

commit 456d5e9
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:55:56 2016 +0300

    Update README.md

commit 7b980da
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:44:27 2016 +0300

    parse gitlab webhooks

commit a8b4440
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 14:23:07 2016 +0300

    check webhook headers, code cleanup

commit 1e9708e
Merge: 68dc61a c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:52 2016 +0300

    Merge branch 'restful-commitish-endpoints' of https://github.com/limikael/github-updater into restful-commitish-endpoints

commit 68dc61a
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:35 2016 +0300

    check the headers to determine webhook type. wip - needs some cleanup

commit 2b24af9
Merge: 9a51434 c393cdc
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 26 06:34:18 2016 -0700

    Merge pull request #435 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:35:59 2016 +0300

    Update README.md

commit a6319bd
Merge: 0fc7c0b 9a51434
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:24:04 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/restful-commitish-endpoints' into restful-commitish-endpoints

commit 0fc7c0b
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 14:43:07 2016 +0300

    parse github webhook payload

commit 87bed1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:36:16 2016 -0700

    bump/changes

commit 62549ec
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:30:04 2016 -0700

    use is_doing_ajax function

commit 0439c1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:29:26 2016 -0700

    partial fix for AJAX updates of private

    Bitbucket repos. Still needs to reload page between AJAX updates. :P

commit f25e4d4
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:04:55 2016 -0700

    add functions to check heartbeat and DOING_AJAX

commit 9a51434
Merge: f372e10 4b3244b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 06:26:08 2016 -0700

    Merge pull request #433 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit b56662d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 12:05:54 2016 -0700

    fix refreshing transients section

    move closer to section on creating personal GitHub Access Token

commit ad8ba52
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 09:55:37 2016 -0700

    less smelly

commit 4b3244b
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:15:27 2016 +0300

    Update README.md

commit 0fae978
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:00:05 2016 +0300

    better checking of github webhook data

commit 816d916
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:26:14 2016 +0300

    Update README.md

commit 3267b9c
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:18:53 2016 +0300

    accidentally removed a line that specified default tag and put it back again

commit 994c7f2
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:15:27 2016 +0300

    read tag from github webhook on rest updates

commit 59bc9ac
Merge: 813395f f372e10
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 21:22:53 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit f372e10
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 18 22:59:26 2016 -0700

    update as WP 4.6 released

commit 686602f
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 15 11:43:04 2016 -0700

    syntax highlights PAnD readme

commit 8fa43cc
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:31:07 2016 -0700

    update PAnD readme

commit 92b3c8d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:23:34 2016 -0700

    fix docblock

commit 42b3d9c
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 13 08:33:24 2016 -0700

    update PAnD

commit 53a4bdf
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:26:50 2016 -0700

    needs to be deleted for release

commit b8af232
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:25:01 2016 -0700

    update PAnD

commit 19e7227
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 21:53:03 2016 -0700

    switch from option to salted transient

commit 21a4832
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 15:55:10 2016 -0700

    exit for feature project

commit 96ae175
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 10 11:01:01 2016 -0700

    fix #429, extended naming and branch switching

    problem was $this was an instance of Base not Plugin. Changing to $upgrader_object fixes.

commit 1a0149f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:50:22 2016 -0700

    bump and changes

commit 0aa3e03
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:48:51 2016 -0700

    use official vendor files. ;)

commit 2f558a9
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 10:32:29 2016 -0700

    change PAnD method to static per repo owner

commit b5a6d3e
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 09:51:57 2016 -0700

    not a docblock, inline comment

commit e6647d3
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 16:55:29 2016 -0700

    change changelog release separator

commit 98bae61
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:21:02 2016 -0700

    update changes

    added release dates from v5.0.0 forward

commit 57e6d82
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:20:00 2016 -0700

    update PAnD readme

commit a51c412
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:49:13 2016 -0700

    use active verb in changes

commit 96a4600
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:38:28 2016 -0700

    reformat with line breaks

commit cabeb68
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:58 2016 -0700

    changes

commit 13572c3
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:30 2016 -0700

    refactor function to update settings

    works for both network activated and single site installs

commit a805910
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 22:51:14 2016 -0700

    need to use update_option not add_option

    to dismiss more than once

commit 00faa9d
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:57 2016 -0700

    bump/changes

commit 7caee1a
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:41 2016 -0700

    need this to always fire so refresh transients

    works. If inside if/then the transients won't refresh on single site.

commit 0b85e16
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 16:39:25 2016 -0700

    use check_ajax_referrer to validate nonce

    dies if nonce invalid

commit 5c5f486
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:08:43 2016 -0700

    dismissal delete option if `time() + strtotime()`

    remove in release version

commit 84f153e
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:05:41 2016 -0700

    nonce check is sufficient

commit e3e9bc9
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:45:10 2016 -0700

    update dismissal readme

commit 3539cc6
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:38:20 2016 -0700

    update composer.json

    I hope I did this correctly

commit f627b0b
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:37:08 2016 -0700

    critical fix - dismissal otherwise always forever

commit 1077b36
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 11:11:23 2016 -0700

    I have better words

commit 31c3467
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:47:30 2016 -0700

    update POT

commit 307023d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:24:02 2016 -0700

    updated PAnD readme

commit 2050099
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:18:23 2016 -0700

    Squashed commit of the following:

    commit af8d5bc9ed5b96dba183ac9f163e9ff8a6fb4dd2
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:16:40 2016 -0700

        update docblock

    commit 6b1af4ecbb072eabb041f121b67a191ca6518e54
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:01:54 2016 -0700

        bump

    commit 33939b36fd914164e0f7bc97881cef45d1cb3a5c
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 08:56:18 2016 -0700

        load from main plugin for consistency

    commit bd9364fd93785d4cd041f31449d439c19d9f925f
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 00:03:11 2016 -0700

        update notice dismissal class

    commit 5903895177c6a4a174a7d430a8b7dd8c55414a95
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 23:45:01 2016 -0700

        use instance

    commit 0b3f69d
    Merge: c4e441e 41f683a
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:35:57 2016 -0700

        Merge branch 'develop' into dismiss-notices

        # Conflicts:
        #	CHANGES.md

    commit c4e441e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:27:26 2016 -0700

        better formatting

    commit e9a9b5e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:06:13 2016 -0700

        need to load class PAnD earlier

        admin_notices doesn't allow admin_enqueue_script to fire. it must be too late in order.

    commit dd11a9c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 18:01:00 2016 -0700

        formating

    commit e87e9a7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:57:14 2016 -0700

        bump and changes

    commit 6fd9578
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:41:26 2016 -0700

        simplify options setting when empty

        cast as array

    commit d89ba2c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:40:41 2016 -0700

        skip on multisite

    commit 03cde21
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:38:20 2016 -0700

        move redirect directly after saving option

    commit 0b357e7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:37:02 2016 -0700

        not necessary to set null values

        null values set at display of checkbox

    commit 1a83322
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:23:39 2016 -0700

        don't array_merge as unset checkboxes don't unset

    commit 684ce1e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:20:45 2016 -0700

        check/set existence of checkbox option late

        avoids PHP notice

    commit 95744fb
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:18:05 2016 -0700

        add dismissable notices, set for one day

commit 41f683a
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:09:58 2016 -0700

    bump and changes

commit 7f03153
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:07:37 2016 -0700

    don't merge old options

    causes problems with checkboxes that aren't present when not checked.

commit fce72bb
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:06:00 2016 -0700

    don't set array, check value late and set

    avoids PHP notices

commit 5b30d67
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 30 11:06:34 2016 -0700

    update POT

commit 14f076c
Merge: 4d90d4a a297f46
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 26 20:47:59 2016 -0700

    Merge pull request #424 from pedro-mendonca/develop

    Translation update (pt_PT)

commit a297f46
Author: pedro-mendonca <[email protected]>
Date:   Mon Jul 25 10:12:13 2016 +0100

    Translation update (pt_PT)

commit 4d90d4a
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 11:43:09 2016 -0700

    just set $token->private as that's the error if no update available

commit 813395f
Merge: 07d27d4 9f3f9ab
Author: Mikael Lindqvist <[email protected]>
Date:   Thu May 26 09:13:26 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit 07d27d4
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:55:21 2016 +0300

    Update README.md

commit 21a1c2e
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:47:54 2016 +0300

    Update README.md
afragen added a commit that referenced this issue Sep 14, 2016
commit f0a7f1e
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:48:29 2016 -0700

    changes and bump for release

commit eabd257
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:41:24 2016 -0700

    getting ahead of myself

commit d5254b2
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:29:21 2016 -0700

    simplify to single line

commit 1acfe95
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:28:57 2016 -0700

    don't use leading underscore for private functions

commit 160a195
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 10 11:11:24 2016 -0700

    fix for extended naming for forks of plugins

commit 035214f
Merge: a3aef90 8325e32
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 6 06:47:06 2016 -0700

    Merge pull request #443 from corneliucirlan/develop

    Updated Romanian translation

commit 8325e32
Author: Corneliu Cîrlan <[email protected]>
Date:   Tue Sep 6 16:04:01 2016 +0300

    Updated Romanian translation

commit a3aef90
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:18:18 2016 -0700

    update POT and language files

commit 55328cc
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:04:06 2016 -0700

    add branch to update transient for possible use in RESTful updates

commit 0e12bbe
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 13:54:05 2016 -0700

    fix readme/changes

commit 94b6601
Merge: 28484de 7b2792a
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 08:04:22 2016 -0700

    Merge pull request #441 from limikael/develop

    Made a link to my article about Continuous Integration in the README file

commit 7b2792a
Author: Mikael Lindqvist <[email protected]>
Date:   Mon Sep 5 11:19:46 2016 +0200

    linked to article about continuous integration

commit 28484de
Merge: c0d7f23 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:55 2016 -0700

    Merged branch props into develop

commit 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:41 2016 -0700

    bigger props

commit c0d7f23
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:39:31 2016 -0700

    can't believe I've screwed up the load_plugin_textdomain for so long

    and it still works

commit 8aaab1e
Merge: 8c86c94 0a2e44f
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 1 14:32:52 2016 -0700

    Merge pull request #438 from benoitchantre/feature/french-translation

    Update the french translation

commit 0a2e44f
Author: Benoît Chantre <[email protected]>
Date:   Thu Sep 1 23:08:17 2016 +0200

    Update the french translation

commit 8c86c94
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 15:57:43 2016 -0700

    update POT, release coming soon

commit 97b9bf8
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 14:34:47 2016 -0700

    props for @limikael

commit a917f0d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:27:41 2016 -0700

    update to latest class-parser.php

    which fixes some parsing issues.

commit 2886b5f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:26:15 2016 -0700

    update required WP version to 4.0

commit 6481b4f
Merge: 8bf46db 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:26:25 2016 -0700

    Merge branch 'restful-commitish-endpoints' into develop

    # Conflicts:
    #	CHANGES.md

commit 8bf46db
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:20:29 2016 -0700

    simplify switch statements

    eliminate multiple checks in case

commit 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:35:09 2016 -0700

    update docblocks

commit 75fc451
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:34:33 2016 -0700

    rearrange in class

    simplify parse_bitbucket_webhook to make assumptions on payload. Checked against actual payload. Added webhook references.

commit b948ff1
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:15:54 2016 -0700

    update readme/changes

commit abf3ec2
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:13:00 2016 -0700

    refactor parsing of webhook data

    update for WP Coding Style

commit af9443f
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:11:05 2016 -0700

    more efficient

commit 50992b5
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:09:51 2016 -0700

    update docblocks

commit 2f1c0a0
Merge: 2b24af9 456d5e9
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 14:26:23 2016 -0700

    Merge pull request #436 from limikael/restful-commitish-endpoints

    Check headers from request to determine if it came from a webhook

commit 456d5e9
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:55:56 2016 +0300

    Update README.md

commit 7b980da
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:44:27 2016 +0300

    parse gitlab webhooks

commit a8b4440
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 14:23:07 2016 +0300

    check webhook headers, code cleanup

commit 1e9708e
Merge: 68dc61a c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:52 2016 +0300

    Merge branch 'restful-commitish-endpoints' of https://github.com/limikael/github-updater into restful-commitish-endpoints

commit 68dc61a
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:35 2016 +0300

    check the headers to determine webhook type. wip - needs some cleanup

commit 2b24af9
Merge: 9a51434 c393cdc
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 26 06:34:18 2016 -0700

    Merge pull request #435 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:35:59 2016 +0300

    Update README.md

commit a6319bd
Merge: 0fc7c0b 9a51434
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:24:04 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/restful-commitish-endpoints' into restful-commitish-endpoints

commit 0fc7c0b
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 14:43:07 2016 +0300

    parse github webhook payload

commit 87bed1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:36:16 2016 -0700

    bump/changes

commit 62549ec
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:30:04 2016 -0700

    use is_doing_ajax function

commit 0439c1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:29:26 2016 -0700

    partial fix for AJAX updates of private

    Bitbucket repos. Still needs to reload page between AJAX updates. :P

commit f25e4d4
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:04:55 2016 -0700

    add functions to check heartbeat and DOING_AJAX

commit 9a51434
Merge: f372e10 4b3244b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 06:26:08 2016 -0700

    Merge pull request #433 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit b56662d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 12:05:54 2016 -0700

    fix refreshing transients section

    move closer to section on creating personal GitHub Access Token

commit ad8ba52
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 09:55:37 2016 -0700

    less smelly

commit 4b3244b
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:15:27 2016 +0300

    Update README.md

commit 0fae978
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:00:05 2016 +0300

    better checking of github webhook data

commit 816d916
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:26:14 2016 +0300

    Update README.md

commit 3267b9c
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:18:53 2016 +0300

    accidentally removed a line that specified default tag and put it back again

commit 994c7f2
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:15:27 2016 +0300

    read tag from github webhook on rest updates

commit 59bc9ac
Merge: 813395f f372e10
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 21:22:53 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit f372e10
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 18 22:59:26 2016 -0700

    update as WP 4.6 released

commit 686602f
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 15 11:43:04 2016 -0700

    syntax highlights PAnD readme

commit 8fa43cc
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:31:07 2016 -0700

    update PAnD readme

commit 92b3c8d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:23:34 2016 -0700

    fix docblock

commit 42b3d9c
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 13 08:33:24 2016 -0700

    update PAnD

commit 53a4bdf
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:26:50 2016 -0700

    needs to be deleted for release

commit b8af232
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:25:01 2016 -0700

    update PAnD

commit 19e7227
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 21:53:03 2016 -0700

    switch from option to salted transient

commit 21a4832
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 15:55:10 2016 -0700

    exit for feature project

commit 96ae175
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 10 11:01:01 2016 -0700

    fix #429, extended naming and branch switching

    problem was $this was an instance of Base not Plugin. Changing to $upgrader_object fixes.

commit 1a0149f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:50:22 2016 -0700

    bump and changes

commit 0aa3e03
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:48:51 2016 -0700

    use official vendor files. ;)

commit 2f558a9
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 10:32:29 2016 -0700

    change PAnD method to static per repo owner

commit b5a6d3e
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 09:51:57 2016 -0700

    not a docblock, inline comment

commit e6647d3
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 16:55:29 2016 -0700

    change changelog release separator

commit 98bae61
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:21:02 2016 -0700

    update changes

    added release dates from v5.0.0 forward

commit 57e6d82
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:20:00 2016 -0700

    update PAnD readme

commit a51c412
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:49:13 2016 -0700

    use active verb in changes

commit 96a4600
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:38:28 2016 -0700

    reformat with line breaks

commit cabeb68
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:58 2016 -0700

    changes

commit 13572c3
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:30 2016 -0700

    refactor function to update settings

    works for both network activated and single site installs

commit a805910
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 22:51:14 2016 -0700

    need to use update_option not add_option

    to dismiss more than once

commit 00faa9d
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:57 2016 -0700

    bump/changes

commit 7caee1a
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:41 2016 -0700

    need this to always fire so refresh transients

    works. If inside if/then the transients won't refresh on single site.

commit 0b85e16
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 16:39:25 2016 -0700

    use check_ajax_referrer to validate nonce

    dies if nonce invalid

commit 5c5f486
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:08:43 2016 -0700

    dismissal delete option if `time() + strtotime()`

    remove in release version

commit 84f153e
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:05:41 2016 -0700

    nonce check is sufficient

commit e3e9bc9
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:45:10 2016 -0700

    update dismissal readme

commit 3539cc6
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:38:20 2016 -0700

    update composer.json

    I hope I did this correctly

commit f627b0b
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:37:08 2016 -0700

    critical fix - dismissal otherwise always forever

commit 1077b36
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 11:11:23 2016 -0700

    I have better words

commit 31c3467
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:47:30 2016 -0700

    update POT

commit 307023d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:24:02 2016 -0700

    updated PAnD readme

commit 2050099
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:18:23 2016 -0700

    Squashed commit of the following:

    commit af8d5bc9ed5b96dba183ac9f163e9ff8a6fb4dd2
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:16:40 2016 -0700

        update docblock

    commit 6b1af4ecbb072eabb041f121b67a191ca6518e54
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:01:54 2016 -0700

        bump

    commit 33939b36fd914164e0f7bc97881cef45d1cb3a5c
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 08:56:18 2016 -0700

        load from main plugin for consistency

    commit bd9364fd93785d4cd041f31449d439c19d9f925f
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 00:03:11 2016 -0700

        update notice dismissal class

    commit 5903895177c6a4a174a7d430a8b7dd8c55414a95
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 23:45:01 2016 -0700

        use instance

    commit 0b3f69d
    Merge: c4e441e 41f683a
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:35:57 2016 -0700

        Merge branch 'develop' into dismiss-notices

        # Conflicts:
        #	CHANGES.md

    commit c4e441e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:27:26 2016 -0700

        better formatting

    commit e9a9b5e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:06:13 2016 -0700

        need to load class PAnD earlier

        admin_notices doesn't allow admin_enqueue_script to fire. it must be too late in order.

    commit dd11a9c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 18:01:00 2016 -0700

        formating

    commit e87e9a7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:57:14 2016 -0700

        bump and changes

    commit 6fd9578
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:41:26 2016 -0700

        simplify options setting when empty

        cast as array

    commit d89ba2c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:40:41 2016 -0700

        skip on multisite

    commit 03cde21
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:38:20 2016 -0700

        move redirect directly after saving option

    commit 0b357e7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:37:02 2016 -0700

        not necessary to set null values

        null values set at display of checkbox

    commit 1a83322
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:23:39 2016 -0700

        don't array_merge as unset checkboxes don't unset

    commit 684ce1e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:20:45 2016 -0700

        check/set existence of checkbox option late

        avoids PHP notice

    commit 95744fb
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:18:05 2016 -0700

        add dismissable notices, set for one day

commit 41f683a
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:09:58 2016 -0700

    bump and changes

commit 7f03153
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:07:37 2016 -0700

    don't merge old options

    causes problems with checkboxes that aren't present when not checked.

commit fce72bb
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:06:00 2016 -0700

    don't set array, check value late and set

    avoids PHP notices

commit 5b30d67
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 30 11:06:34 2016 -0700

    update POT

commit 14f076c
Merge: 4d90d4a a297f46
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 26 20:47:59 2016 -0700

    Merge pull request #424 from pedro-mendonca/develop

    Translation update (pt_PT)

commit a297f46
Author: pedro-mendonca <[email protected]>
Date:   Mon Jul 25 10:12:13 2016 +0100

    Translation update (pt_PT)

commit 4d90d4a
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 11:43:09 2016 -0700

    just set $token->private as that's the error if no update available

commit 528dd91
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 10:59:52 2016 -0700

    dev bump

commit b3a610d
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 10:51:32 2016 -0700

    set defaults when repo_meta not set

    This happens when no update available and wp_remote_get is short-circuited for performance.

commit ecdae19
Merge: 44b0cf5 1ec340a
Author: Andy Fragen <[email protected]>
Date:   Fri Jul 22 15:49:48 2016 -0700

    Merged branch develop into develop

commit 44b0cf5
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 21:17:33 2016 -0700

    Revert "cast as array", absolutely no reason to do this.

    This reverts commit 26d8703.

commit 1ec340a
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 21:17:33 2016 -0700

    Revert "cast as array", absolutely not reason to do this.

    This reverts commit 26d8703.

commit e526ebc
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 21 11:54:23 2016 -0700

    use the function that actually returns the config array :P

commit 387f797
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 21:23:32 2016 -0700

    changes

commit 26d8703
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 21:17:33 2016 -0700

    cast as array

commit b31e53a
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 21:07:55 2016 -0700

    add defaults to $token

commit 3f2a29d
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 21:07:10 2016 -0700

    remove private setting, set elsewhere

commit 1d59c36
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 21:06:37 2016 -0700

    test for $this->$type->repo and return array of defaults

commit aae42c1
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 18:46:02 2016 -0700

    oops, if we don't upload `assets/` images in Settings missing

commit dbb8f23
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 18:36:44 2016 -0700

    remove as transient no longer used

commit 4741151
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 18:36:12 2016 -0700

    rename to variable to plural

    Now same as in `delete_all_transients()`

commit 4675fe6
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 19 18:08:08 2016 -0700

    fixes issue on saving private settings with remote install

    Don't check the transient, check the latest class Plugin/Theme instance

commit 8ca502f
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 16 10:08:24 2016 -0700

    dev bump

    pushing so those on develop branch and using RESTful updates will have correct plugin re-activation

commit ef4f483
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 16 10:06:12 2016 -0700

    simplify check as `activate_plugin` returns null when successful

commit 45d4fa2
Author: Andy Fragen <[email protected]>
Date:   Fri Jul 15 17:04:02 2016 -0700

    need to pass appropriate network parameter or it fails

commit 99b9f66
Merge: 7c48932 2ee3aac
Author: Andy Fragen <[email protected]>
Date:   Fri Jul 15 00:26:39 2016 -0700

    Merged branch develop into develop

commit 7c48932
Author: Andy Fragen <[email protected]>
Date:   Fri Jul 15 00:25:13 2016 -0700

    don't export assets, save bandwidth

commit 2ee3aac
Author: Andy Fragen <[email protected]>
Date:   Fri Jul 15 00:25:13 2016 -0700

    don't export assets

commit bb31801
Author: Andy Fragen <[email protected]>
Date:   Fri Jul 15 00:22:56 2016 -0700

    update screenshot

commit 283601f
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 23:54:53 2016 -0700

    cleanup

commit bf5f8b5
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 23:49:58 2016 -0700

    switched readme parser to mod'd wp.org parser

commit 3a09192
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 19:45:30 2016 -0700

    update .gitattributes, files no longer included

commit 742df79
Merge: eeb119c c1f90a0
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 14:47:25 2016 -0700

    Merged branch markdownify-parser into develop

commit c1f90a0
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 14:47:08 2016 -0700

    bump

commit 9fb6608
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 10:49:52 2016 -0700

    update changelog

commit e102dcb
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 10:28:28 2016 -0700

    switch to rmccue's readme parser

    fixed rmccue's parser to recognize markdownified readme

commit 4fc1632
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 10:26:11 2016 -0700

    cleanup vendor folder

commit 5a5ed2b
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 14 10:25:30 2016 -0700

    markdownify readme

commit eeb119c
Author: Andy Fragen <[email protected]>
Date:   Mon Jul 11 11:12:30 2016 -0700

    changes updates

commit 6f4e4fd
Author: Andy Fragen <[email protected]>
Date:   Wed Jul 6 11:39:59 2016 -0700

    Revert "make readme.txt markdownish"

    This reverts commit 3872e9c.

commit 133ae5f
Merge: 318a8b4 b6c2499
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 10 22:42:56 2016 -0700

    Merge pull request #417 from corneliucirlan/develop

    Updated Romanian translation

commit b6c2499
Author: Corneliu Cîrlan <[email protected]>
Date:   Sat Jul 9 18:57:37 2016 +0300

    Updated Romanian translation

commit 318a8b4
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 7 21:23:00 2016 -0700

    get all github_updater settings pages

commit 795a4d8
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 7 21:21:39 2016 -0700

    redirect_on_save() call always on remote_management page

commit 49afe1c
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 7 18:10:42 2016 -0700

    specify to catch updates only on 'github_updater' option page

commit 20fae1d
Author: Andy Fragen <[email protected]>
Date:   Thu Jul 7 17:01:41 2016 -0700

    early exit redirect_on_save() if installing plugin/theme

commit 01355b4
Author: Andy Fragen <[email protected]>
Date:   Wed Jul 6 19:47:54 2016 -0700

    rename to 'refresh transients'

commit 83faf62
Author: Andy Fragen <[email protected]>
Date:   Wed Jul 6 17:56:33 2016 -0700

    fix redirect with new clear transients button

commit 1f3b1a9
Author: Andy Fragen <[email protected]>
Date:   Wed Jul 6 17:55:15 2016 -0700

    fix saving notices

commit b5c517f
Author: Andy Fragen <[email protected]>
Date:   Wed Jul 6 12:53:02 2016 -0700

    add `Clear Transients` button to Settings page

    The 'Check Again' button on the update-core.php page has a limited lifespan with Shiny Updates.

commit 3872e9c
Author: Andy Fragen <[email protected]>
Date:   Wed Jul 6 11:39:59 2016 -0700

    make readme.txt markdownish

commit 3d6a501
Author: Andy Fragen <[email protected]>
Date:   Mon Jul 4 19:32:01 2016 -0700

    Don't make admin notices bold

commit 813395f
Merge: 07d27d4 9f3f9ab
Author: Mikael Lindqvist <[email protected]>
Date:   Thu May 26 09:13:26 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit 07d27d4
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:55:21 2016 +0300

    Update README.md

commit 21a1c2e
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:47:54 2016 +0300

    Update README.md
afragen added a commit that referenced this issue Sep 18, 2016
commit 78ecdd9
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 21:02:12 2016 -0700

    reset update_plugins and update_themes transient

    during 'Refresh Transients'

commit 6ae0e09
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:54:08 2016 -0700

    hotfix update

commit 562b283
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:25:36 2016 -0700

    namespace .org readme parser

commit c97a665
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:24:52 2016 -0700

    avoid dereferenced array call for PHP 5.3

    this is PHP >= 5.4

commit aabf4c2
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 19:08:42 2016 -0700

    fix PHP notices for readme.txt with unset data

commit f0a7f1e
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:48:29 2016 -0700

    changes and bump for release

commit eabd257
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:41:24 2016 -0700

    getting ahead of myself

commit d5254b2
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:29:21 2016 -0700

    simplify to single line

commit 1acfe95
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:28:57 2016 -0700

    don't use leading underscore for private functions

commit 160a195
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 10 11:11:24 2016 -0700

    fix for extended naming for forks of plugins

commit 035214f
Merge: a3aef90 8325e32
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 6 06:47:06 2016 -0700

    Merge pull request #443 from corneliucirlan/develop

    Updated Romanian translation

commit 8325e32
Author: Corneliu Cîrlan <[email protected]>
Date:   Tue Sep 6 16:04:01 2016 +0300

    Updated Romanian translation

commit a3aef90
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:18:18 2016 -0700

    update POT and language files

commit 55328cc
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:04:06 2016 -0700

    add branch to update transient for possible use in RESTful updates

commit 0e12bbe
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 13:54:05 2016 -0700

    fix readme/changes

commit 94b6601
Merge: 28484de 7b2792a
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 08:04:22 2016 -0700

    Merge pull request #441 from limikael/develop

    Made a link to my article about Continuous Integration in the README file

commit 7b2792a
Author: Mikael Lindqvist <[email protected]>
Date:   Mon Sep 5 11:19:46 2016 +0200

    linked to article about continuous integration

commit 28484de
Merge: c0d7f23 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:55 2016 -0700

    Merged branch props into develop

commit 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:41 2016 -0700

    bigger props

commit c0d7f23
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:39:31 2016 -0700

    can't believe I've screwed up the load_plugin_textdomain for so long

    and it still works

commit 8aaab1e
Merge: 8c86c94 0a2e44f
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 1 14:32:52 2016 -0700

    Merge pull request #438 from benoitchantre/feature/french-translation

    Update the french translation

commit 0a2e44f
Author: Benoît Chantre <[email protected]>
Date:   Thu Sep 1 23:08:17 2016 +0200

    Update the french translation

commit 8c86c94
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 15:57:43 2016 -0700

    update POT, release coming soon

commit 97b9bf8
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 14:34:47 2016 -0700

    props for @limikael

commit a917f0d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:27:41 2016 -0700

    update to latest class-parser.php

    which fixes some parsing issues.

commit 2886b5f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:26:15 2016 -0700

    update required WP version to 4.0

commit 6481b4f
Merge: 8bf46db 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:26:25 2016 -0700

    Merge branch 'restful-commitish-endpoints' into develop

    # Conflicts:
    #	CHANGES.md

commit 8bf46db
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:20:29 2016 -0700

    simplify switch statements

    eliminate multiple checks in case

commit 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:35:09 2016 -0700

    update docblocks

commit 75fc451
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:34:33 2016 -0700

    rearrange in class

    simplify parse_bitbucket_webhook to make assumptions on payload. Checked against actual payload. Added webhook references.

commit b948ff1
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:15:54 2016 -0700

    update readme/changes

commit abf3ec2
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:13:00 2016 -0700

    refactor parsing of webhook data

    update for WP Coding Style

commit af9443f
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:11:05 2016 -0700

    more efficient

commit 50992b5
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:09:51 2016 -0700

    update docblocks

commit 2f1c0a0
Merge: 2b24af9 456d5e9
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 14:26:23 2016 -0700

    Merge pull request #436 from limikael/restful-commitish-endpoints

    Check headers from request to determine if it came from a webhook

commit 456d5e9
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:55:56 2016 +0300

    Update README.md

commit 7b980da
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:44:27 2016 +0300

    parse gitlab webhooks

commit a8b4440
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 14:23:07 2016 +0300

    check webhook headers, code cleanup

commit 1e9708e
Merge: 68dc61a c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:52 2016 +0300

    Merge branch 'restful-commitish-endpoints' of https://github.com/limikael/github-updater into restful-commitish-endpoints

commit 68dc61a
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:35 2016 +0300

    check the headers to determine webhook type. wip - needs some cleanup

commit 2b24af9
Merge: 9a51434 c393cdc
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 26 06:34:18 2016 -0700

    Merge pull request #435 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:35:59 2016 +0300

    Update README.md

commit a6319bd
Merge: 0fc7c0b 9a51434
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:24:04 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/restful-commitish-endpoints' into restful-commitish-endpoints

commit 0fc7c0b
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 14:43:07 2016 +0300

    parse github webhook payload

commit 87bed1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:36:16 2016 -0700

    bump/changes

commit 62549ec
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:30:04 2016 -0700

    use is_doing_ajax function

commit 0439c1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:29:26 2016 -0700

    partial fix for AJAX updates of private

    Bitbucket repos. Still needs to reload page between AJAX updates. :P

commit f25e4d4
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:04:55 2016 -0700

    add functions to check heartbeat and DOING_AJAX

commit 9a51434
Merge: f372e10 4b3244b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 06:26:08 2016 -0700

    Merge pull request #433 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit b56662d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 12:05:54 2016 -0700

    fix refreshing transients section

    move closer to section on creating personal GitHub Access Token

commit ad8ba52
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 09:55:37 2016 -0700

    less smelly

commit 4b3244b
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:15:27 2016 +0300

    Update README.md

commit 0fae978
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:00:05 2016 +0300

    better checking of github webhook data

commit 816d916
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:26:14 2016 +0300

    Update README.md

commit 3267b9c
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:18:53 2016 +0300

    accidentally removed a line that specified default tag and put it back again

commit 994c7f2
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:15:27 2016 +0300

    read tag from github webhook on rest updates

commit 59bc9ac
Merge: 813395f f372e10
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 21:22:53 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit f372e10
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 18 22:59:26 2016 -0700

    update as WP 4.6 released

commit 686602f
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 15 11:43:04 2016 -0700

    syntax highlights PAnD readme

commit 8fa43cc
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:31:07 2016 -0700

    update PAnD readme

commit 92b3c8d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:23:34 2016 -0700

    fix docblock

commit 42b3d9c
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 13 08:33:24 2016 -0700

    update PAnD

commit 53a4bdf
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:26:50 2016 -0700

    needs to be deleted for release

commit b8af232
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:25:01 2016 -0700

    update PAnD

commit 19e7227
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 21:53:03 2016 -0700

    switch from option to salted transient

commit 21a4832
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 15:55:10 2016 -0700

    exit for feature project

commit 96ae175
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 10 11:01:01 2016 -0700

    fix #429, extended naming and branch switching

    problem was $this was an instance of Base not Plugin. Changing to $upgrader_object fixes.

commit 1a0149f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:50:22 2016 -0700

    bump and changes

commit 0aa3e03
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:48:51 2016 -0700

    use official vendor files. ;)

commit 2f558a9
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 10:32:29 2016 -0700

    change PAnD method to static per repo owner

commit b5a6d3e
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 09:51:57 2016 -0700

    not a docblock, inline comment

commit e6647d3
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 16:55:29 2016 -0700

    change changelog release separator

commit 98bae61
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:21:02 2016 -0700

    update changes

    added release dates from v5.0.0 forward

commit 57e6d82
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:20:00 2016 -0700

    update PAnD readme

commit a51c412
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:49:13 2016 -0700

    use active verb in changes

commit 96a4600
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:38:28 2016 -0700

    reformat with line breaks

commit cabeb68
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:58 2016 -0700

    changes

commit 13572c3
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:30 2016 -0700

    refactor function to update settings

    works for both network activated and single site installs

commit a805910
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 22:51:14 2016 -0700

    need to use update_option not add_option

    to dismiss more than once

commit 00faa9d
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:57 2016 -0700

    bump/changes

commit 7caee1a
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:41 2016 -0700

    need this to always fire so refresh transients

    works. If inside if/then the transients won't refresh on single site.

commit 0b85e16
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 16:39:25 2016 -0700

    use check_ajax_referrer to validate nonce

    dies if nonce invalid

commit 5c5f486
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:08:43 2016 -0700

    dismissal delete option if `time() + strtotime()`

    remove in release version

commit 84f153e
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:05:41 2016 -0700

    nonce check is sufficient

commit e3e9bc9
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:45:10 2016 -0700

    update dismissal readme

commit 3539cc6
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:38:20 2016 -0700

    update composer.json

    I hope I did this correctly

commit f627b0b
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:37:08 2016 -0700

    critical fix - dismissal otherwise always forever

commit 1077b36
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 11:11:23 2016 -0700

    I have better words

commit 31c3467
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:47:30 2016 -0700

    update POT

commit 307023d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:24:02 2016 -0700

    updated PAnD readme

commit 2050099
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:18:23 2016 -0700

    Squashed commit of the following:

    commit af8d5bc9ed5b96dba183ac9f163e9ff8a6fb4dd2
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:16:40 2016 -0700

        update docblock

    commit 6b1af4ecbb072eabb041f121b67a191ca6518e54
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:01:54 2016 -0700

        bump

    commit 33939b36fd914164e0f7bc97881cef45d1cb3a5c
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 08:56:18 2016 -0700

        load from main plugin for consistency

    commit bd9364fd93785d4cd041f31449d439c19d9f925f
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 00:03:11 2016 -0700

        update notice dismissal class

    commit 5903895177c6a4a174a7d430a8b7dd8c55414a95
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 23:45:01 2016 -0700

        use instance

    commit 0b3f69d
    Merge: c4e441e 41f683a
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:35:57 2016 -0700

        Merge branch 'develop' into dismiss-notices

        # Conflicts:
        #	CHANGES.md

    commit c4e441e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:27:26 2016 -0700

        better formatting

    commit e9a9b5e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:06:13 2016 -0700

        need to load class PAnD earlier

        admin_notices doesn't allow admin_enqueue_script to fire. it must be too late in order.

    commit dd11a9c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 18:01:00 2016 -0700

        formating

    commit e87e9a7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:57:14 2016 -0700

        bump and changes

    commit 6fd9578
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:41:26 2016 -0700

        simplify options setting when empty

        cast as array

    commit d89ba2c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:40:41 2016 -0700

        skip on multisite

    commit 03cde21
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:38:20 2016 -0700

        move redirect directly after saving option

    commit 0b357e7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:37:02 2016 -0700

        not necessary to set null values

        null values set at display of checkbox

    commit 1a83322
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:23:39 2016 -0700

        don't array_merge as unset checkboxes don't unset

    commit 684ce1e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:20:45 2016 -0700

        check/set existence of checkbox option late

        avoids PHP notice

    commit 95744fb
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:18:05 2016 -0700

        add dismissable notices, set for one day

commit 41f683a
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:09:58 2016 -0700

    bump and changes

commit 7f03153
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:07:37 2016 -0700

    don't merge old options

    causes problems with checkboxes that aren't present when not checked.

commit fce72bb
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:06:00 2016 -0700

    don't set array, check value late and set

    avoids PHP notices

commit 5b30d67
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 30 11:06:34 2016 -0700

    update POT

commit 14f076c
Merge: 4d90d4a a297f46
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 26 20:47:59 2016 -0700

    Merge pull request #424 from pedro-mendonca/develop

    Translation update (pt_PT)

commit a297f46
Author: pedro-mendonca <[email protected]>
Date:   Mon Jul 25 10:12:13 2016 +0100

    Translation update (pt_PT)

commit 4d90d4a
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 11:43:09 2016 -0700

    just set $token->private as that's the error if no update available

commit 813395f
Merge: 07d27d4 9f3f9ab
Author: Mikael Lindqvist <[email protected]>
Date:   Thu May 26 09:13:26 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit 07d27d4
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:55:21 2016 +0300

    Update README.md

commit 21a1c2e
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:47:54 2016 +0300

    Update README.md
afragen added a commit that referenced this issue Sep 24, 2016
commit 73bb993
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:36:49 2016 -0700

    release 5.6.2

commit 130a89e
Author: Andy Fragen <[email protected]>
Date:   Fri Sep 23 12:25:55 2016 -0700

    fixed issue #453

    Don't exit early in class PAnD during heartbeat

commit 3e6bc3c
Author: Andy Fragen <[email protected]>
Date:   Fri Sep 23 10:19:52 2016 -0700

    fix PHP notice, issue #451

commit 1b422c1
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 22 12:26:58 2016 -0700

    don't call this when DOING_AJAX

commit 00c1cc5
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 22 10:53:56 2016 -0700

    redo init of PAnD, fix PHP error :fingers crossed:

commit 199cea9
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 18 16:32:37 2016 -0700

    no point in translating these strings

    only viewable in webhook details or result of direct call to RESTful endpoint

commit cac6f59
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 18 16:13:06 2016 -0700

    throw exception when webhook !== PUSH branch

commit 78ecdd9
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 21:02:12 2016 -0700

    reset update_plugins and update_themes transient

    during 'Refresh Transients'

commit 6ae0e09
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:54:08 2016 -0700

    hotfix update

commit 562b283
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:25:36 2016 -0700

    namespace .org readme parser

commit c97a665
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:24:52 2016 -0700

    avoid dereferenced array call for PHP 5.3

    this is PHP >= 5.4

commit aabf4c2
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 19:08:42 2016 -0700

    fix PHP notices for readme.txt with unset data

commit f0a7f1e
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:48:29 2016 -0700

    changes and bump for release

commit eabd257
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:41:24 2016 -0700

    getting ahead of myself

commit d5254b2
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:29:21 2016 -0700

    simplify to single line

commit 1acfe95
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:28:57 2016 -0700

    don't use leading underscore for private functions

commit 160a195
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 10 11:11:24 2016 -0700

    fix for extended naming for forks of plugins

commit 035214f
Merge: a3aef90 8325e32
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 6 06:47:06 2016 -0700

    Merge pull request #443 from corneliucirlan/develop

    Updated Romanian translation

commit 8325e32
Author: Corneliu Cîrlan <[email protected]>
Date:   Tue Sep 6 16:04:01 2016 +0300

    Updated Romanian translation

commit a3aef90
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:18:18 2016 -0700

    update POT and language files

commit 55328cc
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:04:06 2016 -0700

    add branch to update transient for possible use in RESTful updates

commit 0e12bbe
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 13:54:05 2016 -0700

    fix readme/changes

commit 94b6601
Merge: 28484de 7b2792a
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 08:04:22 2016 -0700

    Merge pull request #441 from limikael/develop

    Made a link to my article about Continuous Integration in the README file

commit 7b2792a
Author: Mikael Lindqvist <[email protected]>
Date:   Mon Sep 5 11:19:46 2016 +0200

    linked to article about continuous integration

commit 28484de
Merge: c0d7f23 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:55 2016 -0700

    Merged branch props into develop

commit 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:41 2016 -0700

    bigger props

commit c0d7f23
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:39:31 2016 -0700

    can't believe I've screwed up the load_plugin_textdomain for so long

    and it still works

commit 8aaab1e
Merge: 8c86c94 0a2e44f
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 1 14:32:52 2016 -0700

    Merge pull request #438 from benoitchantre/feature/french-translation

    Update the french translation

commit 0a2e44f
Author: Benoît Chantre <[email protected]>
Date:   Thu Sep 1 23:08:17 2016 +0200

    Update the french translation

commit 8c86c94
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 15:57:43 2016 -0700

    update POT, release coming soon

commit 97b9bf8
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 14:34:47 2016 -0700

    props for @limikael

commit a917f0d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:27:41 2016 -0700

    update to latest class-parser.php

    which fixes some parsing issues.

commit 2886b5f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:26:15 2016 -0700

    update required WP version to 4.0

commit 6481b4f
Merge: 8bf46db 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:26:25 2016 -0700

    Merge branch 'restful-commitish-endpoints' into develop

    # Conflicts:
    #	CHANGES.md

commit 8bf46db
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:20:29 2016 -0700

    simplify switch statements

    eliminate multiple checks in case

commit 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:35:09 2016 -0700

    update docblocks

commit 75fc451
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:34:33 2016 -0700

    rearrange in class

    simplify parse_bitbucket_webhook to make assumptions on payload. Checked against actual payload. Added webhook references.

commit b948ff1
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:15:54 2016 -0700

    update readme/changes

commit abf3ec2
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:13:00 2016 -0700

    refactor parsing of webhook data

    update for WP Coding Style

commit af9443f
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:11:05 2016 -0700

    more efficient

commit 50992b5
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:09:51 2016 -0700

    update docblocks

commit 2f1c0a0
Merge: 2b24af9 456d5e9
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 14:26:23 2016 -0700

    Merge pull request #436 from limikael/restful-commitish-endpoints

    Check headers from request to determine if it came from a webhook

commit 456d5e9
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:55:56 2016 +0300

    Update README.md

commit 7b980da
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:44:27 2016 +0300

    parse gitlab webhooks

commit a8b4440
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 14:23:07 2016 +0300

    check webhook headers, code cleanup

commit 1e9708e
Merge: 68dc61a c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:52 2016 +0300

    Merge branch 'restful-commitish-endpoints' of https://github.com/limikael/github-updater into restful-commitish-endpoints

commit 68dc61a
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:35 2016 +0300

    check the headers to determine webhook type. wip - needs some cleanup

commit 2b24af9
Merge: 9a51434 c393cdc
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 26 06:34:18 2016 -0700

    Merge pull request #435 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:35:59 2016 +0300

    Update README.md

commit a6319bd
Merge: 0fc7c0b 9a51434
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:24:04 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/restful-commitish-endpoints' into restful-commitish-endpoints

commit 0fc7c0b
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 14:43:07 2016 +0300

    parse github webhook payload

commit 87bed1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:36:16 2016 -0700

    bump/changes

commit 62549ec
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:30:04 2016 -0700

    use is_doing_ajax function

commit 0439c1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:29:26 2016 -0700

    partial fix for AJAX updates of private

    Bitbucket repos. Still needs to reload page between AJAX updates. :P

commit f25e4d4
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:04:55 2016 -0700

    add functions to check heartbeat and DOING_AJAX

commit 9a51434
Merge: f372e10 4b3244b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 06:26:08 2016 -0700

    Merge pull request #433 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit b56662d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 12:05:54 2016 -0700

    fix refreshing transients section

    move closer to section on creating personal GitHub Access Token

commit ad8ba52
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 09:55:37 2016 -0700

    less smelly

commit 4b3244b
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:15:27 2016 +0300

    Update README.md

commit 0fae978
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:00:05 2016 +0300

    better checking of github webhook data

commit 816d916
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:26:14 2016 +0300

    Update README.md

commit 3267b9c
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:18:53 2016 +0300

    accidentally removed a line that specified default tag and put it back again

commit 994c7f2
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:15:27 2016 +0300

    read tag from github webhook on rest updates

commit 59bc9ac
Merge: 813395f f372e10
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 21:22:53 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit f372e10
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 18 22:59:26 2016 -0700

    update as WP 4.6 released

commit 686602f
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 15 11:43:04 2016 -0700

    syntax highlights PAnD readme

commit 8fa43cc
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:31:07 2016 -0700

    update PAnD readme

commit 92b3c8d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:23:34 2016 -0700

    fix docblock

commit 42b3d9c
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 13 08:33:24 2016 -0700

    update PAnD

commit 53a4bdf
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:26:50 2016 -0700

    needs to be deleted for release

commit b8af232
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:25:01 2016 -0700

    update PAnD

commit 19e7227
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 21:53:03 2016 -0700

    switch from option to salted transient

commit 21a4832
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 15:55:10 2016 -0700

    exit for feature project

commit 96ae175
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 10 11:01:01 2016 -0700

    fix #429, extended naming and branch switching

    problem was $this was an instance of Base not Plugin. Changing to $upgrader_object fixes.

commit 1a0149f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:50:22 2016 -0700

    bump and changes

commit 0aa3e03
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:48:51 2016 -0700

    use official vendor files. ;)

commit 2f558a9
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 10:32:29 2016 -0700

    change PAnD method to static per repo owner

commit b5a6d3e
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 09:51:57 2016 -0700

    not a docblock, inline comment

commit e6647d3
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 16:55:29 2016 -0700

    change changelog release separator

commit 98bae61
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:21:02 2016 -0700

    update changes

    added release dates from v5.0.0 forward

commit 57e6d82
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:20:00 2016 -0700

    update PAnD readme

commit a51c412
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:49:13 2016 -0700

    use active verb in changes

commit 96a4600
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:38:28 2016 -0700

    reformat with line breaks

commit cabeb68
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:58 2016 -0700

    changes

commit 13572c3
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:30 2016 -0700

    refactor function to update settings

    works for both network activated and single site installs

commit a805910
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 22:51:14 2016 -0700

    need to use update_option not add_option

    to dismiss more than once

commit 00faa9d
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:57 2016 -0700

    bump/changes

commit 7caee1a
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:41 2016 -0700

    need this to always fire so refresh transients

    works. If inside if/then the transients won't refresh on single site.

commit 0b85e16
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 16:39:25 2016 -0700

    use check_ajax_referrer to validate nonce

    dies if nonce invalid

commit 5c5f486
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:08:43 2016 -0700

    dismissal delete option if `time() + strtotime()`

    remove in release version

commit 84f153e
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:05:41 2016 -0700

    nonce check is sufficient

commit e3e9bc9
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:45:10 2016 -0700

    update dismissal readme

commit 3539cc6
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:38:20 2016 -0700

    update composer.json

    I hope I did this correctly

commit f627b0b
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:37:08 2016 -0700

    critical fix - dismissal otherwise always forever

commit 1077b36
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 11:11:23 2016 -0700

    I have better words

commit 31c3467
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:47:30 2016 -0700

    update POT

commit 307023d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:24:02 2016 -0700

    updated PAnD readme

commit 2050099
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:18:23 2016 -0700

    Squashed commit of the following:

    commit af8d5bc9ed5b96dba183ac9f163e9ff8a6fb4dd2
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:16:40 2016 -0700

        update docblock

    commit 6b1af4ecbb072eabb041f121b67a191ca6518e54
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:01:54 2016 -0700

        bump

    commit 33939b36fd914164e0f7bc97881cef45d1cb3a5c
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 08:56:18 2016 -0700

        load from main plugin for consistency

    commit bd9364fd93785d4cd041f31449d439c19d9f925f
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 00:03:11 2016 -0700

        update notice dismissal class

    commit 5903895177c6a4a174a7d430a8b7dd8c55414a95
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 23:45:01 2016 -0700

        use instance

    commit 0b3f69d
    Merge: c4e441e 41f683a
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:35:57 2016 -0700

        Merge branch 'develop' into dismiss-notices

        # Conflicts:
        #	CHANGES.md

    commit c4e441e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:27:26 2016 -0700

        better formatting

    commit e9a9b5e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:06:13 2016 -0700

        need to load class PAnD earlier

        admin_notices doesn't allow admin_enqueue_script to fire. it must be too late in order.

    commit dd11a9c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 18:01:00 2016 -0700

        formating

    commit e87e9a7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:57:14 2016 -0700

        bump and changes

    commit 6fd9578
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:41:26 2016 -0700

        simplify options setting when empty

        cast as array

    commit d89ba2c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:40:41 2016 -0700

        skip on multisite

    commit 03cde21
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:38:20 2016 -0700

        move redirect directly after saving option

    commit 0b357e7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:37:02 2016 -0700

        not necessary to set null values

        null values set at display of checkbox

    commit 1a83322
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:23:39 2016 -0700

        don't array_merge as unset checkboxes don't unset

    commit 684ce1e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:20:45 2016 -0700

        check/set existence of checkbox option late

        avoids PHP notice

    commit 95744fb
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:18:05 2016 -0700

        add dismissable notices, set for one day

commit 41f683a
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:09:58 2016 -0700

    bump and changes

commit 7f03153
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:07:37 2016 -0700

    don't merge old options

    causes problems with checkboxes that aren't present when not checked.

commit fce72bb
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:06:00 2016 -0700

    don't set array, check value late and set

    avoids PHP notices

commit 5b30d67
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 30 11:06:34 2016 -0700

    update POT

commit 14f076c
Merge: 4d90d4a a297f46
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 26 20:47:59 2016 -0700

    Merge pull request #424 from pedro-mendonca/develop

    Translation update (pt_PT)

commit a297f46
Author: pedro-mendonca <[email protected]>
Date:   Mon Jul 25 10:12:13 2016 +0100

    Translation update (pt_PT)

commit 4d90d4a
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 11:43:09 2016 -0700

    just set $token->private as that's the error if no update available

commit 813395f
Merge: 07d27d4 9f3f9ab
Author: Mikael Lindqvist <[email protected]>
Date:   Thu May 26 09:13:26 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit 07d27d4
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:55:21 2016 +0300

    Update README.md

commit 21a1c2e
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:47:54 2016 +0300

    Update README.md
afragen added a commit that referenced this issue Oct 5, 2016
commit 6799a0e
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 15:10:03 2016 -0700

    spacing

commit 8025a70
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 12:41:47 2016 -0700

    fix more PHP notices

commit d5476a9
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 12:37:00 2016 -0700

    skip on DOING_AJAX and more precise conditional

commit d8ba2f4
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 12:36:27 2016 -0700

    fix PHP notice

commit 29c1bde
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 11:59:59 2016 -0700

    changes, bump

commit 068481e
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 11:56:08 2016 -0700

    use array functions and anonymous functions

    modularizes the unsetting of tokens

commit 162a07c
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:24:03 2016 -0700

    rename for possible conflict w Base->is_private()

commit f640a07
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:18:22 2016 -0700

    Squashed commit of the following:

    commit 20fff658271f53a32f1160752789f3e0de3e612b
    Author: Andy Fragen <[email protected]>
    Date:   Tue Oct 4 10:33:49 2016 -0700

        refactored to use Base->is_private()

        Private repo may be unable to get remote version number or may have an option set.

commit cdc3e0a
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:09:45 2016 -0700

    GitLab build artifacts readme/changes

commit d262fd8
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:01:25 2016 -0700

    Squashed commit of `gitlab-ci-release-asset:

    commit 105895d
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 17:42:32 2016 -0700

        set release_asset earlier

    commit e8e16c1
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 17:06:28 2016 -0700

        don't show branch switcher if using release asset

    commit 7161be8
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 16:31:49 2016 -0700

        final fixes for GitLab release asset

        needed to add a hook call to upgrader_post_install to clean up after myself.

    commit 85fab50
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 14:25:18 2016 -0700

        fix release asset URI

    commit ed89958
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 13:17:04 2016 -0700

        add query arg correctly

    commit 0feff65
    Author: Andy Fragen <[email protected]>
    Date:   Sun Oct 2 21:56:41 2016 -0700

        initial pass at GitLab CI release asset update

commit 789a485
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 21:54:54 2016 -0700

    move add access token to separte function

commit 2b13736
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 21:52:23 2016 -0700

    add access token to release asset download link

commit c67f21b
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 20:44:46 2016 -0700

    legacy filter, never used and I couldn't get to it

    when I tried.

commit 5b008ba
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 20:43:47 2016 -0700

    exit if called directly

commit 051a62d
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 29 17:51:11 2016 -0700

    can't use jQuery shortcut

commit 62a3d20
Merge: 3a63d3c 2970bf3
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 29 17:31:07 2016 -0700

    Merge pull request #458 from calvintam236/develop

    Thanks!

commit 2970bf3
Author: Calvin Tam <[email protected]>
Date:   Thu Sep 29 12:53:53 2016 -0700

    Patch 5b56684

commit 5b56684
Author: Calvin Tam <[email protected]>
Date:   Thu Sep 29 12:49:52 2016 -0700

    Improve js call in a href instead of onclick

commit 176966b
Author: Calvin Tam <[email protected]>
Date:   Thu Sep 29 12:24:53 2016 -0700

    Combine if statements

commit 3a63d3c
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:25:26 2016 -0700

    clearer changelog entry

commit b3d9290
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:22:21 2016 -0700

    changes, bump

commit c1486a5
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:22:08 2016 -0700

    simplify token/password obfuscation

    using callback array value

commit 9db866f
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:09:02 2016 -0700

    Seth mode for for all tokens

commit e976885
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 21:43:26 2016 -0700

    Seth mode, I mean stealth mode

    hide access tokens, not for private repos

commit 356d22c
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 21:39:14 2016 -0700

    spacing

commit 286e755
Merge: 9505369 ad2a27d
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 18:59:20 2016 -0700

    Merge pull request #457 from scarstens/patch-2

    add action to delete all transients for hook ins

commit ad2a27d
Author: Seth Carstens <[email protected]>
Date:   Wed Sep 28 18:56:13 2016 -0700

    add action to delete all transients for hook ins

commit 9505369
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 27 15:44:32 2016 -0700

    update to match wp.org

    limits to 5 tags

commit c93c8b2
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 16:26:09 2016 -0700

    SSL all the things

commit 2ab3f1c
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 11:50:19 2016 -0700

    update POT, also updated to

    afragen/github-updater-translations

commit cd0ca9b
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 11:49:39 2016 -0700

    update description to include language packs

commit 6bfd200
Merge: 73bb993 57bfc6c
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 10:35:51 2016 -0700

    Merge branch 'translations' into develop

    # Conflicts:
    #	CHANGES.md
    #	github-updater.php
    #	src/GitHub_Updater/GitHub_API.php
    #	src/GitHub_Updater/Plugin.php

commit 57bfc6c
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 10:28:11 2016 -0700

    prep for merge

commit 5c8b9bd
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 10:27:53 2016 -0700

    readme, changes

commit fa87b73
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 22:42:49 2016 -0700

    Squashed commit of the following:

    commit 5431a627a30c4979f4e65e3353344838a1ac5e86
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 22:41:06 2016 -0700

        cleanup GitLab get_language_pack()

    commit 8b00774527cc9c13fbf9f64c3a84d09cf94b17a3
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 21:34:42 2016 -0700

        initial pass GitLab get_language_pack()

commit d06834a
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 21:22:42 2016 -0700

    Squashed commit of Bitbucket Language Pack

    commit f15fa2a17a0242d9e40536877701f54fd62fae6e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 21:20:53 2016 -0700

        update changes, docblock

    commit 19706c3b19efefdc67d27f8f093dcdffb474f7c9
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 21:16:53 2016 -0700

        cleanup Bitbucket get_language_pack()

    commit ecaf1b83e22de546cd43854b767b25812f361986
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 20:54:04 2016 -0700

        initial pass for get_language_pack()

commit a2a147b
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 17:58:48 2016 -0700

    readme and changes

commit 569a30e
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 17:17:38 2016 -0700

    fix PHP notice, check for available translation

commit 7458b87
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 10:05:32 2016 -0700

    update for possiblity of multiple languages

commit 9be05d1
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 23:31:20 2016 -0700

    improved conditional

commit d31d757
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 23:14:06 2016 -0700

    use wp_get_installed_translations() to check

    for current language packs.

commit 4a4ed5b
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:58:22 2016 -0700

    Squashed commit of the following:

    commit 73bb993
    Author: Andy Fragen <[email protected]>
    Date:   Sat Sep 24 15:36:49 2016 -0700

        release 5.6.2

    commit 130a89e
    Author: Andy Fragen <[email protected]>
    Date:   Fri Sep 23 12:25:55 2016 -0700

        fixed issue #453

        Don't exit early in class PAnD during heartbeat

    commit 3e6bc3c
    Author: Andy Fragen <[email protected]>
    Date:   Fri Sep 23 10:19:52 2016 -0700

        fix PHP notice, issue #451

    commit 1b422c1
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 22 12:26:58 2016 -0700

        don't call this when DOING_AJAX

    commit 00c1cc5
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 22 10:53:56 2016 -0700

        redo init of PAnD, fix PHP error :fingers crossed:

    commit 199cea9
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 18 16:32:37 2016 -0700

        no point in translating these strings

        only viewable in webhook details or result of direct call to RESTful endpoint

    commit cac6f59
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 18 16:13:06 2016 -0700

        throw exception when webhook !== PUSH branch

    commit 78ecdd9
    Author: Andy Fragen <[email protected]>
    Date:   Sat Sep 17 21:02:12 2016 -0700

        reset update_plugins and update_themes transient

        during 'Refresh Transients'

    commit 6ae0e09
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:54:08 2016 -0700

        hotfix update

    commit 562b283
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:25:36 2016 -0700

        namespace .org readme parser

    commit c97a665
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:24:52 2016 -0700

        avoid dereferenced array call for PHP 5.3

        this is PHP >= 5.4

    commit aabf4c2
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 19:08:42 2016 -0700

        fix PHP notices for readme.txt with unset data

    commit f0a7f1e
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:48:29 2016 -0700

        changes and bump for release

    commit eabd257
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:41:24 2016 -0700

        getting ahead of myself

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit 73bb993
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:36:49 2016 -0700

    release 5.6.2

commit 4511cc8
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:31:22 2016 -0700

    add line

commit 3e4b759
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:14:19 2016 -0700

    add translations to update transient in one place

commit 130a89e
Author: Andy Fragen <[email protected]>
Date:   Fri Sep 23 12:25:55 2016 -0700

    fixed issue #453

    Don't exit early in class PAnD during heartbeat

commit 3e6bc3c
Author: Andy Fragen <[email protected]>
Date:   Fri Sep 23 10:19:52 2016 -0700

    fix PHP notice, issue #451

commit 1b422c1
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 22 12:26:58 2016 -0700

    don't call this when DOING_AJAX

commit 00c1cc5
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 22 10:53:56 2016 -0700

    redo init of PAnD, fix PHP error :fingers crossed:

commit 199cea9
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 18 16:32:37 2016 -0700

    no point in translating these strings

    only viewable in webhook details or result of direct call to RESTful endpoint

commit cac6f59
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 18 16:13:06 2016 -0700

    throw exception when webhook !== PUSH branch

commit 78ecdd9
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 21:02:12 2016 -0700

    reset update_plugins and update_themes transient

    during 'Refresh Transients'

commit 7a42a4f
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 13:23:55 2016 -0700

    added readme, changes for language packs

commit 8bef4f2
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 12:58:11 2016 -0700

    Squashed commit of the following:

    commit 6ae0e09
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:54:08 2016 -0700

        hotfix update

    commit 562b283
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:25:36 2016 -0700

        namespace .org readme parser

    commit c97a665
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:24:52 2016 -0700

        avoid dereferenced array call for PHP 5.3

        this is PHP >= 5.4

    commit aabf4c2
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 19:08:42 2016 -0700

        fix PHP notices for readme.txt with unset data

    commit f0a7f1e
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:48:29 2016 -0700

        changes and bump for release

    commit eabd257
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:41:24 2016 -0700

        getting ahead of myself

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit 6ae0e09
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:54:08 2016 -0700

    hotfix update

commit 562b283
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:25:36 2016 -0700

    namespace .org readme parser

commit c97a665
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:24:52 2016 -0700

    avoid dereferenced array call for PHP 5.3

    this is PHP >= 5.4

commit 2cf5c76
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:27:00 2016 -0700

    use branch header

commit 94da2fa
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:25:28 2016 -0700

    Squashed commit of the following:

    commit aabf4c2
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 19:08:42 2016 -0700

        fix PHP notices for readme.txt with unset data

    commit f0a7f1e
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:48:29 2016 -0700

        changes and bump for release

    commit eabd257
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:41:24 2016 -0700

        getting ahead of myself

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit 6273a2d
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:17:12 2016 -0700

    die for direct call

commit 1248c23
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:15:04 2016 -0700

    add docblocks, spacing

commit baf6509
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:13:50 2016 -0700

    move outside loop

commit aabf4c2
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 19:08:42 2016 -0700

    fix PHP notices for readme.txt with unset data

commit f0a7f1e
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:48:29 2016 -0700

    changes and bump for release

commit eabd257
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:41:24 2016 -0700

    getting ahead of myself

commit 59c244f
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:38:39 2016 -0700

    modularize creation of download package

commit 0e68bb9
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:36:57 2016 -0700

    update docblocks

commit d7fcc1e
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 17:44:45 2016 -0700

    dupe

commit cfb253b
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 16:07:03 2016 -0700

    fix download link so file not munged

commit a9336c4
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 15:52:13 2016 -0700

    move inside, it was outside for testing

commit acd8f1a
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 14:24:29 2016 -0700

    Squashed commit of the following:

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit d5254b2
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:29:21 2016 -0700

    simplify to single line

commit 1acfe95
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:28:57 2016 -0700

    don't use leading underscore for private functions

commit 9047c45
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:23:31 2016 -0700

    initial pass at translation integration

commit 160a195
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 10 11:11:24 2016 -0700

    fix for extended naming for forks of plugins

commit 035214f
Merge: a3aef90 8325e32
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 6 06:47:06 2016 -0700

    Merge pull request #443 from corneliucirlan/develop

    Updated Romanian translation

commit 8325e32
Author: Corneliu Cîrlan <[email protected]>
Date:   Tue Sep 6 16:04:01 2016 +0300

    Updated Romanian translation

commit a3aef90
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:18:18 2016 -0700

    update POT and language files

commit 55328cc
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:04:06 2016 -0700

    add branch to update transient for possible use in RESTful updates

commit 0e12bbe
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 13:54:05 2016 -0700

    fix readme/changes

commit 94b6601
Merge: 28484de 7b2792a
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 08:04:22 2016 -0700

    Merge pull request #441 from limikael/develop

    Made a link to my article about Continuous Integration in the README file

commit 7b2792a
Author: Mikael Lindqvist <[email protected]>
Date:   Mon Sep 5 11:19:46 2016 +0200

    linked to article about continuous integration

commit 28484de
Merge: c0d7f23 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:55 2016 -0700

    Merged branch props into develop

commit 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:41 2016 -0700

    bigger props

commit c0d7f23
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:39:31 2016 -0700

    can't believe I've screwed up the load_plugin_textdomain for so long

    and it still works

commit 8aaab1e
Merge: 8c86c94 0a2e44f
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 1 14:32:52 2016 -0700

    Merge pull request #438 from benoitchantre/feature/french-translation

    Update the french translation

commit 0a2e44f
Author: Benoît Chantre <[email protected]>
Date:   Thu Sep 1 23:08:17 2016 +0200

    Update the french translation

commit 8c86c94
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 15:57:43 2016 -0700

    update POT, release coming soon

commit 97b9bf8
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 14:34:47 2016 -0700

    props for @limikael

commit a917f0d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:27:41 2016 -0700

    update to latest class-parser.php

    which fixes some parsing issues.

commit 2886b5f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:26:15 2016 -0700

    update required WP version to 4.0

commit 6481b4f
Merge: 8bf46db 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:26:25 2016 -0700

    Merge branch 'restful-commitish-endpoints' into develop

    # Conflicts:
    #	CHANGES.md

commit 8bf46db
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:20:29 2016 -0700

    simplify switch statements

    eliminate multiple checks in case

commit 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:35:09 2016 -0700

    update docblocks

commit 75fc451
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:34:33 2016 -0700

    rearrange in class

    simplify parse_bitbucket_webhook to make assumptions on payload. Checked against actual payload. Added webhook references.

commit b948ff1
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:15:54 2016 -0700

    update readme/changes

commit abf3ec2
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:13:00 2016 -0700

    refactor parsing of webhook data

    update for WP Coding Style

commit af9443f
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:11:05 2016 -0700

    more efficient

commit 50992b5
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:09:51 2016 -0700

    update docblocks

commit 2f1c0a0
Merge: 2b24af9 456d5e9
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 14:26:23 2016 -0700

    Merge pull request #436 from limikael/restful-commitish-endpoints

    Check headers from request to determine if it came from a webhook

commit 456d5e9
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:55:56 2016 +0300

    Update README.md

commit 7b980da
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:44:27 2016 +0300

    parse gitlab webhooks

commit a8b4440
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 14:23:07 2016 +0300

    check webhook headers, code cleanup

commit 1e9708e
Merge: 68dc61a c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:52 2016 +0300

    Merge branch 'restful-commitish-endpoints' of https://github.com/limikael/github-updater into restful-commitish-endpoints

commit 68dc61a
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:35 2016 +0300

    check the headers to determine webhook type. wip - needs some cleanup

commit 2b24af9
Merge: 9a51434 c393cdc
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 26 06:34:18 2016 -0700

    Merge pull request #435 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:35:59 2016 +0300

    Update README.md

commit a6319bd
Merge: 0fc7c0b 9a51434
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:24:04 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/restful-commitish-endpoints' into restful-commitish-endpoints

commit 0fc7c0b
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 14:43:07 2016 +0300

    parse github webhook payload

commit 87bed1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:36:16 2016 -0700

    bump/changes

commit 62549ec
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:30:04 2016 -0700

    use is_doing_ajax function

commit 0439c1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:29:26 2016 -0700

    partial fix for AJAX updates of private

    Bitbucket repos. Still needs to reload page between AJAX updates. :P

commit f25e4d4
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:04:55 2016 -0700

    add functions to check heartbeat and DOING_AJAX

commit 9a51434
Merge: f372e10 4b3244b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 06:26:08 2016 -0700

    Merge pull request #433 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit b56662d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 12:05:54 2016 -0700

    fix refreshing transients section

    move closer to section on creating personal GitHub Access Token

commit ad8ba52
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 09:55:37 2016 -0700

    less smelly

commit 4b3244b
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:15:27 2016 +0300

    Update README.md

commit 0fae978
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:00:05 2016 +0300

    better checking of github webhook data

commit 816d916
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:26:14 2016 +0300

    Update README.md

commit 3267b9c
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:18:53 2016 +0300

    accidentally removed a line that specified default tag and put it back again

commit 994c7f2
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:15:27 2016 +0300

    read tag from github webhook on rest updates

commit 59bc9ac
Merge: 813395f f372e10
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 21:22:53 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit f372e10
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 18 22:59:26 2016 -0700

    update as WP 4.6 released

commit 686602f
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 15 11:43:04 2016 -0700

    syntax highlights PAnD readme

commit 8fa43cc
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:31:07 2016 -0700

    update PAnD readme

commit 92b3c8d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:23:34 2016 -0700

    fix docblock

commit 42b3d9c
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 13 08:33:24 2016 -0700

    update PAnD

commit 53a4bdf
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:26:50 2016 -0700

    needs to be deleted for release

commit b8af232
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:25:01 2016 -0700

    update PAnD

commit 19e7227
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 21:53:03 2016 -0700

    switch from option to salted transient

commit 21a4832
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 15:55:10 2016 -0700

    exit for feature project

commit 96ae175
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 10 11:01:01 2016 -0700

    fix #429, extended naming and branch switching

    problem was $this was an instance of Base not Plugin. Changing to $upgrader_object fixes.

commit 1a0149f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:50:22 2016 -0700

    bump and changes

commit 0aa3e03
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:48:51 2016 -0700

    use official vendor files. ;)

commit 2f558a9
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 10:32:29 2016 -0700

    change PAnD method to static per repo owner

commit b5a6d3e
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 09:51:57 2016 -0700

    not a docblock, inline comment

commit e6647d3
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 16:55:29 2016 -0700

    change changelog release separator

commit 98bae61
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:21:02 2016 -0700

    update changes

    added release dates from v5.0.0 forward

commit 57e6d82
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:20:00 2016 -0700

    update PAnD readme

commit a51c412
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:49:13 2016 -0700

    use active verb in changes

commit 96a4600
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:38:28 2016 -0700

    reformat with line breaks

commit cabeb68
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:58 2016 -0700

    changes

commit 13572c3
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:30 2016 -0700

    refactor function to update settings

    works for both network activated and single site installs

commit a805910
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 22:51:14 2016 -0700

    need to use update_option not add_option

    to dismiss more than once

commit 00faa9d
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:57 2016 -0700

    bump/changes

commit 7caee1a
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:41 2016 -0700

    need this to always fire so refresh transients

    works. If inside if/then the transients won't refresh on single site.

commit 0b85e16
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 16:39:25 2016 -0700

    use check_ajax_referrer to validate nonce

    dies if nonce invalid

commit 5c5f486
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:08:43 2016 -0700

    dismissal delete option if `time() + strtotime()`

    remove in release version

commit 84f153e
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:05:41 2016 -0700

    nonce check is sufficient

commit e3e9bc9
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:45:10 2016 -0700

    update dismissal readme

commit 3539cc6
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:38:20 2016 -0700

    update composer.json

    I hope I did this correctly

commit f627b0b
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:37:08 2016 -0700

    critical fix - dismissal otherwise always forever

commit 1077b36
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 11:11:23 2016 -0700

    I have better words

commit 31c3467
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:47:30 2016 -0700

    update POT

commit 307023d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:24:02 2016 -0700

    updated PAnD readme

commit 2050099
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:18:23 2016 -0700

    Squashed commit of the following:

    commit af8d5bc9ed5b96dba183ac9f163e9ff8a6fb4dd2
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:16:40 2016 -0700

        update docblock

    commit 6b1af4ecbb072eabb041f121b67a191ca6518e54
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:01:54 2016 -0700

        bump

    commit 33939b36fd914164e0f7bc97881cef45d1cb3a5c
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 08:56:18 2016 -0700

        load from main plugin for consistency

    commit bd9364fd93785d4cd041f31449d439c19d9f925f
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 00:03:11 2016 -0700

        update notice dismissal class

    commit 5903895177c6a4a174a7d430a8b7dd8c55414a95
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 23:45:01 2016 -0700

        use instance

    commit 0b3f69d
    Merge: c4e441e 41f683a
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:35:57 2016 -0700

        Merge branch 'develop' into dismiss-notices

        # Conflicts:
        #	CHANGES.md

    commit c4e441e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:27:26 2016 -0700

        better formatting

    commit e9a9b5e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:06:13 2016 -0700

        need to load class PAnD earlier

        admin_notices doesn't allow admin_enqueue_script to fire. it must be too late in order.

    commit dd11a9c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 18:01:00 2016 -0700

        formating

    commit e87e9a7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:57:14 2016 -0700

        bump and changes

    commit 6fd9578
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:41:26 2016 -0700

        simplify options setting when empty

        cast as array

    commit d89ba2c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:40:41 2016 -0700

        skip on multisite

    commit 03cde21
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:38:20 2016 -0700

        move redirect directly after saving option

    commit 0b357e7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:37:02 2016 -0700

        not necessary to set null values

        null values set at display of checkbox

    commit 1a83322
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:23:39 2016 -0700

        don't array_merge as unset checkboxes don't unset

    commit 684ce1e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:20:45 2016 -0700

        check/set existence of checkbox option late

        avoids PHP notice

    commit 95744fb
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:18:05 2016 -0700

        add dismissable notices, set for one day

commit 41f683a
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:09:58 2016 -0700

    bump and changes

commit 7f03153
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:07:37 2016 -0700

    don't merge old options

    causes problems with checkboxes that aren't present when not checked.

commit fce72bb
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:06:00 2016 -0700

    don't set array, check value late and set

    avoids PHP notices

commit 5b30d67
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 30 11:06:34 2016 -0700

    update POT

commit 14f076c
Merge: 4d90d4a a297f46
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 26 20:47:59 2016 -0700

    Merge pull request #424 from pedro-mendonca/develop

    Translation update (pt_PT)

commit a297f46
Author: pedro-mendonca <[email protected]>
Date:   Mon Jul 25 10:12:13 2016 +0100

    Translation update (pt_PT)

commit 4d90d4a
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 11:43:09 2016 -0700

    just set $token->private as that's the error if no update available

commit 813395f
Merge: 07d27d4 9f3f9ab
Author: Mikael Lindqvist <[email protected]>
Date:   Thu May 26 09:13:26 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit 07d27d4
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:55:21 2016 +0300

    Update README.md

commit 21a1c2e
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:47:54 2016 +0300

    Update README.md
afragen added a commit that referenced this issue Oct 10, 2016
commit 6f81541
Author: Andy Fragen <[email protected]>
Date:   Sat Oct 8 18:51:31 2016 -0700

    just in case not santized

commit 7c87fc5
Author: Andy Fragen <[email protected]>
Date:   Sat Oct 8 18:01:37 2016 -0700

    should already be sanitized from register_settngs

commit 6ae596f
Author: Andy Fragen <[email protected]>
Date:   Sat Oct 8 14:29:14 2016 -0700

    bump

commit 4bb801e
Author: Andy Fragen <[email protected]>
Date:   Sat Oct 8 14:29:04 2016 -0700

    update .POT

commit 860d3ad
Author: Andy Fragen <[email protected]>
Date:   Sat Oct 8 14:24:25 2016 -0700

    Squashed commit of branch sub-tabs:

    commit f505044
    Author: Andy Fragen <[email protected]>
    Date:   Sat Oct 8 11:23:19 2016 -0700

        update readme(s), changes, assets

    commit a9dddf3
    Author: Andy Fragen <[email protected]>
    Date:   Sat Oct 8 11:14:51 2016 -0700

        move inline style setting to CSS

    commit d34e716
    Author: Andy Fragen <[email protected]>
    Date:   Fri Oct 7 12:26:34 2016 -0700

        readme, changes

    commit 10435f7
    Author: Andy Fragen <[email protected]>
    Date:   Fri Oct 7 11:48:18 2016 -0700

        add Bitbucket user/pass settings for

        remote install in not present.

    commit 2fcf065
    Author: Andy Fragen <[email protected]>
    Date:   Fri Oct 7 11:46:47 2016 -0700

        move second button further left for mobile

    commit 149ab8a
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 21:46:16 2016 -0700

        follow core

    commit 366377b
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 21:07:09 2016 -0700

        readme, changes updates

    commit e815f0a
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 19:46:45 2016 -0700

        display git source repos in sub-tab

    commit 4bd662c
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 14:11:27 2016 -0700

        move a little closer

    commit 455a090
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 14:09:04 2016 -0700

        add classes and CSS to position side by side

    commit a3213ef
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:57:45 2016 -0700

        move reset button below form for consistency

    commit 07cc80b
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:57:11 2016 -0700

        move sub-tabs above form

    commit d5753b3
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:40:49 2016 -0700

        new line before end of class

    commit 4089cff
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:36:59 2016 -0700

        changes

    commit ce51cf1
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:36:49 2016 -0700

        update not found message

    commit c72ee6c
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:36:26 2016 -0700

        updates for saving sub-tab options

    commit cddf0dd
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:35:11 2016 -0700

        exit for DOING_AJAX

    commit d0b115e
    Author: Andy Fragen <[email protected]>
    Date:   Thu Oct 6 09:34:38 2016 -0700

        dynamically add sub-tabs

    commit b1c8d3f
    Author: Andy Fragen <[email protected]>
    Date:   Wed Oct 5 17:53:57 2016 -0700

        add plugin settings to separate default subtab

        instructions, refresh transients, branch switch

    commit 2c2e81c
    Author: Andy Fragen <[email protected]>
    Date:   Wed Oct 5 17:38:31 2016 -0700

        subtabs initial pass

commit 01a6f8f
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 16:23:36 2016 -0700

    specific check of default remote version

    move isset check higher

commit 5042448
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 16:22:37 2016 -0700

    prep for decoupling languages

commit 6799a0e
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 15:10:03 2016 -0700

    spacing

commit 8025a70
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 12:41:47 2016 -0700

    fix more PHP notices

commit d5476a9
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 12:37:00 2016 -0700

    skip on DOING_AJAX and more precise conditional

commit d8ba2f4
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 12:36:27 2016 -0700

    fix PHP notice

commit 29c1bde
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 11:59:59 2016 -0700

    changes, bump

commit 068481e
Author: Andy Fragen <[email protected]>
Date:   Wed Oct 5 11:56:08 2016 -0700

    use array functions and anonymous functions

    modularizes the unsetting of tokens

commit 162a07c
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:24:03 2016 -0700

    rename for possible conflict w Base->is_private()

commit f640a07
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:18:22 2016 -0700

    Squashed commit of the following:

    commit 20fff658271f53a32f1160752789f3e0de3e612b
    Author: Andy Fragen <[email protected]>
    Date:   Tue Oct 4 10:33:49 2016 -0700

        refactored to use Base->is_private()

        Private repo may be unable to get remote version number or may have an option set.

commit cdc3e0a
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:09:45 2016 -0700

    GitLab build artifacts readme/changes

commit d262fd8
Author: Andy Fragen <[email protected]>
Date:   Tue Oct 4 11:01:25 2016 -0700

    Squashed commit of `gitlab-ci-release-asset:

    commit 105895d
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 17:42:32 2016 -0700

        set release_asset earlier

    commit e8e16c1
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 17:06:28 2016 -0700

        don't show branch switcher if using release asset

    commit 7161be8
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 16:31:49 2016 -0700

        final fixes for GitLab release asset

        needed to add a hook call to upgrader_post_install to clean up after myself.

    commit 85fab50
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 14:25:18 2016 -0700

        fix release asset URI

    commit ed89958
    Author: Andy Fragen <[email protected]>
    Date:   Mon Oct 3 13:17:04 2016 -0700

        add query arg correctly

    commit 0feff65
    Author: Andy Fragen <[email protected]>
    Date:   Sun Oct 2 21:56:41 2016 -0700

        initial pass at GitLab CI release asset update

commit 789a485
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 21:54:54 2016 -0700

    move add access token to separte function

commit 2b13736
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 21:52:23 2016 -0700

    add access token to release asset download link

commit c67f21b
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 20:44:46 2016 -0700

    legacy filter, never used and I couldn't get to it

    when I tried.

commit 5b008ba
Author: Andy Fragen <[email protected]>
Date:   Sun Oct 2 20:43:47 2016 -0700

    exit if called directly

commit 051a62d
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 29 17:51:11 2016 -0700

    can't use jQuery shortcut

commit 62a3d20
Merge: 3a63d3c 2970bf3
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 29 17:31:07 2016 -0700

    Merge pull request #458 from calvintam236/develop

    Thanks!

commit 2970bf3
Author: Calvin Tam <[email protected]>
Date:   Thu Sep 29 12:53:53 2016 -0700

    Patch 5b56684

commit 5b56684
Author: Calvin Tam <[email protected]>
Date:   Thu Sep 29 12:49:52 2016 -0700

    Improve js call in a href instead of onclick

commit 176966b
Author: Calvin Tam <[email protected]>
Date:   Thu Sep 29 12:24:53 2016 -0700

    Combine if statements

commit 3a63d3c
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:25:26 2016 -0700

    clearer changelog entry

commit b3d9290
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:22:21 2016 -0700

    changes, bump

commit c1486a5
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:22:08 2016 -0700

    simplify token/password obfuscation

    using callback array value

commit 9db866f
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 22:09:02 2016 -0700

    Seth mode for for all tokens

commit e976885
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 21:43:26 2016 -0700

    Seth mode, I mean stealth mode

    hide access tokens, not for private repos

commit 356d22c
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 21:39:14 2016 -0700

    spacing

commit 286e755
Merge: 9505369 ad2a27d
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 28 18:59:20 2016 -0700

    Merge pull request #457 from scarstens/patch-2

    add action to delete all transients for hook ins

commit ad2a27d
Author: Seth Carstens <[email protected]>
Date:   Wed Sep 28 18:56:13 2016 -0700

    add action to delete all transients for hook ins

commit 9505369
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 27 15:44:32 2016 -0700

    update to match wp.org

    limits to 5 tags

commit c93c8b2
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 16:26:09 2016 -0700

    SSL all the things

commit 2ab3f1c
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 11:50:19 2016 -0700

    update POT, also updated to

    afragen/github-updater-translations

commit cd0ca9b
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 11:49:39 2016 -0700

    update description to include language packs

commit 6bfd200
Merge: 73bb993 57bfc6c
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 10:35:51 2016 -0700

    Merge branch 'translations' into develop

    # Conflicts:
    #	CHANGES.md
    #	github-updater.php
    #	src/GitHub_Updater/GitHub_API.php
    #	src/GitHub_Updater/Plugin.php

commit 57bfc6c
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 10:28:11 2016 -0700

    prep for merge

commit 5c8b9bd
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 26 10:27:53 2016 -0700

    readme, changes

commit fa87b73
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 22:42:49 2016 -0700

    Squashed commit of the following:

    commit 5431a627a30c4979f4e65e3353344838a1ac5e86
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 22:41:06 2016 -0700

        cleanup GitLab get_language_pack()

    commit 8b00774527cc9c13fbf9f64c3a84d09cf94b17a3
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 21:34:42 2016 -0700

        initial pass GitLab get_language_pack()

commit d06834a
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 21:22:42 2016 -0700

    Squashed commit of Bitbucket Language Pack

    commit f15fa2a17a0242d9e40536877701f54fd62fae6e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 21:20:53 2016 -0700

        update changes, docblock

    commit 19706c3b19efefdc67d27f8f093dcdffb474f7c9
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 21:16:53 2016 -0700

        cleanup Bitbucket get_language_pack()

    commit ecaf1b83e22de546cd43854b767b25812f361986
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 25 20:54:04 2016 -0700

        initial pass for get_language_pack()

commit a2a147b
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 17:58:48 2016 -0700

    readme and changes

commit 569a30e
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 17:17:38 2016 -0700

    fix PHP notice, check for available translation

commit 7458b87
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 25 10:05:32 2016 -0700

    update for possiblity of multiple languages

commit 9be05d1
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 23:31:20 2016 -0700

    improved conditional

commit d31d757
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 23:14:06 2016 -0700

    use wp_get_installed_translations() to check

    for current language packs.

commit 4a4ed5b
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:58:22 2016 -0700

    Squashed commit of the following:

    commit 73bb993
    Author: Andy Fragen <[email protected]>
    Date:   Sat Sep 24 15:36:49 2016 -0700

        release 5.6.2

    commit 130a89e
    Author: Andy Fragen <[email protected]>
    Date:   Fri Sep 23 12:25:55 2016 -0700

        fixed issue #453

        Don't exit early in class PAnD during heartbeat

    commit 3e6bc3c
    Author: Andy Fragen <[email protected]>
    Date:   Fri Sep 23 10:19:52 2016 -0700

        fix PHP notice, issue #451

    commit 1b422c1
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 22 12:26:58 2016 -0700

        don't call this when DOING_AJAX

    commit 00c1cc5
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 22 10:53:56 2016 -0700

        redo init of PAnD, fix PHP error :fingers crossed:

    commit 199cea9
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 18 16:32:37 2016 -0700

        no point in translating these strings

        only viewable in webhook details or result of direct call to RESTful endpoint

    commit cac6f59
    Author: Andy Fragen <[email protected]>
    Date:   Sun Sep 18 16:13:06 2016 -0700

        throw exception when webhook !== PUSH branch

    commit 78ecdd9
    Author: Andy Fragen <[email protected]>
    Date:   Sat Sep 17 21:02:12 2016 -0700

        reset update_plugins and update_themes transient

        during 'Refresh Transients'

    commit 6ae0e09
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:54:08 2016 -0700

        hotfix update

    commit 562b283
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:25:36 2016 -0700

        namespace .org readme parser

    commit c97a665
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:24:52 2016 -0700

        avoid dereferenced array call for PHP 5.3

        this is PHP >= 5.4

    commit aabf4c2
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 19:08:42 2016 -0700

        fix PHP notices for readme.txt with unset data

    commit f0a7f1e
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:48:29 2016 -0700

        changes and bump for release

    commit eabd257
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:41:24 2016 -0700

        getting ahead of myself

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit 73bb993
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:36:49 2016 -0700

    release 5.6.2

commit 4511cc8
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:31:22 2016 -0700

    add line

commit 3e4b759
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 24 15:14:19 2016 -0700

    add translations to update transient in one place

commit 130a89e
Author: Andy Fragen <[email protected]>
Date:   Fri Sep 23 12:25:55 2016 -0700

    fixed issue #453

    Don't exit early in class PAnD during heartbeat

commit 3e6bc3c
Author: Andy Fragen <[email protected]>
Date:   Fri Sep 23 10:19:52 2016 -0700

    fix PHP notice, issue #451

commit 1b422c1
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 22 12:26:58 2016 -0700

    don't call this when DOING_AJAX

commit 00c1cc5
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 22 10:53:56 2016 -0700

    redo init of PAnD, fix PHP error :fingers crossed:

commit 199cea9
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 18 16:32:37 2016 -0700

    no point in translating these strings

    only viewable in webhook details or result of direct call to RESTful endpoint

commit cac6f59
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 18 16:13:06 2016 -0700

    throw exception when webhook !== PUSH branch

commit 78ecdd9
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 21:02:12 2016 -0700

    reset update_plugins and update_themes transient

    during 'Refresh Transients'

commit 7a42a4f
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 13:23:55 2016 -0700

    added readme, changes for language packs

commit 8bef4f2
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 17 12:58:11 2016 -0700

    Squashed commit of the following:

    commit 6ae0e09
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:54:08 2016 -0700

        hotfix update

    commit 562b283
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:25:36 2016 -0700

        namespace .org readme parser

    commit c97a665
    Author: Andy Fragen <[email protected]>
    Date:   Thu Sep 15 09:24:52 2016 -0700

        avoid dereferenced array call for PHP 5.3

        this is PHP >= 5.4

    commit aabf4c2
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 19:08:42 2016 -0700

        fix PHP notices for readme.txt with unset data

    commit f0a7f1e
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:48:29 2016 -0700

        changes and bump for release

    commit eabd257
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:41:24 2016 -0700

        getting ahead of myself

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit 6ae0e09
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:54:08 2016 -0700

    hotfix update

commit 562b283
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:25:36 2016 -0700

    namespace .org readme parser

commit c97a665
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 15 09:24:52 2016 -0700

    avoid dereferenced array call for PHP 5.3

    this is PHP >= 5.4

commit 2cf5c76
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:27:00 2016 -0700

    use branch header

commit 94da2fa
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:25:28 2016 -0700

    Squashed commit of the following:

    commit aabf4c2
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 19:08:42 2016 -0700

        fix PHP notices for readme.txt with unset data

    commit f0a7f1e
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:48:29 2016 -0700

        changes and bump for release

    commit eabd257
    Author: Andy Fragen <[email protected]>
    Date:   Wed Sep 14 09:41:24 2016 -0700

        getting ahead of myself

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit 6273a2d
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:17:12 2016 -0700

    die for direct call

commit 1248c23
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:15:04 2016 -0700

    add docblocks, spacing

commit baf6509
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 20:13:50 2016 -0700

    move outside loop

commit aabf4c2
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 19:08:42 2016 -0700

    fix PHP notices for readme.txt with unset data

commit f0a7f1e
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:48:29 2016 -0700

    changes and bump for release

commit eabd257
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:41:24 2016 -0700

    getting ahead of myself

commit 59c244f
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:38:39 2016 -0700

    modularize creation of download package

commit 0e68bb9
Author: Andy Fragen <[email protected]>
Date:   Wed Sep 14 09:36:57 2016 -0700

    update docblocks

commit d7fcc1e
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 17:44:45 2016 -0700

    dupe

commit cfb253b
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 16:07:03 2016 -0700

    fix download link so file not munged

commit a9336c4
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 15:52:13 2016 -0700

    move inside, it was outside for testing

commit acd8f1a
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 14:24:29 2016 -0700

    Squashed commit of the following:

    commit d5254b2
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:29:21 2016 -0700

        simplify to single line

    commit 1acfe95
    Author: Andy Fragen <[email protected]>
    Date:   Tue Sep 13 13:28:57 2016 -0700

        don't use leading underscore for private functions

commit d5254b2
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:29:21 2016 -0700

    simplify to single line

commit 1acfe95
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:28:57 2016 -0700

    don't use leading underscore for private functions

commit 9047c45
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 13 13:23:31 2016 -0700

    initial pass at translation integration

commit 160a195
Author: Andy Fragen <[email protected]>
Date:   Sat Sep 10 11:11:24 2016 -0700

    fix for extended naming for forks of plugins

commit 035214f
Merge: a3aef90 8325e32
Author: Andy Fragen <[email protected]>
Date:   Tue Sep 6 06:47:06 2016 -0700

    Merge pull request #443 from corneliucirlan/develop

    Updated Romanian translation

commit 8325e32
Author: Corneliu Cîrlan <[email protected]>
Date:   Tue Sep 6 16:04:01 2016 +0300

    Updated Romanian translation

commit a3aef90
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:18:18 2016 -0700

    update POT and language files

commit 55328cc
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 14:04:06 2016 -0700

    add branch to update transient for possible use in RESTful updates

commit 0e12bbe
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 13:54:05 2016 -0700

    fix readme/changes

commit 94b6601
Merge: 28484de 7b2792a
Author: Andy Fragen <[email protected]>
Date:   Mon Sep 5 08:04:22 2016 -0700

    Merge pull request #441 from limikael/develop

    Made a link to my article about Continuous Integration in the README file

commit 7b2792a
Author: Mikael Lindqvist <[email protected]>
Date:   Mon Sep 5 11:19:46 2016 +0200

    linked to article about continuous integration

commit 28484de
Merge: c0d7f23 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:55 2016 -0700

    Merged branch props into develop

commit 1b987c0
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:48:41 2016 -0700

    bigger props

commit c0d7f23
Author: Andy Fragen <[email protected]>
Date:   Sun Sep 4 12:39:31 2016 -0700

    can't believe I've screwed up the load_plugin_textdomain for so long

    and it still works

commit 8aaab1e
Merge: 8c86c94 0a2e44f
Author: Andy Fragen <[email protected]>
Date:   Thu Sep 1 14:32:52 2016 -0700

    Merge pull request #438 from benoitchantre/feature/french-translation

    Update the french translation

commit 0a2e44f
Author: Benoît Chantre <[email protected]>
Date:   Thu Sep 1 23:08:17 2016 +0200

    Update the french translation

commit 8c86c94
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 15:57:43 2016 -0700

    update POT, release coming soon

commit 97b9bf8
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 29 14:34:47 2016 -0700

    props for @limikael

commit a917f0d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:27:41 2016 -0700

    update to latest class-parser.php

    which fixes some parsing issues.

commit 2886b5f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 19:26:15 2016 -0700

    update required WP version to 4.0

commit 6481b4f
Merge: 8bf46db 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:26:25 2016 -0700

    Merge branch 'restful-commitish-endpoints' into develop

    # Conflicts:
    #	CHANGES.md

commit 8bf46db
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 13:20:29 2016 -0700

    simplify switch statements

    eliminate multiple checks in case

commit 0e5c6be
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:35:09 2016 -0700

    update docblocks

commit 75fc451
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 28 10:34:33 2016 -0700

    rearrange in class

    simplify parse_bitbucket_webhook to make assumptions on payload. Checked against actual payload. Added webhook references.

commit b948ff1
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:15:54 2016 -0700

    update readme/changes

commit abf3ec2
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:13:00 2016 -0700

    refactor parsing of webhook data

    update for WP Coding Style

commit af9443f
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:11:05 2016 -0700

    more efficient

commit 50992b5
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 16:09:51 2016 -0700

    update docblocks

commit 2f1c0a0
Merge: 2b24af9 456d5e9
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 27 14:26:23 2016 -0700

    Merge pull request #436 from limikael/restful-commitish-endpoints

    Check headers from request to determine if it came from a webhook

commit 456d5e9
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:55:56 2016 +0300

    Update README.md

commit 7b980da
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 15:44:27 2016 +0300

    parse gitlab webhooks

commit a8b4440
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 14:23:07 2016 +0300

    check webhook headers, code cleanup

commit 1e9708e
Merge: 68dc61a c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:52 2016 +0300

    Merge branch 'restful-commitish-endpoints' of https://github.com/limikael/github-updater into restful-commitish-endpoints

commit 68dc61a
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 27 13:49:35 2016 +0300

    check the headers to determine webhook type. wip - needs some cleanup

commit 2b24af9
Merge: 9a51434 c393cdc
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 26 06:34:18 2016 -0700

    Merge pull request #435 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit c393cdc
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:35:59 2016 +0300

    Update README.md

commit a6319bd
Merge: 0fc7c0b 9a51434
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 15:24:04 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/restful-commitish-endpoints' into restful-commitish-endpoints

commit 0fc7c0b
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 26 14:43:07 2016 +0300

    parse github webhook payload

commit 87bed1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:36:16 2016 -0700

    bump/changes

commit 62549ec
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:30:04 2016 -0700

    use is_doing_ajax function

commit 0439c1b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:29:26 2016 -0700

    partial fix for AJAX updates of private

    Bitbucket repos. Still needs to reload page between AJAX updates. :P

commit f25e4d4
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 13:04:55 2016 -0700

    add functions to check heartbeat and DOING_AJAX

commit 9a51434
Merge: f372e10 4b3244b
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 24 06:26:08 2016 -0700

    Merge pull request #433 from limikael/restful-commitish-endpoints

    Restful commitish endpoints

commit b56662d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 12:05:54 2016 -0700

    fix refreshing transients section

    move closer to section on creating personal GitHub Access Token

commit ad8ba52
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 22 09:55:37 2016 -0700

    less smelly

commit 4b3244b
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:15:27 2016 +0300

    Update README.md

commit 0fae978
Author: Mikael Lindqvist <[email protected]>
Date:   Sat Aug 20 00:00:05 2016 +0300

    better checking of github webhook data

commit 816d916
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:26:14 2016 +0300

    Update README.md

commit 3267b9c
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:18:53 2016 +0300

    accidentally removed a line that specified default tag and put it back again

commit 994c7f2
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 23:15:27 2016 +0300

    read tag from github webhook on rest updates

commit 59bc9ac
Merge: 813395f f372e10
Author: Mikael Lindqvist <[email protected]>
Date:   Fri Aug 19 21:22:53 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit f372e10
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 18 22:59:26 2016 -0700

    update as WP 4.6 released

commit 686602f
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 15 11:43:04 2016 -0700

    syntax highlights PAnD readme

commit 8fa43cc
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:31:07 2016 -0700

    update PAnD readme

commit 92b3c8d
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 14 09:23:34 2016 -0700

    fix docblock

commit 42b3d9c
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 13 08:33:24 2016 -0700

    update PAnD

commit 53a4bdf
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:26:50 2016 -0700

    needs to be deleted for release

commit b8af232
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 12 12:25:01 2016 -0700

    update PAnD

commit 19e7227
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 21:53:03 2016 -0700

    switch from option to salted transient

commit 21a4832
Author: Andy Fragen <[email protected]>
Date:   Thu Aug 11 15:55:10 2016 -0700

    exit for feature project

commit 96ae175
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 10 11:01:01 2016 -0700

    fix #429, extended naming and branch switching

    problem was $this was an instance of Base not Plugin. Changing to $upgrader_object fixes.

commit 1a0149f
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:50:22 2016 -0700

    bump and changes

commit 0aa3e03
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 11:48:51 2016 -0700

    use official vendor files. ;)

commit 2f558a9
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 10:32:29 2016 -0700

    change PAnD method to static per repo owner

commit b5a6d3e
Author: Andy Fragen <[email protected]>
Date:   Sun Aug 7 09:51:57 2016 -0700

    not a docblock, inline comment

commit e6647d3
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 16:55:29 2016 -0700

    change changelog release separator

commit 98bae61
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:21:02 2016 -0700

    update changes

    added release dates from v5.0.0 forward

commit 57e6d82
Author: Andy Fragen <[email protected]>
Date:   Sat Aug 6 11:20:00 2016 -0700

    update PAnD readme

commit a51c412
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:49:13 2016 -0700

    use active verb in changes

commit 96a4600
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 11:38:28 2016 -0700

    reformat with line breaks

commit cabeb68
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:58 2016 -0700

    changes

commit 13572c3
Author: Andy Fragen <[email protected]>
Date:   Fri Aug 5 01:21:30 2016 -0700

    refactor function to update settings

    works for both network activated and single site installs

commit a805910
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 22:51:14 2016 -0700

    need to use update_option not add_option

    to dismiss more than once

commit 00faa9d
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:57 2016 -0700

    bump/changes

commit 7caee1a
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 21:51:41 2016 -0700

    need this to always fire so refresh transients

    works. If inside if/then the transients won't refresh on single site.

commit 0b85e16
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 16:39:25 2016 -0700

    use check_ajax_referrer to validate nonce

    dies if nonce invalid

commit 5c5f486
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:08:43 2016 -0700

    dismissal delete option if `time() + strtotime()`

    remove in release version

commit 84f153e
Author: Andy Fragen <[email protected]>
Date:   Wed Aug 3 10:05:41 2016 -0700

    nonce check is sufficient

commit e3e9bc9
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:45:10 2016 -0700

    update dismissal readme

commit 3539cc6
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:38:20 2016 -0700

    update composer.json

    I hope I did this correctly

commit f627b0b
Author: Andy Fragen <[email protected]>
Date:   Tue Aug 2 21:37:08 2016 -0700

    critical fix - dismissal otherwise always forever

commit 1077b36
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 11:11:23 2016 -0700

    I have better words

commit 31c3467
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:47:30 2016 -0700

    update POT

commit 307023d
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:24:02 2016 -0700

    updated PAnD readme

commit 2050099
Author: Andy Fragen <[email protected]>
Date:   Mon Aug 1 09:18:23 2016 -0700

    Squashed commit of the following:

    commit af8d5bc9ed5b96dba183ac9f163e9ff8a6fb4dd2
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:16:40 2016 -0700

        update docblock

    commit 6b1af4ecbb072eabb041f121b67a191ca6518e54
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 09:01:54 2016 -0700

        bump

    commit 33939b36fd914164e0f7bc97881cef45d1cb3a5c
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 08:56:18 2016 -0700

        load from main plugin for consistency

    commit bd9364fd93785d4cd041f31449d439c19d9f925f
    Author: Andy Fragen <[email protected]>
    Date:   Mon Aug 1 00:03:11 2016 -0700

        update notice dismissal class

    commit 5903895177c6a4a174a7d430a8b7dd8c55414a95
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 23:45:01 2016 -0700

        use instance

    commit 0b3f69d
    Merge: c4e441e 41f683a
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:35:57 2016 -0700

        Merge branch 'develop' into dismiss-notices

        # Conflicts:
        #	CHANGES.md

    commit c4e441e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:27:26 2016 -0700

        better formatting

    commit e9a9b5e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 22:06:13 2016 -0700

        need to load class PAnD earlier

        admin_notices doesn't allow admin_enqueue_script to fire. it must be too late in order.

    commit dd11a9c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 18:01:00 2016 -0700

        formating

    commit e87e9a7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:57:14 2016 -0700

        bump and changes

    commit 6fd9578
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:41:26 2016 -0700

        simplify options setting when empty

        cast as array

    commit d89ba2c
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:40:41 2016 -0700

        skip on multisite

    commit 03cde21
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 14:38:20 2016 -0700

        move redirect directly after saving option

    commit 0b357e7
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:37:02 2016 -0700

        not necessary to set null values

        null values set at display of checkbox

    commit 1a83322
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:23:39 2016 -0700

        don't array_merge as unset checkboxes don't unset

    commit 684ce1e
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:20:45 2016 -0700

        check/set existence of checkbox option late

        avoids PHP notice

    commit 95744fb
    Author: Andy Fragen <[email protected]>
    Date:   Sun Jul 31 13:18:05 2016 -0700

        add dismissable notices, set for one day

commit 41f683a
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:09:58 2016 -0700

    bump and changes

commit 7f03153
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:07:37 2016 -0700

    don't merge old options

    causes problems with checkboxes that aren't present when not checked.

commit fce72bb
Author: Andy Fragen <[email protected]>
Date:   Sun Jul 31 18:06:00 2016 -0700

    don't set array, check value late and set

    avoids PHP notices

commit 5b30d67
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 30 11:06:34 2016 -0700

    update POT

commit 14f076c
Merge: 4d90d4a a297f46
Author: Andy Fragen <[email protected]>
Date:   Tue Jul 26 20:47:59 2016 -0700

    Merge pull request #424 from pedro-mendonca/develop

    Translation update (pt_PT)

commit a297f46
Author: pedro-mendonca <[email protected]>
Date:   Mon Jul 25 10:12:13 2016 +0100

    Translation update (pt_PT)

commit 4d90d4a
Author: Andy Fragen <[email protected]>
Date:   Sat Jul 23 11:43:09 2016 -0700

    just set $token->private as that's the error if no update available

commit 813395f
Merge: 07d27d4 9f3f9ab
Author: Mikael Lindqvist <[email protected]>
Date:   Thu May 26 09:13:26 2016 +0300

    Merge remote-tracking branch 'remotes/upstream/develop' into develop

commit 07d27d4
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:55:21 2016 +0300

    Update README.md

commit 21a1c2e
Author: Mikael Lindqvist <[email protected]>
Date:   Wed May 25 18:47:54 2016 +0300

    Update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants