diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | lib/byte_safe_strings.php | 2 | ||||
-rw-r--r-- | lib/cast_to_int.php | 2 | ||||
-rw-r--r-- | lib/error_polyfill.php | 2 | ||||
-rw-r--r-- | lib/random.php | 6 | ||||
-rw-r--r-- | lib/random_bytes_com_dotnet.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_dev_urandom.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_libsodium.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_libsodium_legacy.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_mcrypt.php | 2 | ||||
-rw-r--r-- | lib/random_int.php | 2 |
11 files changed, 17 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b1f8d..1e04b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Version 2.0.10 - 2017-03-13 + +* Mcrypt can now be used on PHP < 5.3.7 if you're not on Windows. +* Minor boyscouting changes. + ### Version 2.0.9 - 2017-03-03 * More Psalm integration fixes. diff --git a/lib/byte_safe_strings.php b/lib/byte_safe_strings.php index 6de294f..3de86b2 100644 --- a/lib/byte_safe_strings.php +++ b/lib/byte_safe_strings.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/cast_to_int.php b/lib/cast_to_int.php index 5a57a55..be7388d 100644 --- a/lib/cast_to_int.php +++ b/lib/cast_to_int.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/error_polyfill.php b/lib/error_polyfill.php index 69ee379..6a91990 100644 --- a/lib/error_polyfill.php +++ b/lib/error_polyfill.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random.php b/lib/random.php index 2b43f8a..df74c8a 100644 --- a/lib/random.php +++ b/lib/random.php @@ -3,12 +3,12 @@ * Random_* Compatibility Library * for using the new PHP 7 random_* API in PHP 5 projects * - * @version 2.0.4 - * @released 2016-11-07 + * @version 2.0.10 + * @released 2017-03-13 * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_com_dotnet.php b/lib/random_bytes_com_dotnet.php index 97df3f3..fc1926e 100644 --- a/lib/random_bytes_com_dotnet.php +++ b/lib/random_bytes_com_dotnet.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_dev_urandom.php b/lib/random_bytes_dev_urandom.php index 05a9693..df5b915 100644 --- a/lib/random_bytes_dev_urandom.php +++ b/lib/random_bytes_dev_urandom.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_libsodium.php b/lib/random_bytes_libsodium.php index 025b900..4af1a24 100644 --- a/lib/random_bytes_libsodium.php +++ b/lib/random_bytes_libsodium.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_libsodium_legacy.php b/lib/random_bytes_libsodium_legacy.php index 81023b9..02160b9 100644 --- a/lib/random_bytes_libsodium_legacy.php +++ b/lib/random_bytes_libsodium_legacy.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_mcrypt.php b/lib/random_bytes_mcrypt.php index f18736d..aac9c01 100644 --- a/lib/random_bytes_mcrypt.php +++ b/lib/random_bytes_mcrypt.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_int.php b/lib/random_int.php index 0014d33..b2ea02d 100644 --- a/lib/random_int.php +++ b/lib/random_int.php @@ -7,7 +7,7 @@ if (!is_callable('random_int')) { * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |