Changeset 2740434
- Timestamp:
- 06/10/2022 11:40:35 AM (4 years ago)
- Location:
- everest-counter-lite
- Files:
-
- 75 added
- 2 edited
-
tags/2.1.0 (added)
-
tags/2.1.0/css (added)
-
tags/2.1.0/css/ec-backend.css (added)
-
tags/2.1.0/css/font-awesome (added)
-
tags/2.1.0/css/font-awesome/font-awesome.min.css (added)
-
tags/2.1.0/css/font-awesome/fonts (added)
-
tags/2.1.0/css/font-awesome/fonts/FontAwesome.otf (added)
-
tags/2.1.0/css/font-awesome/fonts/fontawesome-webfont.eot (added)
-
tags/2.1.0/css/font-awesome/fonts/fontawesome-webfont.svg (added)
-
tags/2.1.0/css/font-awesome/fonts/fontawesome-webfont.ttf (added)
-
tags/2.1.0/css/font-awesome/fonts/fontawesome-webfont.woff (added)
-
tags/2.1.0/css/font-awesome/fonts/fontawesome-webfont.woff2 (added)
-
tags/2.1.0/css/frontend (added)
-
tags/2.1.0/css/frontend/ec-frontend.css (added)
-
tags/2.1.0/css/genericons.css (added)
-
tags/2.1.0/css/icon-picker.css (added)
-
tags/2.1.0/css/jquery-ui.css (added)
-
tags/2.1.0/everest-counter-lite.php (added)
-
tags/2.1.0/images (added)
-
tags/2.1.0/images/customize.png (added)
-
tags/2.1.0/images/flicker.png (added)
-
tags/2.1.0/images/googleplus.png (added)
-
tags/2.1.0/images/pinterest.png (added)
-
tags/2.1.0/images/plugin.png (added)
-
tags/2.1.0/images/preloader.gif (added)
-
tags/2.1.0/images/templates (added)
-
tags/2.1.0/images/templates/template1.jpg (added)
-
tags/2.1.0/images/templates/template2.jpg (added)
-
tags/2.1.0/images/templates/template3.jpg (added)
-
tags/2.1.0/images/templates/template4.jpg (added)
-
tags/2.1.0/images/templates/template5.jpg (added)
-
tags/2.1.0/images/theme.png (added)
-
tags/2.1.0/images/twitter.png (added)
-
tags/2.1.0/images/upgrade-banner-1.jpg (added)
-
tags/2.1.0/images/upgrade-banner-2.jpg (added)
-
tags/2.1.0/images/upgrade-to-pro (added)
-
tags/2.1.0/images/upgrade-to-pro/upgrade-to-pro-feature.png (added)
-
tags/2.1.0/images/upgrade-to-pro/upgrade-to-pro.png (added)
-
tags/2.1.0/inc (added)
-
tags/2.1.0/inc/backend (added)
-
tags/2.1.0/inc/backend/about-page.php (added)
-
tags/2.1.0/inc/backend/meta-boxes (added)
-
tags/2.1.0/inc/backend/meta-boxes/add_items.php (added)
-
tags/2.1.0/inc/backend/meta-boxes/display_settings.php (added)
-
tags/2.1.0/inc/backend/meta-boxes/item.php (added)
-
tags/2.1.0/inc/backend/register-post-type-and-meta-boxes.php (added)
-
tags/2.1.0/inc/backend/widget.php (added)
-
tags/2.1.0/inc/ecl-block (added)
-
tags/2.1.0/inc/ecl-block/ecl-block-init.php (added)
-
tags/2.1.0/inc/ecl-block/ecl-block.css (added)
-
tags/2.1.0/inc/ecl-block/ecl-block.js (added)
-
tags/2.1.0/inc/frontend (added)
-
tags/2.1.0/inc/frontend/Mobile_Detect.php (added)
-
tags/2.1.0/inc/frontend/ec-shortcode.php (added)
-
tags/2.1.0/inc/frontend/templates (added)
-
tags/2.1.0/inc/frontend/templates/common-template.php (added)
-
tags/2.1.0/inc/frontend/templates/parts (added)
-
tags/2.1.0/inc/frontend/templates/parts/button.php (added)
-
tags/2.1.0/inc/frontend/templates/parts/count.php (added)
-
tags/2.1.0/inc/frontend/templates/parts/feature-item.php (added)
-
tags/2.1.0/inc/frontend/templates/parts/overlay.php (added)
-
tags/2.1.0/inc/frontend/templates/parts/subtitle.php (added)
-
tags/2.1.0/inc/frontend/templates/parts/template-header.php (added)
-
tags/2.1.0/inc/frontend/templates/parts/title.php (added)
-
tags/2.1.0/inc/frontend/templates/template1.php (added)
-
tags/2.1.0/inc/plugin_variables.php (added)
-
tags/2.1.0/js (added)
-
tags/2.1.0/js/ec-backend.js (added)
-
tags/2.1.0/js/ec-frontend.js (added)
-
tags/2.1.0/js/icon-picker.js (added)
-
tags/2.1.0/js/jquery.counterup.js (added)
-
tags/2.1.0/js/jquery.waypoints.js (added)
-
tags/2.1.0/js/wp-color-picker-alpha.js (added)
-
tags/2.1.0/languages (added)
-
tags/2.1.0/readme.txt (added)
-
trunk/everest-counter-lite.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
everest-counter-lite/trunk/everest-counter-lite.php
r2721692 r2740434 5 5 Plugin URI: https://accesspressthemes.com/wordpress-plugins/everest-counter-lite/ 6 6 Description: A plugin to add various stat counters to posts/pages content using shortcodes and widgets. 7 version: 2. 0.97 version: 2.1.0 8 8 Author: AccessPress Themes 9 9 Author URI: https://accesspressthemes.com/ … … 210 210 function plugin_contants(){ 211 211 212 defined('E_COUNTER_VERSION') or define( 'E_COUNTER_VERSION', '2. 0.9' );212 defined('E_COUNTER_VERSION') or define( 'E_COUNTER_VERSION', '2.1.0' ); 213 213 defined( 'E_COUNTER_IMAGE_DIR' ) or define( 'E_COUNTER_IMAGE_DIR', plugin_dir_url( __FILE__ ) . 'images' ); 214 214 defined( 'E_COUNTER_JS_DIR' ) or define( 'E_COUNTER_JS_DIR', plugin_dir_url( __FILE__ ) . 'js' ); -
everest-counter-lite/trunk/readme.txt
r2721692 r2740434 4 4 Donate link: http://accesspressthemes.com/donation/ 5 5 Requires at least: 3.8 6 Tested up to: 5.97 Stable tag: 2. 0.96 Tested up to: 6.0 7 Stable tag: 2.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 == Changelog == 101 101 102 = 2.1.0 = 103 * Compatibility check with WordPress Version 6.0 . 104 102 105 = 2.0.9 = 103 106 * Compatibility check with WordPress Version 5.9.3 .
Note: See TracChangeset
for help on using the changeset viewer.