Skip to content

Commit 37897da

Browse files
committed
Version Bump
1 parent 6199605 commit 37897da

File tree

120 files changed

+443
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+443
-237
lines changed

AutocompleteClient/FW/Logic/Worker/ConstructorIO.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public class ConstructorIO: CIOSessionManagerDelegate {
389389
- Parameters:
390390
- searchTerm: The term that the user searched for
391391
- resultCount: The number of search results returned in total
392-
- customerIDs: **Deprecated**. Use `items` (v4.2.2) instead. The list of item id's returned in the search
392+
- customerIDs: **Deprecated**. Use `items` (v4.2.0) instead. The list of item id's returned in the search
393393
- resultID: Identifier of result set
394394
- items: The list of items returned in the search (Preferred over customerIDs)
395395
- analyticsTags Additional analytics tags to pass
@@ -444,7 +444,7 @@ public class ConstructorIO: CIOSessionManagerDelegate {
444444
- filterName: The name of the primary filter that the user browsed for (i.e "color")
445445
- filterValue: The value of the primary filter that the user browsed for (i.e "blue")
446446
- resultCount: The number of results returned in total
447-
- customerIDs: **Deprecated**. Use `items` (v4.2.2) instead. The list of item id's returned in the browse
447+
- customerIDs: **Deprecated**. Use `items` (v4.2.0) instead. The list of item id's returned in the browse
448448
- resultID: Identifier of result set
449449
- items: The list of items returned in the browse (Preferred over customerIDs)
450450
- analyticsTags Additional analytics tags to pass

AutocompleteClient/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.2.2</string>
18+
<string>4.3.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ConstructorAutocomplete.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'ConstructorAutocomplete'
3-
spec.version = '4.2.2'
3+
spec.version = '4.3.0'
44
spec.license = { :type => 'MIT', :file => 'LICENSE' }
55
spec.homepage = 'https://www.constructor.io'
66
spec.authors = { 'Zubin Tiku' => '[email protected]', 'Christopher Gee' => '[email protected]', 'Jimmy Li' => '[email protected]' }
77
spec.summary = 'Constructor.io iOS Client'
8-
spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => 'v4.2.2' }
8+
spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => 'v4.3.0' }
99
spec.platform = :ios, '11.0'
1010
spec.source_files = 'AutocompleteClient/**/*.swift'
1111
spec.framework = 'UIKit'

docs/Classes/CIOAutocompleteQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOAutocompleteQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.2 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.3.0 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -489,7 +489,7 @@ <h4>Declaration</h4>
489489
</section>
490490
</section>
491491
<section id="footer">
492-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-31)</p>
492+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-09-25)</p>
493493
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
494494
</section>
495495
</article>

docs/Classes/CIOAutocompleteResult.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOAutocompleteResult Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.2 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.3.0 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -354,7 +354,7 @@ <h4>Parameters</h4>
354354
</section>
355355
</section>
356356
<section id="footer">
357-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-31)</p>
357+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-09-25)</p>
358358
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
359359
</section>
360360
</article>

docs/Classes/CIOBrowseFacetOptionsQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseFacetOptionsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.2 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.3.0 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -328,7 +328,7 @@ <h4>Declaration</h4>
328328
</section>
329329
</section>
330330
<section id="footer">
331-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-31)</p>
331+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-09-25)</p>
332332
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
333333
</section>
334334
</article>

docs/Classes/CIOBrowseFacetsQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseFacetsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.2 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.3.0 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -411,7 +411,7 @@ <h4>Declaration</h4>
411411
</section>
412412
</section>
413413
<section id="footer">
414-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-31)</p>
414+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-09-25)</p>
415415
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
416416
</section>
417417
</article>

docs/Classes/CIOBrowseGroupsQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseGroupsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.2 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.3.0 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -385,7 +385,7 @@ <h4>Declaration</h4>
385385
</section>
386386
</section>
387387
<section id="footer">
388-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-31)</p>
388+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-09-25)</p>
389389
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
390390
</section>
391391
</article>

docs/Classes/CIOBrowseItemsQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseItemsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.2 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.3.0 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -581,7 +581,7 @@ <h4>Declaration</h4>
581581
</section>
582582
</section>
583583
<section id="footer">
584-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-31)</p>
584+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-09-25)</p>
585585
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
586586
</section>
587587
</article>

docs/Classes/CIOBrowseQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.2 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.3.0 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -641,7 +641,7 @@ <h4>Declaration</h4>
641641
</section>
642642
</section>
643643
<section id="footer">
644-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-31)</p>
644+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-09-25)</p>
645645
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
646646
</section>
647647
</article>

0 commit comments

Comments
 (0)