Skip to content

Commit d3fda06

Browse files
committed
chore: vendor UI 0.18.5 for the tarot heading fix, 1.6.4 changelog
1 parent c030a64 commit d3fda06

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

assets/js/roxy-ui.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/component-map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_meta": {
33
"ui_package": "@roxyapi/ui",
4-
"ui_version_pinned": "0.18.4",
5-
"ui_manifest_url": "https://cdn.jsdelivr.net/npm/@roxyapi/ui@0.18.4/dist/manifest.json"
4+
"ui_version_pinned": "0.18.5",
5+
"ui_manifest_url": "https://cdn.jsdelivr.net/npm/@roxyapi/ui@0.18.5/dist/manifest.json"
66
},
77
"operations": {
88
"generateNatalChart": [

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ Yes. All RoxyAPI shortcodes work inside any page builder that supports WordPress
199199

200200
== Changelog ==
201201

202+
= 1.6.4 =
203+
* Yes or no tarot readings are now titled "Yes or no" instead of "Three card", so the heading matches the reading your visitor is looking at.
204+
* The details panel on a dasha reading is now labelled "Chart details", since it lists the birth chart values behind the dates rather than drawing a chart.
205+
202206
= 1.6.3 =
203207
* The Vimshottari dasha reading now goes four levels deep. You can open a major period, then the sub period inside it, and keep going down to the short sookshma periods that land on specific days.
204208
* Dasha readings are now organised into tabs, so the timeline, the written interpretation, and the chart details each have their own place instead of running together in one long column.
@@ -330,6 +334,9 @@ Yes. All RoxyAPI shortcodes work inside any page builder that supports WordPress
330334

331335
== Upgrade Notice ==
332336

337+
= 1.6.4 =
338+
Yes or no tarot readings now carry the right heading, and the dasha details panel is labelled more clearly.
339+
333340
= 1.6.3 =
334341
Dasha readings now go four levels deep, down to the short sookshma periods, with the timeline, interpretation and chart details split into tabs.
335342

roxyapi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
const ROXYAPI_VERSION = '1.6.3';
26-
const ROXYAPI_UI_VERSION = '0.18.4';
26+
const ROXYAPI_UI_VERSION = '0.18.5';
2727
const ROXYAPI_PHP_MIN = '7.4.0';
2828
const ROXYAPI_PLUGIN_FILE = __FILE__;
2929

0 commit comments

Comments
 (0)