Changeset 2232917
- Timestamp:
- 01/24/2020 06:23:04 PM (6 years ago)
- Location:
- embed-power-bi
- Files:
-
- 2 edited
-
tags/1.1.3/power-bi.php (modified) (2 diffs)
-
trunk/power-bi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-power-bi/tags/1.1.3/power-bi.php
r2221707 r2232917 4 4 * Plugin URI: https://github.com/atlaspolicy/wordpress-power-bi-embedded 5 5 * Description: Use Power BI Embedded to embed dashboards, reports, Q&A, visuals, and tiles in your WordPress website. 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: Atlas Public Policy 8 8 * Author URI: http://www.atlaspolicy.com … … 21 21 * Currently plugin version. 22 22 */ 23 define( 'POWER_BI_VERSION', '1.1. 2' );23 define( 'POWER_BI_VERSION', '1.1.3' ); 24 24 define( 'POWER_BI_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 25 25 define( 'POWER_BI_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); -
embed-power-bi/trunk/power-bi.php
r2177621 r2232917 4 4 * Plugin URI: https://github.com/atlaspolicy/wordpress-power-bi-embedded 5 5 * Description: Use Power BI Embedded to embed dashboards, reports, Q&A, visuals, and tiles in your WordPress website. 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: Atlas Public Policy 8 8 * Author URI: http://www.atlaspolicy.com … … 21 21 * Currently plugin version. 22 22 */ 23 define( 'POWER_BI_VERSION', '1.1. 2' );23 define( 'POWER_BI_VERSION', '1.1.3' ); 24 24 define( 'POWER_BI_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 25 25 define( 'POWER_BI_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
Note: See TracChangeset
for help on using the changeset viewer.