Changeset 3280960
- Timestamp:
- 04/24/2025 12:46:28 PM (11 months ago)
- Location:
- vindi-payment-gateway/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
src/utils/DefinitionVariables.php (modified) (1 diff)
-
vindi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vindi-payment-gateway/trunk/readme.txt
r3269711 r3280960 8 8 Author: Vindi | Mentores Digital 9 9 Requires at least: 4.4 10 Tested up to: 6. 410 Tested up to: 6.8 11 11 WC requires at least: 3.0.0 12 12 WC tested up to: 8.6.1 13 13 Requires PHP: 5.6 14 Stable Tag: 1.3. 714 Stable Tag: 1.3.8 15 15 License: GPLv3 16 16 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 40 40 41 41 == Changelog == 42 = 1.3.8 - 24/04/2025 = 43 -Lançamento da versão de patch. 44 - **Correção:** Alteração no Tested up to de 6.4 para 6.8. 45 42 46 = 1.3.7 - 05/11/2024 = 43 47 -Lançamento da versão de patch. -
vindi-payment-gateway/trunk/src/utils/DefinitionVariables.php
r3269711 r3280960 1 1 <?php 2 2 3 define('VINDI_VERSION', '1.3. 7');3 define('VINDI_VERSION', '1.3.8'); 4 4 5 5 define('VINDI_MININUM_WP_VERSION', '5.0'); -
vindi-payment-gateway/trunk/vindi.php
r3269711 r3280960 7 7 * Author: Vindi 8 8 * Author URI: https://www.vindi.com.br 9 * Version: 1.3. 79 * Version: 1.3.8 10 10 * Requires at least: 4.4 11 * Tested up to: 6. 411 * Tested up to: 6.8 12 12 * Text Domain: vindi-payment-gateway 13 13 *
Note: See TracChangeset
for help on using the changeset viewer.