Changeset 3396084
- Timestamp:
- 11/15/2025 05:51:00 AM (4 months ago)
- Location:
- animated-number-counters/trunk
- Files:
-
- 4 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
settings/helper/functions.php (modified) (1 diff)
-
shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
animated-number-counters/trunk/index.php
r3378507 r3396084 11 11 License: GPL-2.0-or-later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 Version: 2. 513 Version: 2.6 14 14 */ 15 15 if (!defined('ABSPATH')) … … 18 18 define('anc_6310_plugin_url', plugin_dir_path(__FILE__)); 19 19 define('anc_6310_plugin_dir_url', plugin_dir_url(__FILE__)); 20 define ('anc_6310_PLUGIN_CURRENT_VERSION', 2. 5);20 define ('anc_6310_PLUGIN_CURRENT_VERSION', 2.6); 21 21 define( 'ANC_6310_PLUGIN_LANGUAGE_PATH', dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 22 22 … … 54 54 { 55 55 global $wpdb; 56 wp_enqueue_style('anc-6310-font-awesome-5-0-13', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css'); 56 wp_enqueue_style('anc-6310-font-awesome-new', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css'); 57 wp_enqueue_style('anc-6310-font-awesome-old', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/v4-shims.min.css'); 57 58 wp_enqueue_style('anc-6310-style', plugins_url('assets/css/style.css', __FILE__)); 58 59 -
animated-number-counters/trunk/readme.txt
r3378507 r3396084 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 2. 56 Stable tag: 2.6 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 175 175 176 176 == Changelog == 177 = 2.6 = 178 * FEATURE – Fixed font awesome URL 179 177 180 = 2.5 = 178 181 * Fixed animation bug -
animated-number-counters/trunk/settings/helper/functions.php
r3043226 r3396084 123 123 function anc_6310_link_css_js() 124 124 { 125 wp_enqueue_style('anc-6310-font-awesome-5-0-13', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css'); 125 wp_enqueue_style('anc-6310-font-awesome-new', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css'); 126 wp_enqueue_style('anc-6310-font-awesome-old', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/v4-shims.min.css'); 126 127 wp_enqueue_style('anc-6310-codemirror-style', anc_6310_plugin_dir_url . 'assets/css/codemirror.min.css'); 127 128 wp_enqueue_style('anc-6310-color-style', anc_6310_plugin_dir_url . 'assets/css/jquery.minicolors.min.css'); -
animated-number-counters/trunk/shortcode.php
r3242965 r3396084 65 65 } 66 66 67 wp_enqueue_style('anc-6310-font-awesome-5-0-13', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css'); 67 wp_enqueue_style('anc-6310-font-awesome-new', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css'); 68 wp_enqueue_style('anc-6310-font-awesome-old', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/v4-shims.min.css'); 68 69 wp_enqueue_style('anc-6310-common-output-css', plugins_url('output/css/common-output.css', __FILE__)); 69 70 wp_enqueue_style('anc-6310-font-awesome-4-07', plugins_url('assets/css/font-awesome.min.css', __FILE__));
Note: See TracChangeset
for help on using the changeset viewer.