Mykyta Synelnikov
b83da8b814
- WPCS for defined constants;
...
* um_url -> UM_URL
* um_path -> UM_PATH
* um_plugin -> UM_PLUGIN
* ultimatemember_version -> UM_VERSION
* ultimatemember_plugin_name -> UM_PLUGIN_NAME
2023-09-13 22:56:32 +03:00
Mykyta Synelnikov
7ed46093e7
- fixed JB() using instead of UM();
2023-07-13 15:29:19 +03:00
ashubawork
5b647ae5e9
- add translators
2023-07-13 11:36:29 +03:00
Nikita Sinelnikov
bd0b92ef24
- fixed #1110 ;
2022-12-16 15:53:46 +02:00
Nikita Sinelnikov
faa5a9d4f9
Update class-admin-upgrade.php
2022-11-03 01:46:31 +02:00
Champ Camba
907ac38a76
Add validation for upgrade package
2022-11-02 12:33:22 +08:00
Nikita Sinelnikov
7bff69f52b
- fixed admin upgrade scripts and upgrades pack validation;
2022-09-26 13:59:45 +03:00
nikitasinelnikov
dfc6f876ac
- Added: um_member_directory_cover_image_size hook with ability to change the cover photo size on the member directory
...
- Added: `um_member_directory_get_members_allow` JS hook for 3rd-party integration with the member directory. You could use a time throttle until some data is loaded
- Fixed: Upgrade process on websites where a hosting locks the frequent AJAX requests (added default JS throttle between requests)
2020-11-18 16:56:01 +02:00
nikitasinelnikov
9698241362
- fixed some styles;
...
- fixed modal fonticons close;
- fixed vulnerability with sanitizing $_POST;
2020-02-14 11:54:12 +02:00
nikitasinelnikov
8ae8d997bd
- added ability to use metatable;
2020-01-02 17:21:02 +02:00
nikitasinelnikov
5f66fd5fe3
- added escape functions, security fix for XSS;
2019-08-08 00:36:33 +03:00
nikitozzzzzzz
9304f7a982
- extensions class for future integrations;
2018-11-28 11:13:51 +02:00
nikitozzzzzzz
0ceab69793
- added nonce fields;
2018-11-21 14:01:18 +02:00
nikitozzzzzzz
819d5333db
- notices texts changes;
...
- remove language notice;
- fixed duplicated "redirect_to" field;
- added compatibility with PHP7.2 (removed deprecated functions and ini variables);
2018-11-15 18:53:59 +02:00
nikitozzzzzzz
3e0090e55b
- fixed privacy field for multilanguages;
...
- added upgrade script to make the metadata's format properly;
2018-08-02 09:32:43 +03:00
nikitozzzzzzz
770a5f73af
- additional version upgrade notice (major version notice);
2018-06-10 23:21:44 +03:00
nikitozzzzzzz
c503c05a43
- fixed PHP memory limit error after upgrade;
2018-05-28 14:41:15 +03:00
nikitozzzzzzz
8d7d58c371
- fixed user profile page permalinks;
2018-04-13 14:35:01 +03:00
nikitozzzzzzz
c6a00afa9a
- remove cache on upgrade user role;
...
- removed deprecated functions-
- text changes;
2018-04-05 14:38:20 +03:00
nikitozzzzzzz
5a981a8a01
- fixed content restriction;
2018-04-04 15:12:30 +03:00
nikitozzzzzzz
f2b6249516
- fixed issues with admin notices and their priority;
2018-04-03 11:46:30 +03:00
nikitozzzzzzz
e6fca810d2
- small texts changes;
2018-03-30 02:14:54 +03:00
nikitozzzzzzz
b561c3f029
- small fix for first install;
2018-03-28 09:47:26 +03:00
nikitozzzzzzz
803c337dd9
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into feature/ajax_upgrade_process
2018-03-26 01:32:48 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
f5788e2c45
- fixed upgrade process for big DB data;
...
- small fixes for notices;
2018-03-25 19:14:42 +03:00
nikitozzzzzzz
68a18b02e9
- added PHPDocs;
...
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz
12891ff743
- hook docs;
2018-03-05 16:35:51 +02:00
nikitozzzzzzz
4b6fd51aa3
- enabled time_limit 0 for normally upgrades running;
2018-01-29 17:58:45 +02:00
nikitozzzzzzz
90c2063dbf
- fixed allow tracking option;
...
- fixed hide wp-admin bar;
2017-11-02 18:13:50 +02:00
nikitozzzzzzz
c79e76ad25
- fixed conditional logic with not selected default radio button;
2017-09-11 17:03:16 +03:00
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