Skip to content

Commit 5862596

Browse files
committed
chore(ui): vendor @roxyapi/ui 0.19.3, add the 1.6.6 changelog
Picks up the last three inline aspect formatters. A summary chip read "Semi sextile" while the row under it read "Semi-sextile", and compatibility formatted its own aspect and cycle phase rather than using the shared helpers.
1 parent 298f1be commit 5862596

4 files changed

Lines changed: 29 additions & 22 deletions

File tree

assets/js/roxy-ui.js

Lines changed: 19 additions & 19 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.19.2",
5-
"ui_manifest_url": "https://cdn.jsdelivr.net/npm/@roxyapi/ui@0.19.2/dist/manifest.json"
4+
"ui_version_pinned": "0.19.3",
5+
"ui_manifest_url": "https://cdn.jsdelivr.net/npm/@roxyapi/ui@0.19.3/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.6 =
203+
* Aspect names now read the same way everywhere. A summary chip said "Semi sextile" while the row below it said "Semi-sextile"; both now use the proper hyphenated name.
204+
* Compatibility readings format their aspect and cycle wording consistently with the rest of the plugin.
205+
202206
= 1.6.5 =
203207
* Chart aspect symbols are now the standard astrological glyphs. Two of them were swapped with one another, and two more had no symbol at all and showed up as letters.
204208
* Aspect names read as names again, so a chart shows "Semi-sextile" rather than a raw code.
@@ -342,6 +346,9 @@ Yes. All RoxyAPI shortcodes work inside any page builder that supports WordPress
342346

343347
== Upgrade Notice ==
344348

349+
= 1.6.6 =
350+
Aspect names now read consistently between the summary chips and the rows beneath them.
351+
345352
= 1.6.5 =
346353
Corrects the aspect symbols drawn on charts, formats every date for reading, and fixes readings that ran off the edge on a phone.
347354

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.5';
26-
const ROXYAPI_UI_VERSION = '0.19.2';
26+
const ROXYAPI_UI_VERSION = '0.19.3';
2727
const ROXYAPI_PHP_MIN = '7.4.0';
2828
const ROXYAPI_PLUGIN_FILE = __FILE__;
2929

0 commit comments

Comments
 (0)