diff --git a/README.md b/README.md index e443a265..a10bfe18 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,11 @@ Ultimate Member ============== Ultimate Member is a powerful and flexible WordPress plugin that makes it a breeze for users to sign-up and become members. The plugin allows you to add beautiful user profiles to your site and is perfect for creating advanced online communities. Lightweight and highly extendible, Ultimate Member will enable you to create almost any type of site where users can join and become members with absolute ease. -|Requires at least|Tested up to| -| :------------: |:---------------:| -|WordPress 4.1|WordPress 4.3| +| Latest Version |Requires at least|Tested up to| +| :------------: |:------------: |:---------------:| +| 1.3.29 | WordPress 4.1|WordPress 4.3| + -| Stable Tag | -|:-------:| -|1.3.29| ##Features of the plugin include: - Front-end user registration diff --git a/addons/multi_language.php b/addons/multi_language.php deleted file mode 100644 index 4ebc2a5e..00000000 --- a/addons/multi_language.php +++ /dev/null @@ -1,164 +0,0 @@ - - - - - addon = $ultimatemember->addons['multi_language']; - add_submenu_page('ultimatemember', $this->addon[0], $this->addon[0], 'manage_options', 'multi_language', array(&$this, 'content') ); - - } - - function admin_init() { - - if ( isset( $_POST['multi-language'] ) && current_user_can('manage_options') ) { - - $sync = ''; - $lang = $_POST['lang']; - $form = $_POST['form']; - - $array = array('register','login','profile'); - - foreach( $array as $arrays ) { - foreach( $lang[$arrays] as $k => $v ) { - if ( $v ) { - $sync[$arrays][$v] = $form[$arrays][$k]; - } - } - } - - if ( isset( $sync ) ) { - update_option('um_multi_language', $sync ); - } - } - - } - - function content() { - global $ultimatemember; - - $this->process_link = add_query_arg('um-addon-hook','multi_language'); - $sync = get_option('um_multi_language'); - - ?> - -
- -

Ultimate Member

- -

addon[0]; ?>

- -
- -

- - __('Register Forms','ultimatemember'), - 'login' => __('Login Forms','ultimatemember'), - 'profile' => __('Profile Forms','ultimatemember') - ); ?> - - $label ) { ?> - -

- - - - - $form_id ) { ?> - - - - - - - - - - - - - -
- -
- -
- - - -

- -
- -
- -