Mykyta Synelnikov
|
596c2673fd
|
- PHP8.2 compatibility;
|
2023-05-01 20:43:50 +03:00 |
|
Mykyta Synelnikov
|
e838ac5712
|
- added wpnonce attribute for duplicate UM Form link;
|
2023-04-26 22:11:28 +03:00 |
|
ashubawork
|
72bb667828
|
- fix $located checking for 'empty'
|
2023-04-20 17:09:01 +03:00 |
|
ashubawork
|
975d03035c
|
- fix $located checking
|
2023-04-20 17:05:25 +03:00 |
|
ashubawork
|
a18cd6c4e1
|
- fix paths with the same names files
|
2023-04-20 11:32:18 +03:00 |
|
ashubawork
|
50818fae2d
|
- fix core path for extansions
|
2023-04-19 12:39:32 +03:00 |
|
Mykyta Synelnikov
|
bdb768d963
|
- reviewed #1164;
|
2023-04-18 16:14:21 +03:00 |
|
Mykyta Synelnikov
|
87d58945b6
|
Merge remote-tracking branch 'origin/development/2.6.1' into feature/template_versioning
|
2023-04-18 10:48:02 +03:00 |
|
Mykyta Synelnikov
|
034d9e8b43
|
- fixed dynamically declared variables inside the classes;
|
2023-04-17 20:16:15 +03:00 |
|
ashubawork
|
e99437426f
|
- change hook name
|
2023-04-12 15:50:09 +03:00 |
|
ashubawork
|
59367c7299
|
- fix hook for extensions templates
|
2023-04-12 15:29:53 +03:00 |
|
ashubawork
|
68d1326451
|
- add hooks for extensions
|
2023-04-12 13:56:10 +03:00 |
|
ashubawork
|
871c0412b4
|
- add comments to templates
|
2023-04-11 16:25:25 +03:00 |
|
ashubawork
|
42337c440a
|
- check versions, add transient
|
2023-04-10 17:46:25 +03:00 |
|
Nikita Sinelnikov
|
1a219ebb24
|
- fixed https://github.com/ultimatemember/woocommerce/issues/12
|
2023-04-07 13:24:01 +03:00 |
|
ashubawork
|
00dd3d6b9f
|
- list of templates
|
2023-04-07 12:45:34 +03:00 |
|
ashubawork
|
2c5ffd5250
|
- basic list of override templates
|
2023-04-07 11:33:22 +03:00 |
|
ashubawork
|
b60f2aced3
|
- add settings tab
|
2023-04-07 09:51:31 +03:00 |
|
Nikita Sinelnikov
|
2924df89f2
|
- fixed PHP notice;
|
2023-03-28 17:25:13 +03:00 |
|
Nikita Sinelnikov
|
4cae48b500
|
- fixed #1144;
|
2023-03-27 17:29:19 +03:00 |
|
Nikita Sinelnikov
|
4af87d9834
|
- removed Google+, VKonakte but leaves these custom fields as just URL type with Website URL validation;
- added 2.6.0 version upgrade script for changing 'vk_url', 'google_url', 'googleplus_url' just to 'url' validate value;
- close #1145;
|
2023-03-27 16:56:58 +03:00 |
|
Nikita Sinelnikov
|
74e1ea260d
|
- Fixed typos in gettext domain #1156. Thanks to @DanWin
|
2023-03-27 15:22:09 +03:00 |
|
yuriinalivaiko
|
bb87582c5b
|
- fixed: create the custom table for usermeta if does not exists
|
2023-03-02 17:27:40 +02:00 |
|
Nikita Sinelnikov
|
4984acb3bc
|
- upgrade Extensions page;
|
2023-01-03 01:11:26 +02:00 |
|
Nikita Sinelnikov
|
bd0b92ef24
|
- fixed #1110;
|
2022-12-16 15:53:46 +02:00 |
|
Nikita Sinelnikov
|
8b5bb5d784
|
- fixed #1082;
- used wp_mkdir to avoid the filesystem conflict;
|
2022-12-13 15:52:57 +02:00 |
|
Nikita Sinelnikov
|
19c83933f2
|
- closed #1101;
|
2022-12-13 14:53:35 +02:00 |
|
Nikita Sinelnikov
|
d9919c249b
|
Merge branch 'development/2.5.2' of https://github.com/ultimatemember/ultimatemember into development/2.5.2
|
2022-11-09 03:17:40 +02:00 |
|
Nikita Sinelnikov
|
2004aa7dde
|
Custom dropdown callback functions security enhancements:
- avoid using different letter case for bypass the blacklist e.g. phpInfo
- avoid using root namespace for bypass the blacklist e.g. \phpinfo
|
2022-11-09 03:17:23 +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
|
b547d899bc
|
- removed outdated setting using in code (force_display_name_capitlized). Moved the functionality to extended repo:
https://github.com/ultimatemember/Extended/tree/main/um-capitalize-name#readme
|
2022-10-24 14:29:04 +03:00 |
|
Nikita Sinelnikov
|
aa6a238c61
|
- added callbacks blacklist. Added PHP command execution functions here to exclude the running them from the custom callback;
|
2022-09-30 12:31:40 +03:00 |
|
Nikita Sinelnikov
|
7bff69f52b
|
- fixed admin upgrade scripts and upgrades pack validation;
|
2022-09-26 13:59:45 +03:00 |
|
Nikita Sinelnikov
|
d234e7136b
|
- added ability for 3rd-party same page upgrade fields;
|
2022-08-15 19:58:18 +03:00 |
|
Nikita Sinelnikov
|
86a4ec9103
|
Merge pull request #1064 from ultimatemember/development/2.4.3
Development/2.4.3
|
2022-08-15 14:42:39 +03:00 |
|
Nikita Sinelnikov
|
5281c1e654
|
- fixed upgrade script;
|
2022-08-15 14:25:19 +03:00 |
|
Nikita Sinelnikov
|
6aa634f812
|
Merge pull request #1026 from ultimatemember/fixed/wp-admin-performance
Fixed/wp admin performance
|
2022-08-13 02:28:52 +03:00 |
|
Nikita Sinelnikov
|
221e54f6ce
|
- added separate button for the user statuses count cache clearing;
|
2022-08-12 20:14:39 +03:00 |
|
Nikita Sinelnikov
|
5e077d51e6
|
- set release date to 17 August;
- added changelog;
- added update scripts for the phone fields;
|
2022-08-12 15:51:57 +03:00 |
|
Champ Camba
|
9fe061de4d
|
Fix info_text sanitazation to accept specific tags for formatting
|
2022-08-08 14:03:03 +08:00 |
|
Nikita Sinelnikov
|
c9f90c54dd
|
- User queries performance fix;
|
2022-06-20 17:29:31 +03:00 |
|
Nikita Sinelnikov
|
fe88b40939
|
- using slashes in the callback function setting of the dropdown fields;
|
2022-06-08 21:24:23 +03:00 |
|
Nikita Sinelnikov
|
b13e063f95
|
Merge branch 'development/2.3.3' of https://github.com/ultimatemember/ultimatemember into development/2.3.3
|
2022-05-24 18:30:01 +03:00 |
|
Nikita Sinelnikov
|
9cdf65973c
|
- prepared for 2.4.0 release;
|
2022-05-24 18:29:39 +03:00 |
|
yuriinalivaiko
|
8211972c17
|
- fixed Call to a member function is_block_editor() on null
|
2022-05-11 21:45:56 +03:00 |
|
Nikita Sinelnikov
|
b54672908c
|
- 2.3.2-rc.1;
|
2022-04-21 10:35:45 +03:00 |
|
Nikita Sinelnikov
|
0f71ef1ce0
|
- updated field for users dropdown;
|
2022-02-21 16:49:37 +02:00 |
|
Nikita Sinelnikov
|
49e8e4b4e0
|
- fixed displaying user IDs;
|
2022-02-21 16:40:46 +02:00 |
|
Nikita Sinelnikov
|
2c36a8f03c
|
- fixed scripts deps;
|
2022-02-21 16:34:45 +02:00 |
|