ashubawork
|
a8523e10a2
|
- account settings
|
2023-09-26 14:33:02 +03:00 |
|
ashubawork
|
40bbf7cd00
|
- users settings
|
2023-09-26 13:36:38 +03:00 |
|
ashubawork
|
fe52c731d7
|
- pages
|
2023-09-26 13:10:47 +03:00 |
|
Mykyta Synelnikov
|
e971d1e6b3
|
- updated dependencies versions;
- fixed permalinks generate function for getting raw base permalink from the user meta;
|
2023-09-25 21:08:35 +03:00 |
|
Mykyta Synelnikov
|
26792de205
|
- updated enqueue classes;
- updated admin-navmenu class (removed support WordPress < 5.4);
|
2023-09-14 01:08:48 +03:00 |
|
Mykyta Synelnikov
|
2754b864fe
|
- updated jquery-ui library;
- added minified file for jquery-ui styles;
|
2023-09-13 23:56:59 +03:00 |
|
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
|
57159f2496
|
- WPCS;
|
2023-09-13 17:00:28 +03:00 |
|
Mykyta Synelnikov
|
a605a91b91
|
- WPCS;
|
2023-09-13 16:59:15 +03:00 |
|
Mykyta Synelnikov
|
4ea341007f
|
- added 'um_form_version' postmeta for make the legacy functionality in the future;
|
2023-09-13 16:54:12 +03:00 |
|
ashubawork
|
bf7f3f06e6
|
- fix validation
|
2023-09-13 15:08:52 +03:00 |
|
ashubawork
|
35132844c5
|
- change validation
|
2023-09-13 15:06:22 +03:00 |
|
Mykyta Synelnikov
|
84c174fc38
|
Merge pull request #1299 from ultimatemember/feature/hash_slug
Hash slug for user Profile link
|
2023-09-11 16:11:06 +03:00 |
|
Mykyta Synelnikov
|
0149605a36
|
- added ability to use custom metakey as profile slug;
- important: use for this case required usermeta which cannot be empty
|
2023-09-11 15:41:29 +03:00 |
|
Mykyta Synelnikov
|
1754555379
|
- fixed the issue with UM()->metabox()->edit_mode_value variable. We need to flush it after each field_input();
- wpcs for Admin_Metabox() class;
|
2023-09-09 02:56:11 +03:00 |
|
Mykyta Synelnikov
|
77d3ad9b56
|
- added hash type for the user permalink like: http://localhost:8000/user/~b866ebabacc30f06c1/;
- wpcs + documented new hooks;
|
2023-09-09 02:21:15 +03:00 |
|
Mykyta Synelnikov
|
e5b8ff400e
|
- fixed editable attribute base on the legacy code;
- if `editable` attribute doesn't exist then we set `editable` to true by default;
|
2023-09-05 01:12:16 +03:00 |
|
Mykyta Synelnikov
|
645ae33089
|
Merge pull request #1287 from ultimatemember/fix/add-nonce-verification-install-info
Add nonce validation for download install info
|
2023-09-04 22:21:23 +03:00 |
|
Champ Camba
|
7e4543f0d3
|
Add nonce validation for download install info
|
2023-08-23 19:40:06 +08:00 |
|
Mykyta Synelnikov
|
8cb6c79c26
|
- fixed "Can user edit this field?" option. It changed to the bool type with true|false values only. Field can be editable only in the case if 'editable'===true
|
2023-08-22 17:17:40 +03:00 |
|
Mykyta Synelnikov
|
8bbcc4479a
|
- added condition for templates customizations exists;
|
2023-08-17 12:13:19 +03:00 |
|
Mykyta Synelnikov
|
3323322957
|
- added required child-theme admin notice;
|
2023-08-17 01:14:47 +03:00 |
|
Mykyta Synelnikov
|
2d5ab45c01
|
- added "Show/hide password button" option;
|
2023-07-25 12:42:39 +03:00 |
|
Mykyta Synelnikov
|
15a18cf6d4
|
- reviewed #1256;
|
2023-07-24 22:57:49 +03:00 |
|
Mykyta Synelnikov
|
563ed8c21e
|
Merge pull request #1256 from ultimatemember/fix/directory_name
Directory name
|
2023-07-24 22:52:16 +03:00 |
|
Mykyta Synelnikov
|
e14f165e73
|
- fixed issue with lack of the nonces in the um_adm_action handler;
- fixed #1263;
|
2023-07-24 22:30:33 +03:00 |
|
Mykyta Synelnikov
|
fa2108172f
|
- fixed issue with lack of the nonces in the um_adm_action handler;
|
2023-07-24 12:57:18 +03:00 |
|
Mykyta Synelnikov
|
e6a9c4060f
|
- fixed #1261;
|
2023-07-24 11:58:20 +03:00 |
|
ashubawork
|
f085af988f
|
- form name
|
2023-07-20 16:59:38 +03:00 |
|
ashubawork
|
909968df97
|
- fix sanitize directory name
|
2023-07-20 16:31:12 +03:00 |
|
Mykyta Synelnikov
|
83f42af8f6
|
- added um_adm_action_custom_update_notice hook for custom admin notices;
|
2023-07-18 22:34:15 +03:00 |
|
Mykyta Synelnikov
|
ce4cf8fe7b
|
- updated hookdocs;
- reviewed `um_safe_redirect()`;
- updated readme.txt
|
2023-07-18 12:06:17 +03:00 |
|
Mykyta Synelnikov
|
7ed46093e7
|
- fixed JB() using instead of UM();
|
2023-07-13 15:29:19 +03:00 |
|
Mykyta Synelnikov
|
3fe9053cc8
|
Merge pull request #1249 from ultimatemember/fix/translators
Translators
|
2023-07-13 14:01:38 +03:00 |
|
Mykyta Synelnikov
|
7267c08527
|
- fixed JS error when modal is opened with User Info;
|
2023-07-13 13:53:15 +03:00 |
|
ashubawork
|
5b647ae5e9
|
- add translators
|
2023-07-13 11:36:29 +03:00 |
|
Mykyta Synelnikov
|
e152a1da8f
|
- fixed not-closed tooltip issue;
|
2023-07-12 16:50:00 +03:00 |
|
ashubawork
|
82ae1dc614
|
- notices, gdpr, settings, metabox, menu
|
2023-07-12 15:31:06 +03:00 |
|
Mykyta Synelnikov
|
55a29378b9
|
- fixed PHP notice;
|
2023-07-12 10:36:22 +03:00 |
|
Mykyta Synelnikov
|
474a2295a6
|
- fixed PHP notice;
|
2023-07-12 10:31:30 +03:00 |
|
Mykyta Synelnikov
|
9b84d842cf
|
- added administrative roles notice;
|
2023-07-12 00:40:19 +03:00 |
|
Mykyta Synelnikov
|
bdfcd0f55f
|
- added form administrative roles notice;
- fixed #1245;
|
2023-07-11 22:31:02 +03:00 |
|
Mykyta Synelnikov
|
979927a9df
|
- fixed #1244 issue;
|
2023-07-11 21:38:27 +03:00 |
|
Mykyta Synelnikov
|
e41cd58e21
|
- reviewed #1239;
|
2023-07-11 14:27:57 +03:00 |
|
Mykyta Synelnikov
|
0bb73218ba
|
- fixed conflict with saving capabilities;
|
2023-07-07 15:06:08 +03:00 |
|
Mykyta Synelnikov
|
75e3ce9391
|
- review for secure functionality;
|
2023-07-07 00:34:11 +03:00 |
|
Mykyta Synelnikov
|
25aa40b1c2
|
- review for secure functionality;
|
2023-07-06 01:56:59 +03:00 |
|
Champ Camba
|
a0b52f2698
|
Add disabled options in multi checkbox render
|
2023-07-05 13:13:33 +08:00 |
|
Mykyta Synelnikov
|
2529a0db7f
|
- fixed edit "Master row" in form builder;
- maybe fixed "Confirm Password";
|
2023-06-29 12:21:40 +03:00 |
|
Mykyta Synelnikov
|
80455599e7
|
- prepared to 2.6.4 release;
|
2023-06-27 10:49:11 +03:00 |
|