Changeset 2601517
- Timestamp:
- 09/20/2021 05:24:46 AM (4 years ago)
- Location:
- elespare/trunk
- Files:
-
- 4 edited
-
elespare.php (modified) (3 diffs)
-
header-footer/inc/admin/widgets-list.php (modified) (2 diffs)
-
inc/admin/widgets-list.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elespare/trunk/elespare.php
r2601064 r2601517 8 8 * Description: Free News Magazine and Blog Elements Addons for Elementor 9 9 * Plugin URI: https://afthemes.com/plugins/elespare/ 10 * Version: 1.1. 010 * Version: 1.1.1 11 11 * Elementor tested up to: 3.2.5 12 12 * Elementor Pro tested up to: 3.3.1 … … 21 21 exit; 22 22 } 23 define( 'ELESPARE_VERSION', '1.1. 0' );23 define( 'ELESPARE_VERSION', '1.1.1' ); 24 24 define( 'ELESPARE', __FILE__ ); 25 25 define( 'ELESPARE_DIR_PATH', plugin_dir_path( ELESPARE ) ); … … 44 44 * @var string The plugin version. 45 45 */ 46 const VERSION = '1.1. 0';46 const VERSION = '1.1.1'; 47 47 48 48 /** -
elespare/trunk/header-footer/inc/admin/widgets-list.php
r2590760 r2601517 1 1 <?php 2 3 4 5 2 /** 6 3 * Block list . … … 13 10 } 14 11 15 function elespare_blocks_list() 16 {17 return $elespare_blocks = array(12 if(!function_exists('elespare_blocks_list')){ 13 function elespare_blocks_list(){ 14 return $elespare_blocks = array( 18 15 19 array(20 'name' => __('Hero Banner 1', 'elespare'),21 'slug' => 'post-banner',16 array( 17 'name' => __('Hero Banner 1', 'elespare'), 18 'slug' => 'post-banner', 22 19 23 ),24 array(25 'name' => __('Hero Banner 2', 'elespare'),26 'slug' => 'post-banner-2',27 ),20 ), 21 array( 22 'name' => __('Hero Banner 2', 'elespare'), 23 'slug' => 'post-banner-2', 24 ), 28 25 29 array(30 'name' => __('Express Posts List', 'elespare'),31 'slug' => 'express-posts-list',32 ),26 array( 27 'name' => __('Express Posts List', 'elespare'), 28 'slug' => 'express-posts-list', 29 ), 33 30 34 array(35 'name' => __('Express Posts Grid', 'elespare'),36 'slug' => 'express-posts-grid',37 ),38 array(39 'name' => __('Posts Carousel', 'elespare'),40 'slug' => 'post-carousel',41 ),42 array(43 'name' => __('Posts Trending Carousel', 'elespare'),44 'slug' => 'post-trending-carousel',45 ),46 array(47 'name' => __('Tabbed Posts Grid', 'elespare'),48 'slug' => 'posts-tabbed',49 ),50 array(51 'name' => __('Posts Tile ', 'elespare'),52 'slug' => 'posts-tile',53 ),54 array(55 'name' => __('Posts Masonry', 'elespare'),56 'slug' => 'posts-masonry',57 ),58 array(59 'name' => __('Posts Grid', 'elespare'),60 'slug' => 'posts-grid',61 ),62 array(63 'name' => __('Posts List', 'elespare'),64 'slug' => 'posts-list',65 ),66 array(67 'name' => __('Posts Full', 'elespare'),68 'slug' => 'posts-full',69 ),70 array(71 'name' => __('Posts Single Column', 'elespare'),72 'slug' => 'posts-single-column',73 ),74 array(75 'name' => __('Posts Slider', 'elespare'),76 'slug' => 'posts-slider',77 ),78 array(79 'name' => __('Posts Timeline', 'elespare'),80 'slug' => 'posts-timeline',81 ),82 array(83 'name' => __('Posts Author', 'elespare'),84 'slug' => 'posts-author',85 ),86 array(87 'name' => __('Posts Flash (Ticker)', 'elespare'),88 'slug' => 'posts-flash',89 ),90 array(91 'name' => __('Social Link', 'elespare'),92 'slug' => 'social-link',93 ),31 array( 32 'name' => __('Express Posts Grid', 'elespare'), 33 'slug' => 'express-posts-grid', 34 ), 35 array( 36 'name' => __('Posts Carousel', 'elespare'), 37 'slug' => 'post-carousel', 38 ), 39 array( 40 'name' => __('Posts Trending Carousel', 'elespare'), 41 'slug' => 'post-trending-carousel', 42 ), 43 array( 44 'name' => __('Tabbed Posts Grid', 'elespare'), 45 'slug' => 'posts-tabbed', 46 ), 47 array( 48 'name' => __('Posts Tile ', 'elespare'), 49 'slug' => 'posts-tile', 50 ), 51 array( 52 'name' => __('Posts Masonry', 'elespare'), 53 'slug' => 'posts-masonry', 54 ), 55 array( 56 'name' => __('Posts Grid', 'elespare'), 57 'slug' => 'posts-grid', 58 ), 59 array( 60 'name' => __('Posts List', 'elespare'), 61 'slug' => 'posts-list', 62 ), 63 array( 64 'name' => __('Posts Full', 'elespare'), 65 'slug' => 'posts-full', 66 ), 67 array( 68 'name' => __('Posts Single Column', 'elespare'), 69 'slug' => 'posts-single-column', 70 ), 71 array( 72 'name' => __('Posts Slider', 'elespare'), 73 'slug' => 'posts-slider', 74 ), 75 array( 76 'name' => __('Posts Timeline', 'elespare'), 77 'slug' => 'posts-timeline', 78 ), 79 array( 80 'name' => __('Posts Author', 'elespare'), 81 'slug' => 'posts-author', 82 ), 83 array( 84 'name' => __('Posts Flash (Ticker)', 'elespare'), 85 'slug' => 'posts-flash', 86 ), 87 array( 88 'name' => __('Social Link', 'elespare'), 89 'slug' => 'social-link', 90 ), 94 91 95 );92 ); 96 93 97 94 95 } 98 96 } -
elespare/trunk/inc/admin/widgets-list.php
r2601064 r2601517 1 1 <?php 2 3 4 5 2 /** 6 3 * Block list . … … 13 10 } 14 11 15 function elespare_blocks_list() 16 {17 return $elespare_blocks = array(12 if(!function_exists('elespare_blocks_list')){ 13 function elespare_blocks_list(){ 14 return $elespare_blocks = array( 18 15 19 array(20 'name' => __('Hero Banner 1', 'elespare'),21 'slug' => 'post-banner',16 array( 17 'name' => __('Hero Banner 1', 'elespare'), 18 'slug' => 'post-banner', 22 19 23 ),24 array(25 'name' => __('Hero Banner 2', 'elespare'),26 'slug' => 'post-banner-2',27 ),20 ), 21 array( 22 'name' => __('Hero Banner 2', 'elespare'), 23 'slug' => 'post-banner-2', 24 ), 28 25 29 array(30 'name' => __('Express Posts List', 'elespare'),31 'slug' => 'express-posts-list',32 ),26 array( 27 'name' => __('Express Posts List', 'elespare'), 28 'slug' => 'express-posts-list', 29 ), 33 30 34 array(35 'name' => __('Express Posts Grid', 'elespare'),36 'slug' => 'express-posts-grid',37 ),38 array(39 'name' => __('Posts Carousel', 'elespare'),40 'slug' => 'post-carousel',41 ),42 array(43 'name' => __('Posts Trending Carousel', 'elespare'),44 'slug' => 'post-trending-carousel',45 ),46 array(47 'name' => __('Tabbed Posts Grid', 'elespare'),48 'slug' => 'posts-tabbed',49 ),50 array(51 'name' => __('Posts Tile ', 'elespare'),52 'slug' => 'posts-tile',53 ),54 array(55 'name' => __('Posts Masonry', 'elespare'),56 'slug' => 'posts-masonry',57 ),58 array(59 'name' => __('Posts Grid', 'elespare'),60 'slug' => 'posts-grid',61 ),62 array(63 'name' => __('Posts List', 'elespare'),64 'slug' => 'posts-list',65 ),66 array(67 'name' => __('Posts Full', 'elespare'),68 'slug' => 'posts-full',69 ),70 array(71 'name' => __('Posts Single Column', 'elespare'),72 'slug' => 'posts-single-column',73 ),74 array(75 'name' => __('Posts Slider', 'elespare'),76 'slug' => 'posts-slider',77 ),78 array(79 'name' => __('Posts Timeline', 'elespare'),80 'slug' => 'posts-timeline',81 ),82 array(83 'name' => __('Posts Author', 'elespare'),84 'slug' => 'posts-author',85 ),86 array(87 'name' => __('Posts Flash (Ticker)', 'elespare'),88 'slug' => 'posts-flash',89 ),90 array(91 'name' => __('Social Link', 'elespare'),92 'slug' => 'social-link',93 ),31 array( 32 'name' => __('Express Posts Grid', 'elespare'), 33 'slug' => 'express-posts-grid', 34 ), 35 array( 36 'name' => __('Posts Carousel', 'elespare'), 37 'slug' => 'post-carousel', 38 ), 39 array( 40 'name' => __('Posts Trending Carousel', 'elespare'), 41 'slug' => 'post-trending-carousel', 42 ), 43 array( 44 'name' => __('Tabbed Posts Grid', 'elespare'), 45 'slug' => 'posts-tabbed', 46 ), 47 array( 48 'name' => __('Posts Tile ', 'elespare'), 49 'slug' => 'posts-tile', 50 ), 51 array( 52 'name' => __('Posts Masonry', 'elespare'), 53 'slug' => 'posts-masonry', 54 ), 55 array( 56 'name' => __('Posts Grid', 'elespare'), 57 'slug' => 'posts-grid', 58 ), 59 array( 60 'name' => __('Posts List', 'elespare'), 61 'slug' => 'posts-list', 62 ), 63 array( 64 'name' => __('Posts Full', 'elespare'), 65 'slug' => 'posts-full', 66 ), 67 array( 68 'name' => __('Posts Single Column', 'elespare'), 69 'slug' => 'posts-single-column', 70 ), 71 array( 72 'name' => __('Posts Slider', 'elespare'), 73 'slug' => 'posts-slider', 74 ), 75 array( 76 'name' => __('Posts Timeline', 'elespare'), 77 'slug' => 'posts-timeline', 78 ), 79 array( 80 'name' => __('Posts Author', 'elespare'), 81 'slug' => 'posts-author', 82 ), 83 array( 84 'name' => __('Posts Flash (Ticker)', 'elespare'), 85 'slug' => 'posts-flash', 86 ), 87 array( 88 'name' => __('Social Link', 'elespare'), 89 'slug' => 'social-link', 90 ), 94 91 95 );92 ); 96 93 97 94 95 } 98 96 } -
elespare/trunk/readme.txt
r2601064 r2601517 6 6 Tested up to: 5.8 7 7 Requires PHP: 5.3 8 Stable tag: 1.1. 08 Stable tag: 1.1.1 9 9 License: GPLv3 or later 10 10 License URI: https://opensource.org/licenses/GPL-3.0 GPL-3.0-only … … 185 185 186 186 == Changelog == 187 = 1.1.1 = 188 * Function redeclaration issue solved 189 187 190 = 1.1.0 = 188 191 * Template kits folder added
Note: See TracChangeset
for help on using the changeset viewer.