diff --git a/CHANGELOG.md b/CHANGELOG.md index ee03ac4..8169a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.3] - 2020-06-03 + +* pubspec.yaml update + ## [0.1.2] - 2020-05-01 * Readme update diff --git a/LICENSE b/LICENSE index 86fc344..d91bf6b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2020, WooSignal +Copyright (c) 2020, WooSignal Ltd All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index b10172d..8be5470 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In your flutter project add the dependency: ``` dart dependencies: ... - wp_json_api: ^0.1.2 + wp_json_api: ^0.1.3 ``` ### Usage example # diff --git a/example/pubspec.lock b/example/pubspec.lock index 25a92c3..963343c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,42 +7,42 @@ packages: name: archive url: "https://pub.dartlang.org" source: hosted - version: "2.0.11" + version: "2.0.13" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "1.6.0" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.4.1" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "2.0.0" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" + version: "1.1.3" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.11" + version: "1.14.12" convert: dependency: transitive description: @@ -56,7 +56,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "2.1.4" flutter: dependency: "direct main" description: flutter @@ -87,7 +87,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "2.1.12" matcher: dependency: transitive description: @@ -129,7 +129,7 @@ packages: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.1.3" sky_engine: dependency: transitive description: flutter @@ -141,7 +141,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.5" + version: "1.7.0" stack_trace: dependency: transitive description: @@ -197,13 +197,13 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.1.2" xml: dependency: transitive description: name: xml url: "https://pub.dartlang.org" source: hosted - version: "3.5.0" + version: "3.6.1" sdks: - dart: ">=2.4.0 <3.0.0" + dart: ">=2.6.0 <3.0.0" diff --git a/lib/enums/WPAuthType.dart b/lib/enums/WPAuthType.dart index 274cea4..18b29b7 100644 --- a/lib/enums/WPAuthType.dart +++ b/lib/enums/WPAuthType.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/enums/WPRouteType.dart b/lib/enums/WPRouteType.dart index 18bd3cb..9bf7853 100644 --- a/lib/enums/WPRouteType.dart +++ b/lib/enums/WPRouteType.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/helpers/typedefs.dart b/lib/helpers/typedefs.dart index eaccce9..b3b6d9f 100644 --- a/lib/helpers/typedefs.dart +++ b/lib/helpers/typedefs.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WCCustomerInfoResponse.dart b/lib/models/responses/WCCustomerInfoResponse.dart index 9a8da10..3b92a77 100644 --- a/lib/models/responses/WCCustomerInfoResponse.dart +++ b/lib/models/responses/WCCustomerInfoResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WCCustomerUpdatedResponse.dart b/lib/models/responses/WCCustomerUpdatedResponse.dart index 3d23ead..aa88534 100644 --- a/lib/models/responses/WCCustomerUpdatedResponse.dart +++ b/lib/models/responses/WCCustomerUpdatedResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WPNonceResponse.dart b/lib/models/responses/WPNonceResponse.dart index fedc9da..3c3bf5b 100644 --- a/lib/models/responses/WPNonceResponse.dart +++ b/lib/models/responses/WPNonceResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WPNonceVerifiedResponse.dart b/lib/models/responses/WPNonceVerifiedResponse.dart index ae40bdf..3464375 100644 --- a/lib/models/responses/WPNonceVerifiedResponse.dart +++ b/lib/models/responses/WPNonceVerifiedResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WPUserInfoResponse.dart b/lib/models/responses/WPUserInfoResponse.dart index a02f69b..ce96e04 100644 --- a/lib/models/responses/WPUserInfoResponse.dart +++ b/lib/models/responses/WPUserInfoResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WPUserInfoUpdatedResponse.dart b/lib/models/responses/WPUserInfoUpdatedResponse.dart index bef0355..12b8aa2 100644 --- a/lib/models/responses/WPUserInfoUpdatedResponse.dart +++ b/lib/models/responses/WPUserInfoUpdatedResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WPUserLoginResponse.dart b/lib/models/responses/WPUserLoginResponse.dart index 9b05874..692cf8c 100644 --- a/lib/models/responses/WPUserLoginResponse.dart +++ b/lib/models/responses/WPUserLoginResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WPUserRegisterResponse.dart b/lib/models/responses/WPUserRegisterResponse.dart index 708b59f..9bddb60 100644 --- a/lib/models/responses/WPUserRegisterResponse.dart +++ b/lib/models/responses/WPUserRegisterResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/models/responses/WPUserResetPasswordResponse.dart b/lib/models/responses/WPUserResetPasswordResponse.dart index e9c465a..4d5d782 100644 --- a/lib/models/responses/WPUserResetPasswordResponse.dart +++ b/lib/models/responses/WPUserResetPasswordResponse.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/networking/network_manager.dart b/lib/networking/network_manager.dart index 8e4c1c5..23a6b97 100644 --- a/lib/networking/network_manager.dart +++ b/lib/networking/network_manager.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/lib/wp_json_api.dart b/lib/wp_json_api.dart index ffc68f3..f82d6d3 100644 --- a/lib/wp_json_api.dart +++ b/lib/wp_json_api.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2020, WooSignal. +// Copyright (c) 2020, WooSignal Ltd. // All rights reserved. // // Redistribution and use in source and binary forms are permitted diff --git a/pubspec.lock b/pubspec.lock index aea1557..2d0d017 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,42 +7,42 @@ packages: name: archive url: "https://pub.dartlang.org" source: hosted - version: "2.0.11" + version: "2.0.13" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "1.6.0" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.4.1" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "2.0.0" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" + version: "1.1.3" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.11" + version: "1.14.12" convert: dependency: transitive description: @@ -56,7 +56,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "2.1.4" flutter: dependency: "direct main" description: flutter @@ -87,7 +87,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "2.1.12" matcher: dependency: transitive description: @@ -129,7 +129,7 @@ packages: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.1.3" sky_engine: dependency: transitive description: flutter @@ -141,7 +141,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.5" + version: "1.7.0" stack_trace: dependency: transitive description: @@ -197,6 +197,6 @@ packages: name: xml url: "https://pub.dartlang.org" source: hosted - version: "3.5.0" + version: "3.6.1" sdks: - dart: ">=2.4.0 <3.0.0" + dart: ">=2.6.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 7d747f7..f4b868b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,10 @@ name: wp_json_api description: WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more. -version: 0.1.2 +version: 0.1.3 homepage: https://woosignal.com repository: https://github.com/woosignal/wp-json-api-flutter +issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues +documentation: https://woosignal.com/docs/flutter/wp-json-api environment: sdk: ">=2.1.0 <3.0.0"