Changeset 3238923
- Timestamp:
- 02/11/2025 07:47:10 PM (5 weeks ago)
- Location:
- easy-digital-downloads-custom-favicon
- Files:
-
- 3 added
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
easy-digital-downloads-custom-favicon/tags/1.0.4/edd-custom-favicon.php
r3008340 r3238923 1 1 <?php 2 2 /** 3 * Plugin Name: Easy Digital Downloads - Custom Favicon 4 * Description: Adds a custom favicon to the EDD shopping cart 5 * Version: 1.0.3 6 * Author: kprajapati22 7 * Author URI: https://profiles.wordpress.org/kprajapati22 8 * Text Domain: eddcustomfavicon 3 * Plugin Name: Easy Digital Downloads - Custom Favicon 4 * Plugin URI: https://wordpress.org/plugins/easy-digital-downloads-custom-favicon/ 5 * Description: Adds a custom favicon to the EDD shopping cart 6 * Version: 1.0.4 7 * Author: Kalpesh Prajapati 8 * Author URI: https://profiles.wordpress.org/kprajapati22 9 * Text Domain: eddcustomfavicon 9 10 * License: GPLv2 11 * Requires at least: 5.0 12 * Requires PHP: 7.4 10 13 * 11 14 * @package Easy Digital Downloads - Custom Favicon … … 24 27 */ 25 28 if ( ! defined( 'EDD_CUSTOM_FAVICON_VERSION' ) ) { 26 define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0. 3' ); // version of plugin.29 define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0.4' ); // version of plugin. 27 30 } 28 31 if ( ! defined( 'EDD_CUSTOM_FAVICON_DIR' ) ) { -
easy-digital-downloads-custom-favicon/tags/1.0.4/readme.txt
r3008340 r3238923 2 2 Contributors: kprajapati22 3 3 Tags: Easy Digital Downloads, EDD, favicon, custom favicon, dynamic icon 4 Requires at least: 3.0 5 Tested up to: 6.4.2 6 Stable tag: 1.0.3 4 Tested up to: 6.7 5 Stable tag: 1.0.4 7 6 License: GPLv3 8 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 28 27 == Frequently Asked Questions == 29 28 30 None yet 29 = Does this plugin work with any WordPress theme? = 30 Yes, this plugin is designed to work with any WordPress theme that supports Easy Digital Downloads. 31 32 = Can I customize the favicon's appearance? = 33 Yes, the plugin provides customization options, including text color, background color, styles, and animation effects. 34 35 = How can I get support if I run into issues? = 36 You can get support by visiting the [support forum](https://wordpress.org/support/plugin/easy-digital-downloads-custom-favicon/) or reaching out to the plugin developers. 31 37 32 38 == Screenshots == … … 36 42 37 43 == Changelog == 44 45 = Version 1.0.4 - 12/02/2025 = 46 * Tested with WordPress 6.7.1 47 * Tested with Easy Digital Downloads 3.3.6.1 38 48 39 49 = Version 1.0.3 - 12/12/2023 = -
easy-digital-downloads-custom-favicon/trunk/edd-custom-favicon.php
r3008340 r3238923 1 1 <?php 2 2 /** 3 * Plugin Name: Easy Digital Downloads - Custom Favicon 4 * Description: Adds a custom favicon to the EDD shopping cart 5 * Version: 1.0.3 6 * Author: kprajapati22 7 * Author URI: https://profiles.wordpress.org/kprajapati22 8 * Text Domain: eddcustomfavicon 3 * Plugin Name: Easy Digital Downloads - Custom Favicon 4 * Plugin URI: https://wordpress.org/plugins/easy-digital-downloads-custom-favicon/ 5 * Description: Adds a custom favicon to the EDD shopping cart 6 * Version: 1.0.4 7 * Author: Kalpesh Prajapati 8 * Author URI: https://profiles.wordpress.org/kprajapati22 9 * Text Domain: eddcustomfavicon 9 10 * License: GPLv2 11 * Requires at least: 5.0 12 * Requires PHP: 7.4 10 13 * 11 14 * @package Easy Digital Downloads - Custom Favicon … … 24 27 */ 25 28 if ( ! defined( 'EDD_CUSTOM_FAVICON_VERSION' ) ) { 26 define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0. 3' ); // version of plugin.29 define( 'EDD_CUSTOM_FAVICON_VERSION', '1.0.4' ); // version of plugin. 27 30 } 28 31 if ( ! defined( 'EDD_CUSTOM_FAVICON_DIR' ) ) { -
easy-digital-downloads-custom-favicon/trunk/readme.txt
r3008340 r3238923 2 2 Contributors: kprajapati22 3 3 Tags: Easy Digital Downloads, EDD, favicon, custom favicon, dynamic icon 4 Requires at least: 3.0 5 Tested up to: 6.4.2 6 Stable tag: 1.0.3 4 Tested up to: 6.7 5 Stable tag: 1.0.4 7 6 License: GPLv3 8 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 28 27 == Frequently Asked Questions == 29 28 30 None yet 29 = Does this plugin work with any WordPress theme? = 30 Yes, this plugin is designed to work with any WordPress theme that supports Easy Digital Downloads. 31 32 = Can I customize the favicon's appearance? = 33 Yes, the plugin provides customization options, including text color, background color, styles, and animation effects. 34 35 = How can I get support if I run into issues? = 36 You can get support by visiting the [support forum](https://wordpress.org/support/plugin/easy-digital-downloads-custom-favicon/) or reaching out to the plugin developers. 31 37 32 38 == Screenshots == … … 36 42 37 43 == Changelog == 44 45 = Version 1.0.4 - 12/02/2025 = 46 * Tested with WordPress 6.7.1 47 * Tested with Easy Digital Downloads 3.3.6.1 38 48 39 49 = Version 1.0.3 - 12/12/2023 =
Note: See TracChangeset
for help on using the changeset viewer.