Nikita Sinelnikov
e351d36666
- fixed sanitizing;
2021-07-01 09:26:43 +03:00
Nikita Sinelnikov
18dea8f622
- fixed sanitizing of the forms and member directories;
2021-06-30 13:31:51 +03:00
Nikita Sinelnikov
0fc2d131ee
- fixed sanitizing functions;
2021-06-29 21:15:48 +03:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
nikitasinelnikov
0aab9853d9
- sanitizing variables in wp-admin classes;
2020-02-28 15:51:45 +02:00
nikitasinelnikov
09eb56f1b5
- changed dependencies before release;
2019-10-07 00:48:51 +03:00
nikitasinelnikov
0e19939950
- fixed multisite get latest versions;
2018-12-07 18:00:43 +02:00
nikitasinelnikov
8ea3584ff1
- 2.0.34 release;
2018-12-07 10:29:05 +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
40eeeba2c1
- 2.0.30 release;
2018-10-26 14:06:45 +03:00
nikitozzzzzzz
66c38c52fb
- changed installation process for UM core pages;
...
- added notice after first install for set UM core pages;
2018-09-17 10:03:31 +03:00
nikitozzzzzzz
6e0836a4f8
- wp native ajax fix
2018-08-15 13:24:22 +03:00
nikitozzzzzzz
79ae9a9185
- fixed refresh of transient plugin upgrade options
2018-05-25 10:34:53 +03:00
nikitozzzzzzz
2ce01fcd4c
- upgrades request manual;
2018-05-24 16:55:06 +03:00
nikitozzzzzzz
27f2021d6b
- class admin optimization;
2018-04-03 15:04:14 +03:00
nikitozzzzzzz
90ac16d910
- removed procedural methods;
2018-04-03 12:53:41 +03:00
nikitozzzzzzz
f2b6249516
- fixed issues with admin notices and their priority;
2018-04-03 11:46:30 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +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
54016fdaab
- 2.0.1 version;
...
- small code optimization;
- fix for update user profile role change;
2018-02-08 15:27:01 +02:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
nikitozzzzzzz
5d14060aff
- fixed dependencies with extensions, which installed with wrong folder name;
...
- added notice when UM is installed with wrong folder name;
2017-10-18 15:45:59 +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