Plugin Directory

Changeset 3200711


Ignore:
Timestamp:
12/02/2024 08:47:51 AM (15 months ago)
Author:
matthewrubin
Message:

Some comment added

Location:
local-magic
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • local-magic/tags/2.5.0/local-magic.php

    r3199530 r3200711  
    1212 * Plugin Name:       Local Magic
    1313 * Plugin URI:        https://www.mrmarketingres.com/local-magic
    14  * Description:       The Local Magic� WordPress plugin extends the functionality of the SaaS Local Magic� to WordPress so that the local news feed can be displayed on the WordPress website. The plugin is for customers of Local Magic� that have an active subscription with the company.
    15  * Version:           2.5.0
     14 * Description:       The Local Magic© WordPress plugin extends the functionality of the SaaS Local Magic© to WordPress so that the local news feed can be displayed on the WordPress website. The plugin is for customers of Local Magic© that have an active subscription with the company.
     15 * Version:           2.4.0
    1616 * Requires at least: 3.5.1
    17  * Tested up to:      6.7.1
     17 * Tested up to:      6.3.0
    1818 * Requires PHP:      5.6.0
    1919 * Author:            matthewrubin
     
    2727    exit; // Exit if accessed directly
    2828
    29 define('MRYLM_VERSION', '2.5.0');
     29
     30define('MRYLM_VERSION', '2.4.0');
    3031
    3132define('MRYLM_PLUGIN_DIR', plugin_dir_path(__FILE__));
     
    5354   
    5455   // wp_enqueue_style('owl.carousel.min.css', plugin_dir_url(__FILE__) . 'assets/css/owl.carousel.min.css', array(), '0.1.0', 'all');
    55 
    5656   // wp_register_script('owl.carousel.min.js', plugin_dir_url(__FILE__) . 'assets/js/owl.carousel.min.js', '', FALSE, TRUE);
    57    // wp_enqueue_script('owl.carousel.min.js');
    58    
     57   // wp_enqueue_script('owl.carousel.min.js');   
    5958}
    6059add_action('wp_enqueue_scripts', 'mrylm_enqueue_scripts');
     60
    6161
    6262function mrylm_admin_menu() {
     
    6767add_action('admin_menu', 'mrylm_admin_menu');
    6868
     69
    6970function mrylm_options() {
    7071
     
    7879
    7980/* UPDATE ACTION START */
     81function mrylm_upgrade_function( $upgrader_object, $options ) {
     82   
     83   // require_once(MRYLM_PLUGIN_DIR . 'activate.php' );
     84   // mrylm_update_tables();
     85}
    8086add_action( 'upgrader_process_complete', 'mrylm_upgrade_function',10, 2);
    81 function mrylm_upgrade_function( $upgrader_object, $options ) {
    82    
    83     require_once(MRYLM_PLUGIN_DIR . 'activate.php' );
    84     mrylm_update_tables();
    85 }
    8687/* UPDATE ACTION END */
    8788
     
    9293}
    9394add_shortcode('mrylm-article', 'mrylm_article_shortcode');
     95
    9496
    9597function mrylm_dropdown_menu_shortcode($attr, $content) {
  • local-magic/tags/2.5.0/readme.txt

    r3199530 r3200711  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The Local Magic® WordPress plugin extends the functionality of the SaaS Local Magic® to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic® that have an active subscription with the company.
     11The Local Magic© WordPress plugin extends the functionality of the SaaS Local Magic© to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic© that have an active subscription with the company.
    1212
    1313== Description ==
    1414
    15 The Local Magic® WordPress plugin extends the functionality of the SaaS Local Magic® to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic® that have an active subscription with the company.
     15The Local Magic© WordPress plugin extends the functionality of the SaaS Local Magic© to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic© that have an active subscription with the company.
    1616
    1717 
  • local-magic/trunk/local-magic.php

    r3199530 r3200711  
    1212 * Plugin Name:       Local Magic
    1313 * Plugin URI:        https://www.mrmarketingres.com/local-magic
    14  * Description:       The Local Magic� WordPress plugin extends the functionality of the SaaS Local Magic� to WordPress so that the local news feed can be displayed on the WordPress website. The plugin is for customers of Local Magic� that have an active subscription with the company.
    15  * Version:           2.5.0
     14 * Description:       The Local Magic© WordPress plugin extends the functionality of the SaaS Local Magic© to WordPress so that the local news feed can be displayed on the WordPress website. The plugin is for customers of Local Magic© that have an active subscription with the company.
     15 * Version:           2.4.0
    1616 * Requires at least: 3.5.1
    17  * Tested up to:      6.7.1
     17 * Tested up to:      6.3.0
    1818 * Requires PHP:      5.6.0
    1919 * Author:            matthewrubin
     
    2727    exit; // Exit if accessed directly
    2828
    29 define('MRYLM_VERSION', '2.5.0');
     29
     30define('MRYLM_VERSION', '2.4.0');
    3031
    3132define('MRYLM_PLUGIN_DIR', plugin_dir_path(__FILE__));
     
    5354   
    5455   // wp_enqueue_style('owl.carousel.min.css', plugin_dir_url(__FILE__) . 'assets/css/owl.carousel.min.css', array(), '0.1.0', 'all');
    55 
    5656   // wp_register_script('owl.carousel.min.js', plugin_dir_url(__FILE__) . 'assets/js/owl.carousel.min.js', '', FALSE, TRUE);
    57    // wp_enqueue_script('owl.carousel.min.js');
    58    
     57   // wp_enqueue_script('owl.carousel.min.js');   
    5958}
    6059add_action('wp_enqueue_scripts', 'mrylm_enqueue_scripts');
     60
    6161
    6262function mrylm_admin_menu() {
     
    6767add_action('admin_menu', 'mrylm_admin_menu');
    6868
     69
    6970function mrylm_options() {
    7071
     
    7879
    7980/* UPDATE ACTION START */
     81function mrylm_upgrade_function( $upgrader_object, $options ) {
     82   
     83   // require_once(MRYLM_PLUGIN_DIR . 'activate.php' );
     84   // mrylm_update_tables();
     85}
    8086add_action( 'upgrader_process_complete', 'mrylm_upgrade_function',10, 2);
    81 function mrylm_upgrade_function( $upgrader_object, $options ) {
    82    
    83     require_once(MRYLM_PLUGIN_DIR . 'activate.php' );
    84     mrylm_update_tables();
    85 }
    8687/* UPDATE ACTION END */
    8788
     
    9293}
    9394add_shortcode('mrylm-article', 'mrylm_article_shortcode');
     95
    9496
    9597function mrylm_dropdown_menu_shortcode($attr, $content) {
  • local-magic/trunk/readme.txt

    r3199530 r3200711  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The Local Magic® WordPress plugin extends the functionality of the SaaS Local Magic® to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic® that have an active subscription with the company.
     11The Local Magic© WordPress plugin extends the functionality of the SaaS Local Magic© to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic© that have an active subscription with the company.
    1212
    1313== Description ==
    1414
    15 The Local Magic® WordPress plugin extends the functionality of the SaaS Local Magic® to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic® that have an active subscription with the company.
     15The Local Magic© WordPress plugin extends the functionality of the SaaS Local Magic© to WordPress so that the local magic can be displayed on the WordPress website. The plugin is for customers of Local Magic© that have an active subscription with the company.
    1616
    1717 
Note: See TracChangeset for help on using the changeset viewer.