Commit ae21db7f authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Add additional filter handling to devconsole Accounts view.

parent c87d05e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Add subscription validation APIs and runtime functions for Google and Apple.
- Chat Messages devconsole view.
- Chat Messages listing and deletion Console API endpoints.
- Extended filtering options to devconsole Matches view.
- Add extended filtering options to devconsole Matches view.
- Add additional filter handling to devconsole Accounts view.

### Changed
- Improve runtime handling of non-persisted purchases and subscriptions.
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@
<link rel="stylesheet" href="static/styles.14b882f135e080634619.css"></head>
<body class="h-100">
  <app-root></app-root>
<script src="static/runtime.4ced225923cd14368d64.js" defer=""></script><script src="static/polyfills.cb4331e883de4daa4c94.js" defer=""></script><script src="static/main.8f021d684b9f08d2ea56.js" defer=""></script></body>
<script src="static/runtime.4ced225923cd14368d64.js" defer=""></script><script src="static/polyfills.cb4331e883de4daa4c94.js" defer=""></script><script src="static/main.b9be98439d6ebbae4d73.js" defer=""></script></body>
</html>
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@
<link rel="stylesheet" href="static/styles.14b882f135e080634619.css"></head>
<body class="h-100">
  <app-root></app-root>
<script src="static/runtime.4ced225923cd14368d64.js" defer=""></script><script src="static/polyfills.cb4331e883de4daa4c94.js" defer=""></script><script src="static/main.debd9b5ce2f72a2af57a.js" defer=""></script></body>
<script src="static/runtime.4ced225923cd14368d64.js" defer=""></script><script src="static/polyfills.cb4331e883de4daa4c94.js" defer=""></script><script src="static/main.061375db1a64f15e29c7.js" defer=""></script></body>
</html>
Loading