diff --git a/META.json b/META.json index 50a005f..cefb20d 100644 --- a/META.json +++ b/META.json @@ -63,7 +63,7 @@ }, "AsposeCellsCloud::CellsApi" : { "file" : "lib/AsposeCellsCloud/CellsApi.pm", - "version" : "24.5" + "version" : "24.5.1" }, "AsposeCellsCloud::Configuration" : { "file" : "lib/AsposeCellsCloud/Configuration.pm" @@ -2311,6 +2311,6 @@ } }, "release_status" : "stable", - "version" : "24.5", + "version" : "24.5.1", "x_serialization_backend" : "JSON::PP version 2.27400" } \ No newline at end of file diff --git a/META.yml b/META.yml index e85815d..909f3f0 100644 --- a/META.yml +++ b/META.yml @@ -20,7 +20,7 @@ provides: file: lib/AsposeCellsCloud/ApiFactory.pm AsposeCellsCloud::CellsApi: file: lib/AsposeCellsCloud/CellsApi.pm - version: 24.5 + version: 24.5.1 AsposeCellsCloud::Configuration: file: lib/AsposeCellsCloud/Configuration.pm AsposeCellsCloud::Role: @@ -1542,5 +1542,5 @@ requires: strict: '0' utf8: '0' warnings: '0' -version: 24.5 +version: 24.5.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' \ No newline at end of file diff --git a/Makefile.PL b/Makefile.PL index 52b0b68..bd44266 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ WriteMakefile ( 'NAME' => 'AsposeCellsCloud::CellsApi', 'LICENSE' => 'MIT', - 'VERSION' => '24.5', + 'VERSION' => '24.5.1', 'ABSTRACT' =>'Aspose.Cells Cloud SDK', 'AUTHOR' =>'Aspose.Cells', 'PREREQ_PM' => { diff --git a/README.md b/README.md index e9b71b9..fdc6497 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ Enhance your Perl applications with the [Aspose.Cells Cloud](https://products.as -## Feature & Enhancements in Version 24.5 +## Feature & Enhancements in Version 24.5.1 Full list of issues covering all changes in this release: - Add merge queries method for loading data of data transformation. - Optimize chart data model. -- Update obtaining access token address. + ## Support file format diff --git a/lib/AsposeCellsCloud/ApiClient.pm b/lib/AsposeCellsCloud/ApiClient.pm index f6a8a64..cc7ebb0 100644 --- a/lib/AsposeCellsCloud/ApiClient.pm +++ b/lib/AsposeCellsCloud/ApiClient.pm @@ -197,8 +197,8 @@ sub call_api { my $_url = $self->{config}{base_url}."/" .$self->{config}{api_version} . $resource_path; if($get_token){ - # $_url = $self->{config}{base_url} . $resource_path; - $_url = "https://id.aspose.cloud" . $resource_path; + $_url = $self->{config}{base_url} . $resource_path; + # $_url = "https://id.aspose.cloud" . $resource_path; } # build query diff --git a/lib/AsposeCellsCloud/Configuration.pm b/lib/AsposeCellsCloud/Configuration.pm index ce87fe2..00dd2cf 100644 --- a/lib/AsposeCellsCloud/Configuration.pm +++ b/lib/AsposeCellsCloud/Configuration.pm @@ -32,7 +32,7 @@ use utf8; use Log::Any qw($log); use Carp; -use constant VERSION => '24.5'; +use constant VERSION => '24.5.1'; =head1 Name @@ -111,7 +111,7 @@ sub new { # class/static variables $p{http_timeout} //= 180; - $p{http_user_agent} //= 'Apose.Cells.Cloud.SDK/24.5/perl'; + $p{http_user_agent} //= 'Apose.Cells.Cloud.SDK/24.5.1/perl'; # authentication setting $p{api_key} //= {}; diff --git a/lib/AsposeCellsCloud/Role.pm b/lib/AsposeCellsCloud/Role.pm index 2e81c0f..603e8b8 100644 --- a/lib/AsposeCellsCloud/Role.pm +++ b/lib/AsposeCellsCloud/Role.pm @@ -61,7 +61,7 @@ has version_info => ( is => 'ro', isa => 'HashRef', default => sub { { app_name => 'Aspose.Cells Cloud SDK APIs.', - app_version => '24.5', + app_version => '24.5.1', generator_class => 'io.swagger.codegen.languages.PerlClientCodegen', } }, documentation => 'Information about the application version and the codegen codebase version' @@ -119,7 +119,7 @@ sub _build_af { AsposeCellsCloud::Role - a Moose role for the Aspose.Cells Cloud SDK APIs. -=head2 Aspose.Cells Cloud SDK APIs. version: 24.5 +=head2 Aspose.Cells Cloud SDK APIs. version: 24.5.1 =head1 VERSION