Plugin Directory

Changeset 3156928


Ignore:
Timestamp:
09/24/2024 12:39:32 PM (19 months ago)
Author:
incuca
Message:

tagging version 1.0.2

Location:
incuca-helper
Files:
6 edited
2 copied

Legend:

Unmodified
Added
Removed
  • incuca-helper/tags/1.0.2/README.md

    r3139833 r3156928  
    44Tested up to: 6.6.1
    55Requires PHP: 7.4
    6 Stable Tag: 1.0.1
     6Stable Tag: 1.0.2
    77License: GPLv3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747* Remove a versão do script de tracking
     48
     49= 2024.09.24 - version 1.0.2 =
     50
     51* Aumenta timeout
  • incuca-helper/tags/1.0.2/incuca-helper.php

    r3139833 r3156928  
    44Plugin URI: https://app.incuca.net/
    55Description: Plugin de conexão com o sistema da InCuca Tech.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: InCuca Tech
    88Author URI: https://incuca.net/
    99Text Domain: incuca-helper
    1010Domain Path: /languages
    11 Stable Tag: 1.0.1
     11Stable Tag: 1.0.2
    1212Requires PHP: 7.4
    1313Tested up to: 6.6.1
     
    2424define('INCUCA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('INCUCA_PLUGIN_URL', plugin_dir_url(__FILE__));
    26 define('INCUCA_PLUGIN_VERSION', '1.0.1');
     26define('INCUCA_PLUGIN_VERSION', '1.0.2');
    2727
    2828// Incluir arquivos necessários
  • incuca-helper/tags/1.0.2/readme.txt

    r3139833 r3156928  
    44Tested up to: 6.6.1
    55Requires PHP: 7.4
    6 Stable Tag: 1.0.1
     6Stable Tag: 1.0.2
    77License: GPLv3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747* Remove a versão do script de tracking
     48
     49= 2024.09.24 - version 1.0.2 =
     50
     51* Aumenta timeout
  • incuca-helper/trunk/README.md

    r3139833 r3156928  
    44Tested up to: 6.6.1
    55Requires PHP: 7.4
    6 Stable Tag: 1.0.1
     6Stable Tag: 1.0.2
    77License: GPLv3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747* Remove a versão do script de tracking
     48
     49= 2024.09.24 - version 1.0.2 =
     50
     51* Aumenta timeout
  • incuca-helper/trunk/incuca-helper.php

    r3139833 r3156928  
    44Plugin URI: https://app.incuca.net/
    55Description: Plugin de conexão com o sistema da InCuca Tech.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: InCuca Tech
    88Author URI: https://incuca.net/
    99Text Domain: incuca-helper
    1010Domain Path: /languages
    11 Stable Tag: 1.0.1
     11Stable Tag: 1.0.2
    1212Requires PHP: 7.4
    1313Tested up to: 6.6.1
     
    2424define('INCUCA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('INCUCA_PLUGIN_URL', plugin_dir_url(__FILE__));
    26 define('INCUCA_PLUGIN_VERSION', '1.0.1');
     26define('INCUCA_PLUGIN_VERSION', '1.0.2');
    2727
    2828// Incluir arquivos necessários
  • incuca-helper/trunk/readme.txt

    r3139833 r3156928  
    44Tested up to: 6.6.1
    55Requires PHP: 7.4
    6 Stable Tag: 1.0.1
     6Stable Tag: 1.0.2
    77License: GPLv3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747* Remove a versão do script de tracking
     48
     49= 2024.09.24 - version 1.0.2 =
     50
     51* Aumenta timeout
Note: See TracChangeset for help on using the changeset viewer.