Changeset 3156928
- Timestamp:
- 09/24/2024 12:39:32 PM (19 months ago)
- Location:
- incuca-helper
- Files:
-
- 6 edited
- 2 copied
-
tags/1.0.2 (copied) (copied from incuca-helper/trunk)
-
tags/1.0.2/README.md (modified) (2 diffs)
-
tags/1.0.2/includes/class-incuca-options-page.php (copied) (copied from incuca-helper/trunk/includes/class-incuca-options-page.php)
-
tags/1.0.2/incuca-helper.php (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/incuca-helper.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
incuca-helper/tags/1.0.2/README.md
r3139833 r3156928 4 4 Tested up to: 6.6.1 5 5 Requires PHP: 7.4 6 Stable Tag: 1.0. 16 Stable Tag: 1.0.2 7 7 License: GPLv3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 * 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 4 4 Plugin URI: https://app.incuca.net/ 5 5 Description: Plugin de conexão com o sistema da InCuca Tech. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: InCuca Tech 8 8 Author URI: https://incuca.net/ 9 9 Text Domain: incuca-helper 10 10 Domain Path: /languages 11 Stable Tag: 1.0. 111 Stable Tag: 1.0.2 12 12 Requires PHP: 7.4 13 13 Tested up to: 6.6.1 … … 24 24 define('INCUCA_PLUGIN_DIR', plugin_dir_path(__FILE__)); 25 25 define('INCUCA_PLUGIN_URL', plugin_dir_url(__FILE__)); 26 define('INCUCA_PLUGIN_VERSION', '1.0. 1');26 define('INCUCA_PLUGIN_VERSION', '1.0.2'); 27 27 28 28 // Incluir arquivos necessários -
incuca-helper/tags/1.0.2/readme.txt
r3139833 r3156928 4 4 Tested up to: 6.6.1 5 5 Requires PHP: 7.4 6 Stable Tag: 1.0. 16 Stable Tag: 1.0.2 7 7 License: GPLv3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 * 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 4 4 Tested up to: 6.6.1 5 5 Requires PHP: 7.4 6 Stable Tag: 1.0. 16 Stable Tag: 1.0.2 7 7 License: GPLv3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 * 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 4 4 Plugin URI: https://app.incuca.net/ 5 5 Description: Plugin de conexão com o sistema da InCuca Tech. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: InCuca Tech 8 8 Author URI: https://incuca.net/ 9 9 Text Domain: incuca-helper 10 10 Domain Path: /languages 11 Stable Tag: 1.0. 111 Stable Tag: 1.0.2 12 12 Requires PHP: 7.4 13 13 Tested up to: 6.6.1 … … 24 24 define('INCUCA_PLUGIN_DIR', plugin_dir_path(__FILE__)); 25 25 define('INCUCA_PLUGIN_URL', plugin_dir_url(__FILE__)); 26 define('INCUCA_PLUGIN_VERSION', '1.0. 1');26 define('INCUCA_PLUGIN_VERSION', '1.0.2'); 27 27 28 28 // Incluir arquivos necessários -
incuca-helper/trunk/readme.txt
r3139833 r3156928 4 4 Tested up to: 6.6.1 5 5 Requires PHP: 7.4 6 Stable Tag: 1.0. 16 Stable Tag: 1.0.2 7 7 License: GPLv3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 * 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.