Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	readme.txt
  • Loading branch information
vzeman committed Sep 21, 2024
2 parents b8e2968 + ff77d28 commit d69ac2f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/build-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "Remove Redundant libs"
cd vendor/aws/aws-sdk-php/src

# Removing redundant AWS libs
find . -mindepth 1 -maxdepth 1 -type d ! -name 'Configuration' ! -name 'CloudFront' ! -name 'S3' ! -name 'Exception' ! -name 'data' ! -name 'Credentials' ! -name 'Api' ! -name 'Signature' ! -name 'DefaultsMode' ! -name 'Endpoint' ! -name 'EndpointDiscovery' ! -name 'EndpointV2' ! -name 'Token' ! -name 'Retry' ! -name 'ClientSideMonitoring' ! -name 'Handler' ! -name 'Arn' ! -name 'Multipart' -exec rm -r {} \;
find . -mindepth 1 -maxdepth 1 -type d ! -name 'Configuration' ! -name 'CloudFront' ! -name 'Auth' ! -name 'S3' ! -name 'Exception' ! -name 'data' ! -name 'Credentials' ! -name 'Identity' ! -name 'Api' ! -name 'Signature' ! -name 'DefaultsMode' ! -name 'Endpoint' ! -name 'EndpointDiscovery' ! -name 'EndpointV2' ! -name 'Token' ! -name 'Retry' ! -name 'ClientSideMonitoring' ! -name 'Handler' ! -name 'Arn' ! -name 'Multipart' -exec rm -r {} \;
cd ./data
find . -mindepth 1 -maxdepth 1 -type d ! -name 'configuration' ! -name 'cloudfront' ! -name 's3' ! -name 's3control' ! -name 's3outposts' -exec rm -r {} \;
cd ../../../../
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "URLsLab",
"name": "urlslab",
"version": "2.127.0",
"version": "2.128.1",
"description": "URLsLab Plugin",
"homepage": "https://www.urlslab.com",
"browserslist": [
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,14 @@ If your website breaks after activating or updating a plugin, first deactivate t

* Fix aws sdk version

= 2.128.1 - 2024-09-20 =

* Experience a smoother user journey with our under-the-hood enhancements.

= 2.128.0 - 2024-09-20 =

* Experience a smoother user journey with our under-the-hood enhancements.

= 2.127.0 - 2024-09-18 =

* Experience a smoother user journey with our under-the-hood enhancements.
Expand Down
2 changes: 1 addition & 1 deletion temp-changelog-from-readme.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<strong>2.127.0 - 2024-09-18</strong><br />* Experience a smoother user journey with our under-the-hood enhancements.
<strong>2.128.1 - 2024-09-20</strong><br />* Experience a smoother user journey with our under-the-hood enhancements.
4 changes: 2 additions & 2 deletions urlslab.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: URLsLab
* Plugin URI: https://github.com/QualityUnit/wp-urlslab
* Description: URLsLab WordPress Plugin to optimize your website for search engines and enhance automatically content
* Version: 2.128.0
* Version: 2.128.1
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: URLsLab
Expand All @@ -30,7 +30,7 @@
die;
}

define( 'URLSLAB_VERSION', '2.128.0' );
define( 'URLSLAB_VERSION', '2.128.1' );
define( 'URLSLAB_VERSION_SETTING', 'urlslab_ver' );
define( 'URLSLAB_PLUGIN', __FILE__ );

Expand Down

0 comments on commit d69ac2f

Please sign in to comment.