Plugin Directory

Changeset 3008340

Timestamp:
12/11/2023 07:33:46 PM (8 months ago)
Author:
kprajapati22
Message:

Update to version 1.0.3 from GitHub

Location:
easy-digital-downloads-custom-favicon
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-digital-downloads-custom-favicon/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • easy-digital-downloads-custom-favicon/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • easy-digital-downloads-custom-favicon/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • easy-digital-downloads-custom-favicon/tags/1.0.3/edd-custom-favicon.php

    r2929817 r3008340  
    33 * Plugin Name:     Easy Digital Downloads - Custom Favicon
    44 * Description:     Adds a custom favicon to the EDD shopping cart
    5  * Version:         1.0.2
     5 * Version:         1.0.
    66 * Author:          kprajapati22
    77 * Author URI:      https://profiles.wordpress.org/kprajapati22
     
    2424 */
    2525if ( ! defined( 'EDD_CUSTOM_FAVICON_VERSION' ) ) {
    26     define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0.1' ); // version of plugin.
     26    define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0.' ); // version of plugin.
    2727}
    2828if ( ! defined( 'EDD_CUSTOM_FAVICON_DIR' ) ) {
  • easy-digital-downloads-custom-favicon/tags/1.0.3/readme.txt

    r2929817 r3008340  
    33Tags: Easy Digital Downloads, EDD, favicon, custom favicon, dynamic icon
    44Requires at least: 3.0
    5 Tested up to: 6.2.2
    6 Stable tag: 1.0.2
     5Tested up to: 6..2
     6Stable tag: 1.0.
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3737== Changelog ==
    3838
     39
     40
     41
     42
    3943= Version 1.0.2 - 22/06/2023 =
    4044* Code optimization as per WPCS
  • easy-digital-downloads-custom-favicon/trunk/edd-custom-favicon.php

    r2929817 r3008340  
    33 * Plugin Name:     Easy Digital Downloads - Custom Favicon
    44 * Description:     Adds a custom favicon to the EDD shopping cart
    5  * Version:         1.0.2
     5 * Version:         1.0.
    66 * Author:          kprajapati22
    77 * Author URI:      https://profiles.wordpress.org/kprajapati22
     
    2424 */
    2525if ( ! defined( 'EDD_CUSTOM_FAVICON_VERSION' ) ) {
    26     define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0.1' ); // version of plugin.
     26    define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0.' ); // version of plugin.
    2727}
    2828if ( ! defined( 'EDD_CUSTOM_FAVICON_DIR' ) ) {
  • easy-digital-downloads-custom-favicon/trunk/readme.txt

    r2929817 r3008340  
    33Tags: Easy Digital Downloads, EDD, favicon, custom favicon, dynamic icon
    44Requires at least: 3.0
    5 Tested up to: 6.2.2
    6 Stable tag: 1.0.2
     5Tested up to: 6..2
     6Stable tag: 1.0.
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3737== Changelog ==
    3838
     39
     40
     41
     42
    3943= Version 1.0.2 - 22/06/2023 =
    4044* Code optimization as per WPCS
Note: See TracChangeset for help on using the changeset viewer.