Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v13 #22769

Merged
merged 6 commits into from
Oct 17, 2023
Merged

chore: release v13 #22769

merged 6 commits into from
Oct 17, 2023

Commits on Sep 29, 2023

  1. fix: improved validation for address and contact (backport #22574)

    Co-authored-by: Sagar Vora <sagar@resilient.tech>
    mergify[bot] and sagarvora authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    45c5756 View commit details
    Browse the repository at this point in the history
  2. fix: avoid double translation (backport #22578)

    Co-authored-by: Sagar Vora <sagar@resilient.tech>
    mergify[bot] and sagarvora authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2c267ea View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fix: strip html and show text (#22656) (#22676)

    * fix: strip html and show text
    
    Quill editor adds html which is useless for user so strip html using  html2text and render Text only. If no text is found it will render No Text Found in + "Field Label" (ex. Description).
    
    * fix: remove placeholder text
    
    [skip ci]
    
    ---------
    
    Co-authored-by: Ankush Menat <ankush@frappe.io>
    (cherry picked from commit 7752136)
    
    Co-authored-by: Maharshi Patel <39730881+maharshivpatel@users.noreply.github.com>
    mergify[bot] and maharshivpatel authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d371d59 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: Apply address all perm only if owner

    (cherry picked from commit bac5f76)
    ankush committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f6105df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22697 from frappe/mergify/bp/version-13-hotfix/pr…

    …-22696
    
    fix: Apply address all perm only if owner (backport #22696)
    ankush authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0270846 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. fix: validation permission on tag creation (#22753) (#22754)

    * fix: validation permission on `tag` creation
    
    * refactor: apply checks on all operations
    
    Add/remove both are controlled by update
    
    ---------
    
    Co-authored-by: Ankush Menat <ankush@frappe.io>
    (cherry picked from commit d06a580)
    
    Co-authored-by: ruthra kumar <ruthra@erpnext.com>
    mergify[bot] and ruthra-kumar authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6247aa0 View commit details
    Browse the repository at this point in the history