Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JDGrimes committed Oct 11, 2017
1 parent 4bcb82d commit 67f2736
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CH

Nothing documented right now.

## [1.0.2] - 2017-10-12

### Fixed

- Deprecated notices from the `Channel` extension header.

## [1.0.1] - 2017-10-07

### Requires
Expand All @@ -16,7 +22,7 @@ Nothing documented right now.

### Fixed

- Deprecated notices from `Channel`, `Module Name`, and `Module URI` extension headers.
- Deprecated notices from the `Module Name`, and `Module URI` extension headers.

## [1.0.0] - 2017-03-15

Expand All @@ -27,5 +33,6 @@ Nothing documented right now.
- The Points Types screen uses the generic `manage_options` capability, and has to be removed manually.

[unreleased]: https://github.com/WordPoints/wordpoints/compare/master...HEAD
[1.0.2]: https://github.com/WordPoints/wordpoints/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/WordPoints/wordpoints/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/WordPoints/wordpoints/compare/...1.0.0
2 changes: 1 addition & 1 deletion dev-lib
Submodule dev-lib updated 34 files
+1 −1 bin/env.sh
+9 −9 i18n/makepot.php
+12 −10 l10n-validator/php.php
+230 −228 l10n-validator/wordpoints.php
+21 −19 l10n-validator/wordpress.php
+7 −7 phpcs/WordPoints/Sniffs/PHP/DisallowedFunctionsSniff.php
+1 −1 phpcs/WordPoints/Sniffs/PHP/MissingEchoSniff.php
+3 −3 phpcs/WordPoints/Sniffs/PHP/RequiredParentMethodCallSniff.php
+2 −2 phpcs/WordPoints/Sniffs/PHPUnit/MissingCoversSniff.php
+17 −0 phpcs/WordPoints/ruleset.xml
+1 −1 phpunit/classes/bootstrap/loader.php
+1 −1 phpunit/classes/extension.php
+1 −1 phpunit/classes/factory/for/entity.php
+1 −1 phpunit/classes/factory/for/hook/action.php
+2 −2 phpunit/classes/factory/for/hook/event.php
+1 −1 phpunit/classes/factory/for/hook/extension.php
+1 −1 phpunit/classes/factory/for/hook/reaction/store.php
+1 −1 phpunit/classes/factory/for/hook/reactor.php
+1 −1 phpunit/classes/factory/for/user/role.php
+4 −3 phpunit/classes/factory/for/widget.php
+2 −2 phpunit/classes/mock/db/query.php
+1 −1 phpunit/classes/mock/entity/context.php
+4 −4 phpunit/classes/mock/entity/restriction.php
+3 −3 phpunit/classes/mock/hook/extension.php
+1 −1 phpunit/classes/mock/points/logs/viewing/restriction.php
+9 −11 phpunit/classes/testcase.php
+3 −2 phpunit/classes/testcase/ajax.php
+7 −7 phpunit/classes/testcase/hook/event.php
+16 −16 phpunit/classes/testcase/hooks.php
+2 −2 phpunit/functions.php
+1 −1 phpunit/includes/remote-simulators.php
+3 −1 phpunit/test-uninstall.php
+4 −4 wpcept/includes/AcceptanceTester.php
+1 −1 wpcept/includes/Modules/WordPointsLoader.php
4 changes: 2 additions & 2 deletions src/languages/wordpoints-restrict-site-admins.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the WordPoints Restrict Site Admins package.
msgid ""
msgstr ""
"Project-Id-Version: WordPoints Restrict Site Admins 1.0.1\n"
"Project-Id-Version: WordPoints Restrict Site Admins 1.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-10-06 21:59:22+00:00\n"
"POT-Creation-Date: 2017-10-11 21:55:59+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
6 changes: 3 additions & 3 deletions src/restrict-site-admins.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* ---------------------------------------------------------------------------------|
*
* @package WordPoints_Restrict_Site_Admins
* @version 1.0.1
* @version 1.0.2
* @author J.D. Grimes <[email protected]>
* @license GPLv2+
*/
Expand All @@ -32,12 +32,12 @@
Author: J.D. Grimes
Author URI: https://codesymphony.co/
Extension URI: https://wordpoints.org/extensions/restrict-site-admins/
Version: 1.0.1
Version: 1.0.2
License: GPLv2+
Description: Restricts site admins from being able to modify points reactions.
Text Domain: wordpoints-restrict-site-admins
Domain Path: /languages
Channel: wordpoints.org
Server: wordpoints.org
ID: 1048
Namespace: Restrict_Site_Admins
'
Expand Down

0 comments on commit 67f2736

Please sign in to comment.