-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathreadme.txt
57 lines (46 loc) · 1.9 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== VajraWP ===
Contributors: smalltowndev, lushkant
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.3.2
Stable tag: 1.0.0
Tags: scaffold, plugin starter, settings,
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
== Screenshots ==
== Frequently Asked Questions ==
= Can I use this to build commercial plugins? =
Yes, absolutely, though if possible a shoutout or mention of this plugin will go a long way in support.
= Where can I get help? =
You can get help by reaching out to me at https://github.com/smalltowndev/vajrawp.
== Changelog ==
= 0.4.0-beta =
* New: Support for Email, Number types in TextInput field
* New: Support for field type aware Form submissions
* New: Admin Bar menu with Flush Permalinks action
* New: Showcase new fields at Settings page
* Fixes: Blank page issue when no routes match
* Fixes: Blocks build script issue when run alone removed dashboard build dir
* Improvements: Updated package scripts
= 0.3.0-beta =
* New: Ready for plugin generator
* Improvements: Updated package scripts
= 0.2.0-beta =
* New: Options API in REST for Client Side Apps
* New: Added Settings Input fields at Dashboard App
* New: Added Changelog.json support at Dashboard App
* New: Added animated toast notifications at Dashboard App
* New: Well separated Settings UI components at Dashboard App
* Fixes: Form styles getting overridden at Dashboard App
* Fixes: Package.json scripts not working
* Fixes: Settings forms not working at Dashboard App
* Fixes: Incomplete Dashboard App script localization data
* Improvements: Updated Getting Started aka Onboarding at Dashboard App
* Improvements: Updated Tailwind config
* Improvements: Reorganized and updated package.json scripts
* Improvements: Dynamic plugin versions at Dashboard App header
* Improvements: Update Dashboard App global stylesheet
* Improvements: Removed unused dependencies
= 0.1.0-beta =
* Initial release