Changeset 2690739
- Timestamp:
- 03/08/2022 11:38:06 AM (4 years ago)
- Location:
- multifox-plus/trunk
- Files:
-
- 2 added
- 3 edited
-
modules/demo-content/index.php (modified) (2 diffs)
-
modules/demo-content/screenshots/default-lite.png (added)
-
modules/demo-content/screenshots/symba-lite.png (added)
-
multifox-plus.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multifox-plus/trunk/modules/demo-content/index.php
r2664529 r2690739 23 23 function fw_ext_backups_demos($demos) { 24 24 $free_demos = array( 25 'default-lite' => array( 26 'title' => esc_html__('Default', 'multifox-plus'), 27 'screenshot' => MULTIFOX_PLUS_DIR_URL.'/modules/demo-content/screenshots/default-lite.png', 28 'preview_link' => 'https://multifoxtheme.com/lite' 29 ), 25 30 'gardening-lite' => array( 26 31 'title' => esc_html__('Gardening Lite', 'multifox-plus'), … … 57 62 'screenshot' => MULTIFOX_PLUS_DIR_URL.'/modules/demo-content/screenshots/taxi-lite.png', 58 63 'preview_link' => 'https://multifoxtheme.com/taxi-lite/' 64 ), 65 'symba-lite' => array( 66 'title' => esc_html__('Symba Lite', 'multifox-plus'), 67 'screenshot' => MULTIFOX_PLUS_DIR_URL.'/modules/demo-content/screenshots/symba-lite.png', 68 'preview_link' => 'https://multifoxtheme.com/symba-lite/' 59 69 ) 60 70 ); -
multifox-plus/trunk/multifox-plus.php
r2686491 r2690739 3 3 * Plugin Name: Multifox Plus 4 4 * Description: Adds additional features for Multifox Theme. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Author: Creative Brahma 7 7 * Author URI: https://profiles.wordpress.org/creativebrahma/ -
multifox-plus/trunk/readme.txt
r2686491 r2690739 5 5 Requires at least: 5.0 6 6 Tested up to: 5.9 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 7.1 9 9 Version: 1.1.0 … … 39 39 40 40 == Changelog == 41 42 = 1.1.2 = 43 44 * 5 more demos added along with demo content 41 45 42 46 = 1.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.