Plugin Directory

Changeset 2291451

Timestamp:
04/25/2020 09:18:22 AM (4 years ago)
Author:
Anfisa
Message:

tagging version 4.3

Location:
abwpwoo
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • abwpwoo/tags/4.3/readme.txt

    r2291099 r2291451  
    44Requires at least: 4.8
    55Tested up to: 5.3.2
    6 Stable tag: 4.2
     6Stable tag: 4.
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • abwpwoo/tags/4.3/wwpcouseware-extra-settings.php

    r2291099 r2291451  
    22/**
    33 * Plugin Name: Addon for AB-Inspiration, WooCoocommerce and WP Courseware
    4  * Version:     4.2
     4 * Version:     4.
    55 * Plugin URI:  https://ab-inspiration.com
    66 * Description: The official extension AB-Inspiration for add integration for WP Courseware and WooCommmerce.
     
    2121add_action( 'plugins_loaded', 'my_plugin_load_plugin_textdomain' );
    2222
     23
     24
    2325// Register the script
    2426wp_register_script( 'wpcw_custom',  plugin_dir_url( __FILE__ ) . 'js/wpcw-custom.js', array('jquery'), true );
     
    3335// Enqueued script with localized data.
    3436wp_enqueue_script( 'wpcw_custom' );
     37
     38
    3539
    3640
  • abwpwoo/trunk/readme.txt

    r2291099 r2291451  
    44Requires at least: 4.8
    55Tested up to: 5.3.2
    6 Stable tag: 4.2
     6Stable tag: 4.
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • abwpwoo/trunk/wwpcouseware-extra-settings.php

    r2291099 r2291451  
    22/**
    33 * Plugin Name: Addon for AB-Inspiration, WooCoocommerce and WP Courseware
    4  * Version:     4.2
     4 * Version:     4.
    55 * Plugin URI:  https://ab-inspiration.com
    66 * Description: The official extension AB-Inspiration for add integration for WP Courseware and WooCommmerce.
     
    2121add_action( 'plugins_loaded', 'my_plugin_load_plugin_textdomain' );
    2222
     23
     24
    2325// Register the script
    2426wp_register_script( 'wpcw_custom',  plugin_dir_url( __FILE__ ) . 'js/wpcw-custom.js', array('jquery'), true );
     
    3335// Enqueued script with localized data.
    3436wp_enqueue_script( 'wpcw_custom' );
     37
     38
    3539
    3640
Note: See TracChangeset for help on using the changeset viewer.