Skip to content

Commit e2248a3

Browse files
release: v1.4.1
1 parent 12c4c0d commit e2248a3

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roxyapi",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "WordPress plugin for RoxyAPI. Astrology, tarot, numerology, horoscope, I Ching, biorhythm, and more.",
55
"license": "GPL-2.0-or-later",
66
"author": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: astrology, horoscope, tarot, numerology, vedic
44
Requires at least: 6.5
55
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 1.4.0
7+
Stable tag: 1.4.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

roxyapi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: RoxyAPI — Astrology, Vedic, Tarot, Numerology
44
* Plugin URI: https://roxyapi.com/docs/integrations/wordpress
55
* Description: Add astrology, daily horoscopes, tarot card pulls, numerology readings, and Vedic and Western birth charts to any WordPress page. Blocks and shortcodes. Calculations cross-checked against the NASA JPL Horizons ephemeris.
6-
* Version: 1.4.0
6+
* Version: 1.4.1
77
* Requires at least: 6.5
88
* Tested up to: 7.0
99
* Requires PHP: 7.4
@@ -21,7 +21,7 @@
2121
exit;
2222
}
2323

24-
const ROXYAPI_VERSION = '1.4.0';
24+
const ROXYAPI_VERSION = '1.4.1';
2525
const ROXYAPI_UI_VERSION = '0.11.0';
2626
const ROXYAPI_PHP_MIN = '7.4.0';
2727
const ROXYAPI_PLUGIN_FILE = __FILE__;

0 commit comments

Comments
 (0)