Plugin Directory

Changeset 2294576


Ignore:
Timestamp:
04/29/2020 07:17:19 PM (6 years ago)
Author:
emorales15b
Message:

Version 1.7 estable

Location:
easybackup
Files:
2 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easybackup/tags/1.7/admin/admin.php

    r2293583 r2294576  
    1111        'easybackup',     // menu slug
    1212        'ebckdashboard_function_easybackup', // callback function
    13         plugin_dir_url( __FILE__ ) . '/includes/images/icon_bck.jpeg'
     13        plugin_dir_url( __FILE__ ) . '/includes/images/icon_bck.png'
    1414    );
    1515
  • easybackup/tags/1.7/admin/includes/credits.php

    r2294107 r2294576  
    11<?php
    2 wp_register_style('ebck-style', plugins_url('/styles/export-style.css', __FILE__));
     2wp_register_style('ebck-style', plugins_url('/styles/ebck-style.css', __FILE__));
    33wp_enqueue_style('ebck-style');
    44?>
  • easybackup/tags/1.7/easybackup.php

    r2294105 r2294576  
    44Plugin URI:
    55Description: EasyBackup allows you to make an easy and fast backup of images, files and databases of your projects
    6 Version: 1.6
     6Version: 1.7
    77Author: Erick Giovanny Morales Bustamante
    88Author URI: http://adrenalinalabs.online
  • easybackup/tags/1.7/readme.txt

    r2294105 r2294576  
    66Tested up to: 5.4
    77Requires PHP: 7.0
    8 Stable tag: 1.6
     8Stable tag: 1.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • easybackup/trunk/admin/admin.php

    r2293583 r2294576  
    1111        'easybackup',     // menu slug
    1212        'ebckdashboard_function_easybackup', // callback function
    13         plugin_dir_url( __FILE__ ) . '/includes/images/icon_bck.jpeg'
     13        plugin_dir_url( __FILE__ ) . '/includes/images/icon_bck.png'
    1414    );
    1515
  • easybackup/trunk/admin/includes/credits.php

    r2294107 r2294576  
    11<?php
    2 wp_register_style('ebck-style', plugins_url('/styles/export-style.css', __FILE__));
     2wp_register_style('ebck-style', plugins_url('/styles/ebck-style.css', __FILE__));
    33wp_enqueue_style('ebck-style');
    44?>
  • easybackup/trunk/easybackup.php

    r2294105 r2294576  
    44Plugin URI:
    55Description: EasyBackup allows you to make an easy and fast backup of images, files and databases of your projects
    6 Version: 1.6
     6Version: 1.7
    77Author: Erick Giovanny Morales Bustamante
    88Author URI: http://adrenalinalabs.online
  • easybackup/trunk/readme.txt

    r2294105 r2294576  
    66Tested up to: 5.4
    77Requires PHP: 7.0
    8 Stable tag: 1.6
     8Stable tag: 1.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.