Skip to content

Commit

Permalink
Update copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
YahnisElsts committed Dec 17, 2014
1 parent a4d023e commit 14466ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin-update-checker.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?php
/**
* Plugin Update Checker Library 1.6
* Plugin Update Checker Library 1.6.1
* http://w-shadow.com/
*
* Copyright 2014 Janis Elsts
* Licensed under the GNU GPL license.
* http://www.gnu.org/licenses/gpl.html
* Released under the MIT license. See license.txt for details.
*/

if ( !class_exists('PluginUpdateChecker_1_6') ):
Expand Down

4 comments on commit 14466ae

@seyfro
Copy link

@seyfro seyfro commented on 14466ae Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Yahnis,
thanks for the update. just one question: if you update version to v1.6.1, dont you also need to update all occurences of PluginUpdateChecker_1_6 to PluginUpdateChecker_1_6_1?
best,
Robert

@YahnisElsts
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no API changes, so I don't think that's necessary. The class names have version suffixes to allow plugins to request a specific version of the library when multiple versions are loaded at the same time (e.g. by two different plugins). In this case, there's no need for that since 1.6 and 1.6.1 releases are functionally almost identical and differ only in terms of licensing.

@seyfro
Copy link

@seyfro seyfro commented on 14466ae Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, thanks for clarification!

@bdtech
Copy link

@bdtech bdtech commented on 14466ae Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only major difference is the frequency it will check for updates based on an updated set of filters in WP

Please sign in to comment.