Files
ultimatemember/includes/admin/templates/welcome/about.php
T
nikitozzzzzzz 9e53314c3a !!! IMPORTANT 2.0 version before upgrade please run full backup of your site !!!
- new code structure, optimized for next development;
  - created spl_autoloader for remove includes;
  - UM classes with namespaces;
  - deprecated global $ultimatemember; variable (use UM() instead);
- new UM/WP roles logic;
- new settings class and logic (deprecated Redux framework, deprecated some old options, added some new options);
- new dependencies class for extensions;
- WP native styles for backend fields;
- new upgrades and license activations for extensions;
- new logic form backend forms and fields;
- created uninstall.php file for delete permanently all UM settings;
- optimized registration/upgrade profile process;

Deprecated Hooks:

um_new_user_registration_plain
um_user_registration_extra_hook
um_add_user_frontend
um_post_registration_global_hook
um_admin_extend_directory_options_general (was action...will be filter)
2017-07-26 14:57:52 +03:00

69 lines
3.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php include_once UM()->admin()->templates_path . 'welcome/about_header.php'; ?>
<div class="changelog">
<h3>Create beautiful community websites with WordPress!</h3>
<div class="feature-section">
<p>We'd like to thank you for installing Ultimate Member and we hope you enjoy using the plugin on your site. We created Ultimate Member with the aim of building a lightweight and powerful plugin that makes it extremely easy to make community and membership sites with WordPress.</p>
<p>We have big plans for Ultimate Member and we hope you will join us on our journey to creating the most popular community/membership plugin. The plugin has been built to be extremely easy to use but if you run into any issues you can search our <a href="http://docs.ultimatemember.com/" target="_blank">documentation</a> and if you cant find an answer to your issue in our docs, then you can create a topic on the <a href="https://wordpress.org/support/plugin/ultimate-member" target="_blank">support forum</a>. We also have an official <a href="https://github.com/ultimatemember/ultimatemember" target="_blank">GitHub repository</a> where you can contribute directly to the plugin.</p>
</div>
</div>
<div class="changelog">
<h3>Key Features</h3>
<div class="feature-section under-the-hood three-col">
<div class="col">
<h4>Front-end Registration &amp; Login</h4>
<p>Create unlimited, custom frontend registration &amp; login forms easily with our drag-and-drop form builder.</p>
</div>
<div class="col">
<h4>User Profiles</h4>
<p>Instant front-end user profiles that look beautiful. Allow users to view/edit profile from frontend, view each other's profile and more.</p>
</div>
<div class="col">
<h4>User Roles</h4>
<p>Create unlimited, custom <a href="<?php echo admin_url('edit.php?post_type=um_role'); ?>">user roles</a> and set up permissions for each user role easily.</p>
</div>
<div class="col">
<h4>Profile Fields</h4>
<p>Create unlimited profile fields from image and file upload to ratings, checkboxes, and more, plus support for <strong><em>conditional fields</em></strong></p>
</div>
<div class="col">
<h4>Member Directories</h4>
<p>Create member directories with our <a href="<?php echo admin_url('edit.php?post_type=um_directory'); ?>">directory creator</a> and make them show the member levels you want.</p>
</div>
<div class="col">
<h4>Content Restriction</h4>
<p>Global and individual (per page/post) content restriction settings have been built to give you flexibility on what content should be visible, and who exactly can see it.</p>
</div>
<div class="col">
<h4>Conditional Menus</h4>
<p> Show different menu links to logged in users, logged out users, and individual member levels with our conditional menu feature.</p>
</div>
<div class="col">
<h4>Mobile Adaptive</h4>
<p>Ultimate Member has been built with a mobile adaptive approach meaning the front-end features have a different layout depending on the device size.</p>
</div>
<div class="col">
<h4>Advanced Form Builder</h4>
<p>Use our advanced drag and drop form builder to easily create unique registration, login and profiles with multiple-column support.</p>
</div>
</div>
</div>
<?php include_once UM()->admin()->templates_path . 'welcome/about_footer.php'; ?>