Plugin Directory

Changeset 2814863


Ignore:
Timestamp:
11/09/2022 06:00:52 AM (3 years ago)
Author:
rashedulhaquerumi
Message:

hello-2.1

Location:
social-share-watermark/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • social-share-watermark/trunk/readme.txt

    r2616145 r2814863  
    44Tags: social,watermark,social share
    55Requires at least: 3.0
    6 Tested up to: 5.8.1
    7 Stable tag: 1.5.1
     6Tested up to: 6.1.0
     7Stable tag: 2.1.0
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • social-share-watermark/trunk/social-media-Share-Watermark.php

    r2616145 r2814863  
    44Plugin URI: https://synthiasoft.com/social_media-Share-Watermark
    55Description: Use our plugin to add watermarks to the pictures of links shared on social_media like Prothom Alo, Jago News, Dhaka Post..
    6 Version: 1.5.1
     6Version: 2.1.0
    77Author: SynthiaSoft
    88Author URI: https://synthiasoft.com/
    99Text Domain: social-share-watermark
    10 WC tested up to: 5.8.1
     10WC tested up to: 6.1.0
    1111*/
    1212require_once plugin_dir_path( __FILE__ ) . 'includes/admin-menu.php';
     
    1717function SynthiaSoft_media_uloader_script() {
    1818        wp_enqueue_media();
    19         wp_register_script('media-uploader', plugins_url('media-uploader.js' , __FILE__ ),array( 'jquery' ),
     19        wp_register_script('social-media-uploader', plugins_url('social-media-uploader.js' , __FILE__ ),array( 'jquery' ),
    2020        '1.0.0',
    2121        true
    2222    );
    23         wp_enqueue_script('media-uploader');
     23        wp_enqueue_script('social-media-uploader');
    2424    }
    2525    add_action('admin_enqueue_scripts', 'SynthiaSoft_media_uloader_script');
Note: See TracChangeset for help on using the changeset viewer.