-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
170 lines (170 loc) · 5.87 KB
/
plugin.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "Autocomplete Orders for WooCommerce",
"version": "1.2.5",
"description": "Supercharge your WooCommerce store by automatically completing orders based on your preferences. No more manual order processing - let the magic happen!",
"author": "wplove.co",
"author_uri": "https://wplove.co",
"plugin_uri": "https://wplove.co/community/space/plugins-themes/home",
"requires_php": "8.0",
"requires_wp": "6.7",
"tested_up_to": "6.8",
"wc_requires": "8.0.0",
"wc_tested_up_to": "8.5.0",
"license": "GPL-2.0+",
"tags": [
"woocommerce",
"order",
"autocomplete",
"automation",
"virtual",
"payment"
],
"documentation": "https://wplove.co/community/space/plugins-themes/home",
"support": "https://wplove.co",
"changelog": [
{
"version": "1.2.4",
"changes": [
{
"type": "NEW",
"description": "Added prominent confirmation messages near the Save buttons"
},
{
"type": "NEW",
"description": "Improved save feedback with eye-catching success indicators"
}
]
},
{
"version": "1.2.3",
"changes": [
{
"type": "NEW",
"description": "Added fun confetti celebration when settings are saved (because saving should be fun!)"
},
{
"type": "NEW",
"description": "Added witty success messages when saving settings (they're randomized for extra joy!)"
},
{
"type": "FIX",
"description": "Permanently fixed duplicate Settings links in the plugins page"
}
]
},
{
"version": "1.2.2",
"changes": [
{
"type": "FIX",
"description": "Fixed duplicate Settings links in the plugin list"
},
{
"type": "FIX",
"description": "Fixed saving indicator animation loop that never ended"
},
{
"type": "NEW",
"description": "Made settings page fully responsive for all devices and screen sizes"
},
{
"type": "NEW",
"description": "Improved status notifications with better positioning and animations"
}
]
},
{
"version": "1.2.1",
"changes": [
{
"type": "NEW",
"description": "Added magical 'Update Check' button to manually check for plugin updates"
},
{
"type": "FIX",
"description": "Fixed AJAX settings saving to actually work this time (we promise!)"
},
{
"type": "NEW",
"description": "Improved payment method override explanations so you'll actually know what they do"
},
{
"type": "NEW",
"description": "Added colorful alerts for update notifications because updates should be exciting!"
}
]
},
{
"version": "1.2.0",
"changes": [
{
"type": "FIX",
"description": "Fixed Payment Verification toggle not saving correctly"
},
{
"type": "FIX",
"description": "Improved GitHub release workflow for better reliability"
},
{
"type": "NEW",
"description": "Added AJAX settings saving for instant changes without page reloads"
},
{
"type": "NEW",
"description": "Improved settings UI with clearer explanations of payment method overrides"
},
{
"type": "NEW",
"description": "Enhanced status notifications with attractive message styles"
}
]
},
{
"version": "1.1.1",
"changes": [
{
"type": "NEW",
"description": "Added GitHub-based automatic updates"
},
{
"type": "NEW",
"description": "Consistent plugin ZIP file for easier installation"
}
]
},
{
"version": "1.1.0",
"changes": [
{
"type": "FIX",
"description": "Updated plugin metadata and general improvements"
}
]
},
{
"version": "1.0.0",
"changes": [
{
"type": "NEW",
"description": "Initial release with multiple autocomplete modes"
},
{
"type": "NEW",
"description": "Support for changing default order status by payment gateway"
},
{
"type": "NEW",
"description": "Payment verification with 1-minute delay option"
},
{
"type": "NEW",
"description": "Modern settings page with intuitive controls"
},
{
"type": "NEW",
"description": "Detailed order notes when actions are taken"
}
]
}
]
}