Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release 1.10.0 #275

Merged
merged 72 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
b4fee84
feat: add style for secondary button
Matiasnickolas Nov 7, 2024
36dc248
feat: add id for logs elements
Matiasnickolas Nov 7, 2024
75e4bc6
feat: add download button
Matiasnickolas Nov 7, 2024
2c46999
feat: add function to check download permission
Matiasnickolas Nov 7, 2024
eccabfc
feat: handle download response
Matiasnickolas Nov 7, 2024
ec72f3e
refactor: remove console.log
Matiasnickolas Nov 7, 2024
826ae2e
feat: restore deleted actions
Matiasnickolas Nov 7, 2024
43d9a5d
refactor: use snake case on action name
Matiasnickolas Nov 8, 2024
abf3377
refactor: use css colors as custom properties
Matiasnickolas Nov 8, 2024
836dcd2
refactor: standardize responses from check permission
Matiasnickolas Nov 8, 2024
1b77e0c
refactor: move functions to plugin logger class methods
Matiasnickolas Nov 8, 2024
ff974a2
Merge pull request #262 from TransbankDevelopers/feat/add-download-lo…
Matiasnickolas Nov 8, 2024
c4130e5
refactor: improve code flow
mastudillot Nov 10, 2024
fd88140
refactor: split code for transaction status meta box
mastudillot Nov 11, 2024
b23df79
feat: update expired query status error message
mastudillot Nov 13, 2024
589fa9b
refactor: reduce code in catch block for status method
mastudillot Nov 13, 2024
a0ad2e6
feat: add specific error message in catch block for oneclick exception
mastudillot Nov 13, 2024
8c176df
feat: improve exception message for oneclick status
mastudillot Nov 13, 2024
5e0a6cd
refactor: use constants for exception message
mastudillot Nov 13, 2024
ca901d8
feat: add getCommonFieldsStatusFormatted method
mastudillot Nov 13, 2024
3f51149
feat: add getWebpayStatusFormattedResponse method
mastudillot Nov 13, 2024
b063b68
feat: add getOneclickStatusFormattedResponse method
mastudillot Nov 13, 2024
317b38f
feat: add variables for colors in global context
mastudillot Nov 13, 2024
5b973c2
feat: improve information in status meta box
mastudillot Nov 13, 2024
fd2709c
fix: typo in exception message
mastudillot Nov 13, 2024
43c5a55
feat: remove duplicated status error message
mastudillot Nov 13, 2024
4c5a646
feat: add ajax hooks in init event
mastudillot Nov 13, 2024
f85f4d9
feat: add log to status controller
mastudillot Nov 13, 2024
f6be020
feat: register hook add_meta_boxes in the correct order
mastudillot Nov 13, 2024
f384083
feat: use default status error message in api mismatch exception
mastudillot Nov 13, 2024
c522ae9
feat: add field key for status payload params in log
mastudillot Nov 13, 2024
1c1c5bd
Merge pull request #263 from TransbankDevelopers/feat/improve-informa…
mastudillot Nov 13, 2024
d5c056d
refactor: remove unused css
mastudillot Nov 13, 2024
0200c94
Merge pull request #264 from TransbankDevelopers/refactor/remove-unus…
mastudillot Nov 13, 2024
f0a2c53
feat: add color class for reversed state
mastudillot Nov 14, 2024
3f6a215
Merge pull request #265 from TransbankDevelopers/feat/add-class-for-r…
mastudillot Nov 14, 2024
efdf72a
chore: update transbank sdk
mastudillot Nov 28, 2024
ae7ea79
chore: update required PHP version
mastudillot Nov 28, 2024
ec1dc03
Merge pull request #266 from TransbankDevelopers/chore/update-depende…
mastudillot Nov 28, 2024
ba7dfd3
chore: remove zip guzzle7 creation
mastudillot Nov 28, 2024
507e3b0
refactor: reduce script complexity
mastudillot Nov 28, 2024
0075645
docs: fix format
mastudillot Nov 29, 2024
8b46a43
docs: fix typos
mastudillot Nov 29, 2024
84d6d53
docs: remove older releases
mastudillot Nov 29, 2024
8911c68
docs: update tags
mastudillot Nov 29, 2024
a72412e
docs: improve plugin description
mastudillot Nov 29, 2024
ceaf232
docs: update plugin name
mastudillot Nov 29, 2024
091c6a8
Merge pull request #268 from TransbankDevelopers/docs/improve-readme-…
mastudillot Nov 29, 2024
0c85192
Merge pull request #267 from TransbankDevelopers/chore/remove-zip-guz…
mastudillot Nov 29, 2024
3430ab2
fix: hide button when no valid transaction exists
mastudillot Nov 24, 2024
8107659
fix: message when no transaction found
mastudillot Nov 29, 2024
45490fd
Merge pull request #269 from TransbankDevelopers/fix/show-meta-box-st…
mastudillot Nov 29, 2024
7940e19
refactor: rename test connection method
mastudillot Nov 29, 2024
b2fd46d
Merge pull request #270 from TransbankDevelopers/refactor/rename-test…
mastudillot Nov 29, 2024
670b581
fix: reduce nested callbacks
mastudillot Nov 29, 2024
9edf2f2
Merge pull request #271 from TransbankDevelopers/fix/kiuwan-report
mastudillot Nov 29, 2024
234d445
chore: remove old docker images
mastudillot Nov 29, 2024
bebe74a
chore: update docker image
mastudillot Nov 29, 2024
dec6797
chore: remove redundant event
mastudillot Nov 29, 2024
9357f19
Merge pull request #272 from TransbankDevelopers/chore/update-docker-…
mastudillot Dec 2, 2024
00b6f46
Merge pull request #273 from TransbankDevelopers/chore/remove-redunda…
mastudillot Dec 2, 2024
3772667
chore: add scan when push to master
mastudillot Dec 3, 2024
cb946ef
Merge pull request #274 from TransbankDevelopers/chore/add-scan-when-…
mastudillot Dec 3, 2024
229e027
docs: update docker links
mastudillot Dec 4, 2024
8a8437d
docs: update dependencies
mastudillot Dec 4, 2024
907176a
docs: fix typo
mastudillot Dec 4, 2024
652803f
feat: update minimum wordpress tested version
mastudillot Dec 4, 2024
ee348d6
feat: update minimum woocommerce tested version
mastudillot Dec 4, 2024
d9a78b4
docs: update changelog
mastudillot Dec 4, 2024
ac25e1d
docs: add screenshots description
mastudillot Dec 4, 2024
2e8eb6d
docs: add installation instructions
mastudillot Dec 4, 2024
58cfc8a
docs: add feat description in changelog section
mastudillot Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build
on:
workflow_dispatch:
push:
branches:
- '**'
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- 'master'
jobs:
sonarcloud:
name: SonarCloud
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,3 @@ jobs:
asset_path: transbank-webpay-plus-rest.zip
asset_name: transbank-webpay-plus-rest.zip
asset_content_type: application/zip
- name: Upload transbank-webpay-plus-rest-guzzle7.zip
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: transbank-webpay-plus-rest-guzzle7.zip
asset_name: transbank-webpay-plus-rest-guzzle7.zip
asset_content_type: application/zip
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A continuación, encontrarás información necesaria para el desarrollo de este

El plugin depende de las siguientes librerías:

* transbank/transbank-sdk:~2.0
* transbank/transbank-sdk:~4.0
* monolog/monolog

Para cumplir estas dependencias, debes instalar [Composer](https://getcomposer.org), e instalarlas con el comando `composer install`.
Expand All @@ -45,15 +45,10 @@ Para cumplir estas dependencias, debes instalar [Composer](https://getcomposer.o

Para apoyar el levantamiento rápido de un ambiente de desarrollo, hemos creado la especificación de contenedores a través de Docker Compose.

Para probar el plugin, ponemos a disposición los siguientes contenedores:
- [WooCommerce 6.0 con php 7.4](./docker-woocommerce-php7.4-wp6.0.0-wc2.6.0-woo6.0.0)
- [WooCommerce 6.5 con php 7.4](./docker-woocommerce-php7.4-wp6.0.0-wc2.6.0-woo6.5.0)
- [WooCommerce 8.1 con php 8.2](./docker-woocommerce-php8.2-wp6.4.1-wc2.9.0-woo8.1.0)
- [WooCommerce 8.2 con php 8.2](./docker-woocommerce-php8.2-wp6.4.1-wc2.9.0-woo8.2.0)
- [WooCommerce 8.3 con php 8.2](./docker-woocommerce-php8.2-wp6.4.1-wc2.9.0-woo8.3.0)
- [WooCommerce 8.5 con php 8.2](./docker-woocommerce-php8.2-wp6.4.1-wc2.9.0-woo8.5.0)
Para probar el plugin, ponemos a disposición el siguiente contenedor:
- [WooCommerce 9.4 con php 8.2](./docker-woocommerce-php8.2-wp6.7.1-wc2.11.0-woo9.4.2)

Si necesitas subir el plugin a Woocommerce y obtienes un error por que no se puede mover el archivo a `wp-contentent` entonces ejecuta
Si necesitas subir el plugin a Woocommerce y obtienes un error por que no se puede mover el archivo a `wp-content` entonces ejecuta

```bash
docker-compose run webserver chmod -Rv 767 wp-content/
Expand Down
45 changes: 0 additions & 45 deletions docker-woocommerce-php7.4-wp6.0.0-wc2.6.0-woo6.0.0/README.md

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions docker-woocommerce-php7.4-wp6.0.0-wc2.6.0-woo6.5.0/README.md

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions docker-woocommerce-php8.2-wp6.4.1-wc2.9.0-woo8.1.0/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions docker-woocommerce-php8.2-wp6.4.1-wc2.9.0-woo8.2.0/README.md

This file was deleted.

Loading
Loading