Skip to content

Commit 79d63dd

Browse files
release: v1.4.4
1 parent 8c7bb04 commit 79d63dd

23 files changed

Lines changed: 15456 additions & 11810 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "roxyapi/calculate-arabic-lots",
5+
"title": "Arabic lots calculator - seven Hermetic parts including Part of Fortune and Spirit (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Arabic lots calculator - seven Hermetic parts including Part of Fortune and Spirit",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"calculate",
13+
"arabic"
14+
],
15+
"version": "1.0.0",
16+
"textdomain": "roxyapi",
17+
"supports": {
18+
"html": false,
19+
"align": [
20+
"wide",
21+
"full"
22+
],
23+
"color": {
24+
"background": true,
25+
"text": true
26+
},
27+
"spacing": {
28+
"padding": true,
29+
"margin": true
30+
}
31+
},
32+
"attributes": {
33+
"date": {
34+
"type": "string",
35+
"default": ""
36+
},
37+
"time": {
38+
"type": "string",
39+
"default": ""
40+
},
41+
"latitude": {
42+
"type": "string",
43+
"default": ""
44+
},
45+
"longitude": {
46+
"type": "string",
47+
"default": ""
48+
},
49+
"timezone": {
50+
"type": "string",
51+
"default": ""
52+
},
53+
"houseSystem": {
54+
"type": "string",
55+
"default": ""
56+
}
57+
},
58+
"render": "file:./render.php"
59+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* Server-side render for the auto-generated calculateArabicLots block.
4+
*
5+
* DO NOT EDIT. Generated by bin/generate.mjs.
6+
*
7+
* @package RoxyAPI
8+
* @var array $attributes Block attributes.
9+
* @var string $content Inner block content.
10+
* @var WP_Block $block Block instance.
11+
*/
12+
13+
if ( ! defined( 'ABSPATH' ) ) {
14+
exit;
15+
}
16+
17+
\RoxyAPI\Support\BlockOutput::render( \RoxyAPI\Generated\Shortcodes\CalculateArabicLots::render( $attributes ) );
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "roxyapi/generate-astrocartography",
5+
"title": "Astrocartography map - planetary lines and relocation calculator (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Astrocartography map - planetary lines and relocation calculator",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"astrocartography"
14+
],
15+
"version": "1.0.0",
16+
"textdomain": "roxyapi",
17+
"supports": {
18+
"html": false,
19+
"align": [
20+
"wide",
21+
"full"
22+
],
23+
"color": {
24+
"background": true,
25+
"text": true
26+
},
27+
"spacing": {
28+
"padding": true,
29+
"margin": true
30+
}
31+
},
32+
"attributes": {
33+
"date": {
34+
"type": "string",
35+
"default": ""
36+
},
37+
"time": {
38+
"type": "string",
39+
"default": ""
40+
},
41+
"latitude": {
42+
"type": "string",
43+
"default": ""
44+
},
45+
"longitude": {
46+
"type": "string",
47+
"default": ""
48+
},
49+
"timezone": {
50+
"type": "string",
51+
"default": ""
52+
}
53+
},
54+
"render": "file:./render.php"
55+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* Server-side render for the auto-generated generateAstrocartography block.
4+
*
5+
* DO NOT EDIT. Generated by bin/generate.mjs.
6+
*
7+
* @package RoxyAPI
8+
* @var array $attributes Block attributes.
9+
* @var string $content Inner block content.
10+
* @var WP_Block $block Block instance.
11+
*/
12+
13+
if ( ! defined( 'ABSPATH' ) ) {
14+
exit;
15+
}
16+
17+
\RoxyAPI\Support\BlockOutput::render( \RoxyAPI\Generated\Shortcodes\GenerateAstrocartography::render( $attributes ) );
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "roxyapi/generate-fixed-stars",
5+
"title": "Fixed stars and star conjunctions calculator - Regulus, Spica, Algol natal report (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Fixed stars and star conjunctions calculator - Regulus, Spica, Algol natal report",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"fixed"
14+
],
15+
"version": "1.0.0",
16+
"textdomain": "roxyapi",
17+
"supports": {
18+
"html": false,
19+
"align": [
20+
"wide",
21+
"full"
22+
],
23+
"color": {
24+
"background": true,
25+
"text": true
26+
},
27+
"spacing": {
28+
"padding": true,
29+
"margin": true
30+
}
31+
},
32+
"attributes": {
33+
"date": {
34+
"type": "string",
35+
"default": ""
36+
},
37+
"time": {
38+
"type": "string",
39+
"default": ""
40+
},
41+
"latitude": {
42+
"type": "string",
43+
"default": ""
44+
},
45+
"longitude": {
46+
"type": "string",
47+
"default": ""
48+
},
49+
"timezone": {
50+
"type": "string",
51+
"default": ""
52+
}
53+
},
54+
"render": "file:./render.php"
55+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* Server-side render for the auto-generated generateFixedStars block.
4+
*
5+
* DO NOT EDIT. Generated by bin/generate.mjs.
6+
*
7+
* @package RoxyAPI
8+
* @var array $attributes Block attributes.
9+
* @var string $content Inner block content.
10+
* @var WP_Block $block Block instance.
11+
*/
12+
13+
if ( ! defined( 'ABSPATH' ) ) {
14+
exit;
15+
}
16+
17+
\RoxyAPI\Support\BlockOutput::render( \RoxyAPI\Generated\Shortcodes\GenerateFixedStars::render( $attributes ) );
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "roxyapi/generate-local-space",
5+
"title": "Local space astrology map - Directional planetary compass lines (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Local space astrology map - Directional planetary compass lines",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"local"
14+
],
15+
"version": "1.0.0",
16+
"textdomain": "roxyapi",
17+
"supports": {
18+
"html": false,
19+
"align": [
20+
"wide",
21+
"full"
22+
],
23+
"color": {
24+
"background": true,
25+
"text": true
26+
},
27+
"spacing": {
28+
"padding": true,
29+
"margin": true
30+
}
31+
},
32+
"attributes": {
33+
"date": {
34+
"type": "string",
35+
"default": ""
36+
},
37+
"time": {
38+
"type": "string",
39+
"default": ""
40+
},
41+
"latitude": {
42+
"type": "string",
43+
"default": ""
44+
},
45+
"longitude": {
46+
"type": "string",
47+
"default": ""
48+
},
49+
"timezone": {
50+
"type": "string",
51+
"default": ""
52+
}
53+
},
54+
"render": "file:./render.php"
55+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* Server-side render for the auto-generated generateLocalSpace block.
4+
*
5+
* DO NOT EDIT. Generated by bin/generate.mjs.
6+
*
7+
* @package RoxyAPI
8+
* @var array $attributes Block attributes.
9+
* @var string $content Inner block content.
10+
* @var WP_Block $block Block instance.
11+
*/
12+
13+
if ( ! defined( 'ABSPATH' ) ) {
14+
exit;
15+
}
16+
17+
\RoxyAPI\Support\BlockOutput::render( \RoxyAPI\Generated\Shortcodes\GenerateLocalSpace::render( $attributes ) );
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "roxyapi/generate-relocation-chart",
5+
"title": "Generate relocation chart - Relocated birth chart calculator with shifted houses and angles (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Generate relocation chart - Relocated birth chart calculator with shifted houses and angles",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"relocation"
14+
],
15+
"version": "1.0.0",
16+
"textdomain": "roxyapi",
17+
"supports": {
18+
"html": false,
19+
"align": [
20+
"wide",
21+
"full"
22+
],
23+
"color": {
24+
"background": true,
25+
"text": true
26+
},
27+
"spacing": {
28+
"padding": true,
29+
"margin": true
30+
}
31+
},
32+
"attributes": {
33+
"date": {
34+
"type": "string",
35+
"default": ""
36+
},
37+
"time": {
38+
"type": "string",
39+
"default": ""
40+
},
41+
"timezone": {
42+
"type": "string",
43+
"default": ""
44+
},
45+
"birthLatitude": {
46+
"type": "string",
47+
"default": ""
48+
},
49+
"birthLongitude": {
50+
"type": "string",
51+
"default": ""
52+
},
53+
"relocationLatitude": {
54+
"type": "string",
55+
"default": ""
56+
},
57+
"relocationLongitude": {
58+
"type": "string",
59+
"default": ""
60+
},
61+
"houseSystem": {
62+
"type": "string",
63+
"default": ""
64+
}
65+
},
66+
"render": "file:./render.php"
67+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* Server-side render for the auto-generated generateRelocationChart block.
4+
*
5+
* DO NOT EDIT. Generated by bin/generate.mjs.
6+
*
7+
* @package RoxyAPI
8+
* @var array $attributes Block attributes.
9+
* @var string $content Inner block content.
10+
* @var WP_Block $block Block instance.
11+
*/
12+
13+
if ( ! defined( 'ABSPATH' ) ) {
14+
exit;
15+
}
16+
17+
\RoxyAPI\Support\BlockOutput::render( \RoxyAPI\Generated\Shortcodes\GenerateRelocationChart::render( $attributes ) );

0 commit comments

Comments
 (0)