Skip to content

ship 1.11.0 - #600

Merged
mesilov merged 98 commits into
mainfrom
dev
Aug 31, 2026
Merged

mesilov merged 98 commits into
mainfrom
dev

Conversation

@mesilov

@mesilov mesilov commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator
Q A
Bug fix? yes
New feature? yes
Deprecations? yes
Issues Fix #597
License MIT

Closes #...

mesilov and others added 30 commits February 27, 2026 02:58
Signed-off-by: mesilov <mesilov.maxim@gmail.com>
Update changelog and `composer.json` to support PHP 8.5
Bitrix24 portals with Enterprise license return LICENSE_FAMILY='ent'
from app.info REST API. The previous 'en' value was a typo that caused:

  "ent" is not a valid backing value for enum
  Bitrix24\SDK\Application\PortalLicenseFamily

Ref: https://apidocs.bitrix24.com/api-reference/common/system/app-info.html
…mily

fix: rename 'en' to 'ent' (Enterprise) in PortalLicenseFamily enum
…t-returns-deal-item-result

Bugfix/447 fix user batch get returns deal item result
…nerator

Feature/393 add crm documentgenerator
mesilov added 25 commits August 31, 2026 13:41
…atalog.extra-catalog.measure

Feature/530 add catalog.enum catalog.extra catalog.measure
…pe-catalog.priceTypeLang-catalog.priceTypeGroup
…catalog.priceType-catalog.priceTypeLang-catalog.priceTypeGroup

Feature/536 add catalog.price catalog.price type catalog.price type lang catalog.price type group
…tImage

Feature/537 add catalog.product image
…tProperty

Feature/538 add catalog.product property
…tPropertySection

Feature/558 add catalog.product property section
…tPropertyEnum

Feature/549 add catalog.product property enum
…tPropertyFeature

Feature/553 add catalog.product property feature
@mesilov mesilov added this to the 1.11.0 milestone Aug 31, 2026
@mesilov mesilov self-assigned this Aug 31, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-08-31T09:48:22.166935Z 2c17257 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@mesilov
mesilov merged commit f9d55ee into main Aug 31, 2026
24 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2c17257c6b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

'page' => 1,
];

if ($additionalParameters !== null) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Continue connector pagination when total is absent

When an account has more than 50 connectors, biconnector.connector.list does not provide a pagination total (as also documented by Connector::count()), so getTotal() returns null. The subsequent comparison treats that as being within one page and yields only the first response, causing both batch->list() and count() to silently truncate results at 50; pagination should instead continue by page until a short or empty page is returned.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants