1.0.2 (18.07.2018)Minor fixes
2.0.0 (01.08.2018)Correction of settings on the link editing form for the payment system. Lots of minor fixes. The auto-transition algorithm has been changed.
2.0.1 (02.08.2018)Minor fixes
2.0.2 (02.08.2018)Minor fixes
2.0.3 (24.09.2018)Fixed a bug in the mail sending handler
2.0.4 (15.06.2019)Initial settings for mail events about a new order and status changes
2.1.0 (16.06.2019)Improved settings page with selection of mail events and mail template
2.2.0 (18.06.2019)Appearance improvements for admin in the list of payment links
2.2.1 (18.06.2019)Correction in the filter for links to proceed to payment
2.2.2 (23.07.2019)Added a check for the presence of a payment system in the order
2.2.3 (24.07.2019)Minor fixes
2.2.4 (31.07.2019)Fixed an issue with re-writing payment links to the table
2.2.5 (06.09.2019)Fixed an error displaying the list of mail events after updating 1C-Bitrix
2.3.0 (08.09.2019)Message to the administrator about the demo period of the module. Minor fixes
2.3.1 (24.10.2019)Fixed a bug with connecting the sale module
2.4.0 (29.10.2019)User rights. Settings page fix
2.5.0 (31.03.2020)Added support for the option "Status from which you can pay for the order." The error “The order was found, but payment for it is not yet allowed on the site” will be displayed if the order cannot be paid.
2.5.1 (31.03.2020)Minor fixes
2.5.2 (08.06.2021)Bug Fix: Update the payment record when the payment method has changed for payment.
2.5.3 (11.06.2021)Added #ASKARON_URLPAY_HREF# key for mail template. Use #ASKARON_URLPAY_HREF# if you have a text email template
2.5.4 (12.06.2021)Added #ASKARON_URLPAY_HREF_SHORT# key for adding short links to email templates. An additional check has been added so that when sending a letter, a payment link is not inserted if the payment link is inactive.
3.0.0 (19.06.2021)A new page with all links to payment, the minimum version of the main Bitrix module is now 17.0.11. New menu. The page for setting up mail events has been fixed. The key in the #URL_PAY# template is now deprecated, but works for now. Now add the #ASKARON_URLPAY_HTML_LINK# key to your email templates.
Now for letters in html format you need to use #ASKARON_URLPAY_HTML_LINK#, and for letters in text format you can use #ASKARON_URLPAY_HREF# or #ASKARON_URLPAY_HREF_SHORT#.
3.1.0 (21.06.2021)An OnBeforeEventAdd handler has been added to the OnBeforeEventSend event handler. This is necessary so that some modules that use OnBeforeEventAdd can use the payment link. In particular, in the webdebug.smslite and webdebug.sms module templates, you can add #ASKARON_URLPAY_HREF_SHORT# to the SMS template
3.2.0 (22.06.2021)The work of the solution has been adapted to the new requirements of the 1C-Bitrix platform version 20.100.0 - remove the value “mbstring.func_overload”. The module works with the old and new versions of the 1C-Bitrix kernel.
3.2.1 (15.10.2021)Service update
3.2.2 (15.10.2021)Service update. Settings page fix
3.2.3 (18.10.2021)Service update. Simplification of settings pages. Removing obsolete options from a module installation. /urlpay/urlpay.php is no longer required or installed. But if necessary, options are left to specify this file in the settings.
3.2.4 (19.10.2021)Added a template for the payment button in text email templates #ASKARON_URLPAY_TEXT_LINK#. For letters in html and text formats, you can now set different payment link templates. It's convenient and versatile. Module settings page has been fixed.
3.3.0 (26.10.2021)Added support for multisite on different domains. Now the payment link is generated depending on the site to which the order is linked. Fixes for the #ASKARON_URLPAY_TEXT_LINK# template. Fix for the list of payment links page. Correction in the menu. We are trying to make the module simpler and more convenient.
3.3.1 (26.10.2021)Service update. Replace the #URL_PAY# tag in all used templates with #ASKARON_URLPAY_HTML_LINK# or #ASKARON_URLPAY_TEXT_LINK#.
4.0.0 (26.10.2021)Remove deprecated option to select #URL_PAY# template. Now you need to use #ASKARON_URLPAY_HTML_LINK# or #ASKARON_URLPAY_TEXT_LINK# for html and text templates. The conversion took place in the previous update; no changes will occur on most sites. But check your email templates just in case.
4.0.1 (27.10.2021)Service update. Removing hash columns from ORM: ID_USER, ID_ORDER, ID_SYS_PAYMENT. The data will now be taken from the payment system and from the order and will no longer be duplicated. Adding an index on the ID_PAYMENT column.
4.0.2 (28.10.2021)Service update. Refactoring. Renaming the b_urlpay_hash_table table to b_askaron_urlpay_urlpay. Removing unused columns.
4.1.0 (30.10.2021)Updated page for setting up mail events
4.1.1 (30.10.2021)Minor fixes
4.1.2 (31.10.2021)Minor fixes
4.1.3 (31.10.2021)Service update
4.2.0 (01.11.2021)The order page in the admin panel now displays a tab with payment links for the convenience of managers
4.2.1 (03.11.2021)Minor fixes
5.0.0 (09.11.2021)An option has been added if you need to hide the payment system processor. Added check if order is cancelled. Corrected order messages.
5.1.0 (10.11.2021)New option “User groups under which you cannot log in using a link”
5.2.0 (11.11.2021)The new option “User groups for which you cannot log in using a link” has been renamed to “Service user groups for which payments cannot be made to other users and for which you cannot log in using a link.”
5.2.1 (12.11.2021)Minor fixes
5.2.2 (16.11.2021)Information about payment links is now displayed only for the order detail page. A link to the user's profile has been added to the tab.
5.3.0 (18.11.2021)New option “How many days from the time of order creation can you pay using the link (0 - time is unlimited)”
5.4.0 (19.11.2021)The page for editing module settings for the payment system has been rewritten. Correcting language phrases
5.4.1 (01.01.2023)Improved compatibility with PHP 8.
5.5.0 (12.07.2023)- You can add #URLPAY_PAID_TEXT# to the letter template - the word “Paid” or “Unpaid” next to the payment link in the letter.
5.5.1 (04.06.2024)- Minor fixes. Additional check for the sale_order_view form to display payment links