-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
70 lines (47 loc) · 1.85 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
=== JupiterX Classic ===
Contributors: raoabid491, boospot
Donate link: https://boospot.com/rao
Tags: comments, spam
Requires at least: 4.5
Tested up to: 5.0.3
Stable tag: 1.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin adds the lost Custom Post Types when migrated from jupiter 6.x to JupiterX
== Description ==
This Plugin is an effort to bring back all the data added to Post types offered by Jupiter 6.
Head to FAQ section for details.
== Installation ==
1. Download your WordPress Plugin to your desktop.
1. If downloaded as a zip archive, extract the Plugin folder to your desktop.
1. Read through the “readme” file thoroughly to ensure you follow the installation instructions.
1. With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
1. Go to Plugins screen and find the newly uploaded Plugin in the list.
1. Click Activate to activate it.
For more details, read: [https://codex.wordpress.org/Managing_Plugins](https://codex.wordpress.org/Managing_Plugins)
== Frequently Asked Questions ==
= Which Post Types Does it adds =
It adds following Post types:
* Employees
* Testimonials
* News
* FAQs
= Will i get all my data Back =
Yes, you will get all your data back related to these post types. All the custom fields registered are using same IDs / name.
= The Frontend for these post types will be same as Jupiter 6 =
No, There is no working done for the front end, So, the following will NOT work as before:
* single post type
* archive pages for these post types
* shortcodes for these post types.
== Changelog ==
= 1.2.0 =
* Added support for News Shortcode `[mk_news]`
= 1.1.1 =
* Fix: Minor Shortcode issues resolved
= 1.1.0 =
* Employees Shortcode support added
= 1.0.0 =
* Initial Release
== Upgrade Notice ==
= 1.0.0 =
* Initial Release