Plugin Directory

Changeset 2232917


Ignore:
Timestamp:
01/24/2020 06:23:04 PM (6 years ago)
Author:
atlaspolicy
Message:

Update version.

Location:
embed-power-bi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embed-power-bi/tags/1.1.3/power-bi.php

    r2221707 r2232917  
    44 * Plugin URI: https://github.com/atlaspolicy/wordpress-power-bi-embedded
    55 * Description: Use Power BI Embedded to embed dashboards, reports, Q&A, visuals, and tiles in your WordPress website.
    6  * Version: 1.1.2
     6 * Version: 1.1.3
    77 * Author: Atlas Public Policy
    88 * Author URI: http://www.atlaspolicy.com
     
    2121 * Currently plugin version.
    2222 */
    23 define( 'POWER_BI_VERSION', '1.1.2' );
     23define( 'POWER_BI_VERSION', '1.1.3' );
    2424define( 'POWER_BI_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    2525define( 'POWER_BI_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
  • embed-power-bi/trunk/power-bi.php

    r2177621 r2232917  
    44 * Plugin URI: https://github.com/atlaspolicy/wordpress-power-bi-embedded
    55 * Description: Use Power BI Embedded to embed dashboards, reports, Q&A, visuals, and tiles in your WordPress website.
    6  * Version: 1.1.2
     6 * Version: 1.1.3
    77 * Author: Atlas Public Policy
    88 * Author URI: http://www.atlaspolicy.com
     
    2121 * Currently plugin version.
    2222 */
    23 define( 'POWER_BI_VERSION', '1.1.2' );
     23define( 'POWER_BI_VERSION', '1.1.3' );
    2424define( 'POWER_BI_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    2525define( 'POWER_BI_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
Note: See TracChangeset for help on using the changeset viewer.