Skip to content

Commit

Permalink
Merge branch 'master' into extension-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tvislavski authored Dec 12, 2024
2 parents 1550768 + 9fc0f28 commit 9badcdb
Show file tree
Hide file tree
Showing 58 changed files with 28,167 additions and 28,531 deletions.
23,112 changes: 11,560 additions & 11,552 deletions cpp/src/phonenumbers/lite_metadata.cc

Large diffs are not rendered by default.

24,873 changes: 12,440 additions & 12,433 deletions cpp/src/phonenumbers/metadata.cc

Large diffs are not rendered by default.

5,872 changes: 2,936 additions & 2,936 deletions cpp/src/phonenumbers/short_metadata.cc

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions java/carrier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
<manifestFile>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries>
<Automatic-Module-Name>com.google.i18n.phonenumbers.carrier
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified java/carrier/src/com/google/i18n/phonenumbers/carrier/data/972_en
Binary file not shown.
Binary file modified java/carrier/src/com/google/i18n/phonenumbers/carrier/data/976_en
Binary file not shown.
4 changes: 2 additions & 2 deletions java/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<app.deploy.project>libphonenumber-hrd</app.deploy.project>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<archiveClasses>true</archiveClasses>
<soy.root>${project.basedir}/src/main/resources/com/google/phonenumbers/demo</soy.root>
Expand Down
2 changes: 1 addition & 1 deletion java/demo/src/main/webapp/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>libphonenumber-hrd</application>
<version>1</version>
<runtime>java11</runtime>
<runtime>java17</runtime>
<threadsafe>true</threadsafe>

<!-- Configure java.util.logging -->
Expand Down
4 changes: 0 additions & 4 deletions java/geocoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
<manifestFile>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries>
<Automatic-Module-Name>com.google.i18n.phonenumbers.geocoder
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
71 changes: 36 additions & 35 deletions javascript/i18n/phonenumbers/demo-compiled.js

Large diffs are not rendered by default.

41 changes: 21 additions & 20 deletions javascript/i18n/phonenumbers/metadata.js

Large diffs are not rendered by default.

41 changes: 21 additions & 20 deletions javascript/i18n/phonenumbers/metadatalite.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/i18n/phonenumbers/shortnumbermetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ i18n.phonenumbers.shortnumbermetadata.countryToMetadata = {
]
,,,,"DK",,,,,,,,,,,,,,,,,,[,,"11[24]",,,,"112",,,[3]
]
,,[,,"1(?:1(?:[2-48]|6(?:00[06]|111))|619[0-2]|8(?:01|1[0238]|28|30|5[13]|8[18]))",,,,"112"]
,,[,,"1(?:1(?:[248]|6(?:00[06]|111))|619[0-2]|8(?:01|1[0238]|28|30|5[13]|8[18]))",,,,"112"]
,[,,,,,,,,,[-1]
]
,[,,,,,,,,,[-1]
Expand Down
Binary file modified metadata/metadata.zip
Binary file not shown.
10 changes: 10 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Dec 11, 2024: v8.13.52
Metadata changes:
- Updated phone metadata for region code(s):
CA, DE, DK, IL, JP, KY, MN, UG, US, UZ
- Updated short number metadata for region code(s): DK
- Updated geocoding data for country calling code(s): 86 (en, zh), 1345 (en)
- Updated carrier data for country calling code(s):
45 (en), 229 (en), 972 (en), 976 (en)
- Updated / refreshed time zone meta data.

Nov 28, 2024: v8.13.51
Code changes:
- Reverted the std:: qualifier to string throughout phonenumberutil.
Expand Down
Loading

0 comments on commit 9badcdb

Please sign in to comment.