Changeset 3261764
- Timestamp:
- 03/25/2025 07:30:58 PM (12 months ago)
- Location:
- affiliate-boost
- Files:
-
- 18 added
- 3 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/admin-settings.php (added)
-
tags/1.0.5/affiliate-boost.php (added)
-
tags/1.0.5/assets (added)
-
tags/1.0.5/assets/banner.png (added)
-
tags/1.0.5/assets/icon.png (added)
-
tags/1.0.5/assets/js (added)
-
tags/1.0.5/assets/js/affiliate-boost.js (added)
-
tags/1.0.5/frontend-functions.php (added)
-
tags/1.0.5/languages (added)
-
tags/1.0.5/languages/affiliate-boost-en_US.mo (added)
-
tags/1.0.5/languages/affiliate-boost-en_US.po (added)
-
tags/1.0.5/languages/affiliate-boost-es_ES.mo (added)
-
tags/1.0.5/languages/affiliate-boost-es_ES.po (added)
-
tags/1.0.5/languages/affiliate-boost-pt_BR.mo (added)
-
tags/1.0.5/languages/affiliate-boost-pt_BR.po (added)
-
tags/1.0.5/languages/affiliate-boost.pot (added)
-
tags/1.0.5/readme.txt (added)
-
trunk/admin-settings.php (modified) (1 diff)
-
trunk/affiliate-boost.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
affiliate-boost/trunk/admin-settings.php
r3261758 r3261764 80 80 </p> 81 81 <p> 82 <label><?php esc_html_e('Excluir Evento de Afiliadonos Posts (IDs separados por vírgula):', 'affiliate-boost'); ?></label><br>82 <label><?php esc_html_e('Excluir Evento nos Posts (IDs separados por vírgula):', 'affiliate-boost'); ?></label><br> 83 83 <input type="text" name="abpdotes_exclude_posts" value="<?php echo esc_attr(get_option('abpdotes_exclude_posts')); ?>" placeholder="12312, 123123, 12312, ..." /><br /> 84 84 </p> -
affiliate-boost/trunk/affiliate-boost.php
r3261754 r3261764 3 3 Plugin Name: Affiliate Boost 4 4 Description: Plugin para maximizar conversões redirecionando usuários para links de afiliados configuráveis, com integração fácil e opções de personalização. 5 Version: 1.0. 46 Author: Luiz Jr. Fernandes / Guilherme Tetamanti5 Version: 1.0.5 6 Author: luizjr, dotes, viajando-com-eles 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
affiliate-boost/trunk/readme.txt
r3261754 r3261764 4 4 Requires at least: 4.7 5 5 Tested up to: 6.7 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.