Skip to content

Commit 58b25de

Browse files
release: v1.4.5
1 parent 79d63dd commit 58b25de

23 files changed

Lines changed: 14148 additions & 10853 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/generate-asteroids",
5+
"title": "Asteroid goddesses calculator - Ceres, Pallas, Juno, and Vesta natal positions (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Asteroid goddesses calculator - Ceres, Pallas, Juno, and Vesta natal positions",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"asteroids"
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 generateAsteroids 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\GenerateAsteroids::render( $attributes ) );
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/generate-lilith",
5+
"title": "Black Moon Lilith calculator - mean and true lunar apogee in the natal chart (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Black Moon Lilith calculator - mean and true lunar apogee in the natal chart",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"lilith"
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 generateLilith 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\GenerateLilith::render( $attributes ) );
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "roxyapi/generate-profections",
5+
"title": "Annual profections calculator - lord of the year and yearly time lord by age (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Annual profections calculator - lord of the year and yearly time lord by age",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"profections"
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+
"targetDate": {
54+
"type": "string",
55+
"default": ""
56+
},
57+
"houseSystem": {
58+
"type": "string",
59+
"default": ""
60+
}
61+
},
62+
"render": "file:./render.php"
63+
}
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 generateProfections 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\GenerateProfections::render( $attributes ) );
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/generate-progressions",
5+
"title": "Secondary progressions calculator - progressed chart, progressed Sun and Moon (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Secondary progressions calculator - progressed chart, progressed Sun and Moon",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"progressions"
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+
"targetDate": {
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 generateProgressions 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\GenerateProgressions::render( $attributes ) );
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/generate-solar-arc",
5+
"title": "Solar arc directions calculator - directed chart at one degree per year (Western Astrology)",
6+
"category": "roxyapi",
7+
"icon": "admin-customizer",
8+
"description": "Solar arc directions calculator - directed chart at one degree per year",
9+
"keywords": [
10+
"western astrology",
11+
"roxyapi",
12+
"generate",
13+
"solar"
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+
"targetDate": {
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 generateSolarArc 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\GenerateSolarArc::render( $attributes ) );

0 commit comments

Comments
 (0)