Changeset 3343530
- Timestamp:
- 08/12/2025 12:13:57 PM (7 months ago)
- Location:
- xfive-sentry-integration/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
inc/WP/Plugin.php (modified) (1 diff)
-
xfive-sentry-integration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xfive-sentry-integration/trunk/README.txt
r3343524 r3343530 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1. 0.08 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
xfive-sentry-integration/trunk/inc/WP/Plugin.php
r3343524 r3343530 93 93 PluginHelpers::get_script_url( 'app', 'js' ), 94 94 array(), 95 '1. 0.0',95 '1.1.0', 96 96 array( 97 97 'in_footer' => true, -
xfive-sentry-integration/trunk/xfive-sentry-integration.php
r3343524 r3343530 27 27 */ 28 28 if ( ! defined( 'XFIVE_SENTRY_VERSION' ) ) { 29 define( 'XFIVE_SENTRY_VERSION', '1. 0.0' );29 define( 'XFIVE_SENTRY_VERSION', '1.1.0' ); 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.