Changeset 3105295
- Timestamp:
- 06/20/2024 06:20:29 PM (21 months ago)
- Location:
- awsm-team
- Files:
-
- 43 added
- 3 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/awsm-team.php (added)
-
tags/1.3.1/css (added)
-
tags/1.3.1/css/admin.css (added)
-
tags/1.3.1/css/fonts (added)
-
tags/1.3.1/css/fonts/icomoon.eot (added)
-
tags/1.3.1/css/fonts/icomoon.svg (added)
-
tags/1.3.1/css/fonts/icomoon.ttf (added)
-
tags/1.3.1/css/fonts/icomoon.woff (added)
-
tags/1.3.1/css/icomoon.css (added)
-
tags/1.3.1/css/select2.min.css (added)
-
tags/1.3.1/css/team.css (added)
-
tags/1.3.1/css/team.min.css (added)
-
tags/1.3.1/images (added)
-
tags/1.3.1/images/cards.jpg (added)
-
tags/1.3.1/images/circles.jpg (added)
-
tags/1.3.1/images/close.png (added)
-
tags/1.3.1/images/default-user.png (added)
-
tags/1.3.1/images/drawer.jpg (added)
-
tags/1.3.1/images/grid.jpg (added)
-
tags/1.3.1/images/list.jpg (added)
-
tags/1.3.1/images/modal.jpg (added)
-
tags/1.3.1/images/slide-ins.jpg (added)
-
tags/1.3.1/images/table.jpg (added)
-
tags/1.3.1/images/team-vc-icon.png (added)
-
tags/1.3.1/includes (added)
-
tags/1.3.1/includes/member-details.php (added)
-
tags/1.3.1/includes/pro-features.php (added)
-
tags/1.3.1/includes/team-details.php (added)
-
tags/1.3.1/js (added)
-
tags/1.3.1/js/select2.min.js (added)
-
tags/1.3.1/js/team-admin.js (added)
-
tags/1.3.1/js/team.js (added)
-
tags/1.3.1/js/team.min.js (added)
-
tags/1.3.1/language (added)
-
tags/1.3.1/language/awsm-team.pot (added)
-
tags/1.3.1/readme.txt (added)
-
tags/1.3.1/templates (added)
-
tags/1.3.1/templates/cards.php (added)
-
tags/1.3.1/templates/list.php (added)
-
tags/1.3.1/templates/partials (added)
-
tags/1.3.1/templates/partials/social.php (added)
-
tags/1.3.1/templates/table.php (added)
-
trunk/awsm-team.php (modified) (4 diffs)
-
trunk/language/awsm-team.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
awsm-team/trunk/awsm-team.php
r3101927 r3105295 4 4 * Plugin URI: https://docs.awsm.in/team-pro-documentation 5 5 * Description: The most versatile plugin to create and manage your Team page. Packed with 8 unique presets and number of styles to choose from. 6 * Version: 1.3. 16 * Version: 1.3.2 7 7 * Requires at least: 4.0 8 8 * Requires PHP: 5.6 … … 68 68 'plugin_base' => dirname( plugin_basename( __FILE__ ) ), 69 69 'plugin_file' => __FILE__, 70 'plugin_version' => '1.3. 1',70 'plugin_version' => '1.3.2', 71 71 ); 72 72 $this->load_plugin_textdomain(); … … 180 180 } 181 181 182 $template = $this->settings['plugin_path'] . 'templates/' . $ options['team-style']. '.php';182 $template = $this->settings['plugin_path'] . 'templates/' . $team_style . '.php'; 183 183 if ( file_exists( $template ) ) { 184 184 ob_start(); … … 193 193 wp_reset_postdata(); 194 194 return ob_get_clean(); 195 } else { 196 return '<div class="awsm-team-error">' . esc_html__( 'Template not found', 'awsm-team' ) . '</div>'; 195 197 } 196 198 } -
awsm-team/trunk/language/awsm-team.pot
r3101927 r3105295 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Language-Team: AWSM innovations <hello@awsm.in>\n" 10 "POT-Creation-Date: 2024-06-1 1 05:47+0000\n"10 "POT-Creation-Date: 2024-06-19 06:37+0000\n" 11 11 "X-Poedit-Basepath: ..\n" 12 12 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" … … 28 28 msgstr "" 29 29 30 #: awsm-team.php:226 30 #: awsm-team.php:196 31 msgid "Template not found" 32 msgstr "" 33 34 #: awsm-team.php:228 31 35 msgid "Team Member" 32 36 msgstr "" 33 37 34 #: awsm-team.php:22 738 #: awsm-team.php:229 35 39 msgid "Team Members" 36 40 msgstr "" 37 41 38 #: awsm-team.php:23 142 #: awsm-team.php:233 39 43 msgid "AWSM Team" 40 44 msgstr "" 41 45 42 #: awsm-team.php:23 246 #: awsm-team.php:234 43 47 msgid "Add New Member" 44 48 msgstr "" 45 49 46 50 #. translators: %s: singular term 47 #: awsm-team.php:23 4, awsm-team.php:27851 #: awsm-team.php:236, awsm-team.php:280 48 52 msgid "Add %s" 49 53 msgstr "" 50 54 51 55 #. translators: %s: singular term 52 #: awsm-team.php:23 6, awsm-team.php:28056 #: awsm-team.php:238, awsm-team.php:282 53 57 msgid "New %s" 54 58 msgstr "" 55 59 56 60 #. translators: %s: singular term 57 #: awsm-team.php:2 38, awsm-team.php:28261 #: awsm-team.php:240, awsm-team.php:284 58 62 msgid "Edit %s" 59 63 msgstr "" 60 64 61 65 #. translators: %s: singular term 62 #: awsm-team.php:24 0, awsm-team.php:28466 #: awsm-team.php:242, awsm-team.php:286 63 67 msgid "View %s" 64 68 msgstr "" 65 69 66 #: awsm-team.php:24 1, awsm-team.php:412, includes/team-details.php:1870 #: awsm-team.php:243, awsm-team.php:414, includes/team-details.php:18 67 71 msgid "Members" 68 72 msgstr "" 69 73 70 74 #. translators: %s: plural term 71 #: awsm-team.php:24 3, awsm-team.php:28775 #: awsm-team.php:245, awsm-team.php:289 72 76 msgid "Search %s" 73 77 msgstr "" 74 78 75 79 #. translators: %s: plural term 76 #: awsm-team.php:24 5, awsm-team.php:28980 #: awsm-team.php:247, awsm-team.php:291 77 81 msgid "No %s found" 78 82 msgstr "" 79 83 80 84 #. translators: %s: plural term 81 #: awsm-team.php:24 7, awsm-team.php:29185 #: awsm-team.php:249, awsm-team.php:293 82 86 msgid "No %s found in trash" 83 87 msgstr "" 84 88 85 89 #. translators: %s: plural term 86 #: awsm-team.php:25 2, awsm-team.php:29690 #: awsm-team.php:254, awsm-team.php:298 87 91 msgid "This is where you can create and manage %s." 88 92 msgstr "" 89 93 90 #: awsm-team.php:27 094 #: awsm-team.php:272 91 95 msgid "Team" 92 96 msgstr "" 93 97 94 #: awsm-team.php:27 1, awsm-team.php:28598 #: awsm-team.php:273, awsm-team.php:287 95 99 msgid "Teams" 96 100 msgstr "" 97 101 98 #: awsm-team.php:27 5102 #: awsm-team.php:277 99 103 msgid "Awsm Team" 100 104 msgstr "" 101 105 102 #: awsm-team.php:27 6, awsm-team.php:485, awsm-team.php:485106 #: awsm-team.php:278, awsm-team.php:487, awsm-team.php:487 103 107 msgid "Add Team" 104 108 msgstr "" 105 109 106 #: awsm-team.php:35 6110 #: awsm-team.php:358 107 111 msgid "Please upload square-cropped photos with a minimum dimension of 500px" 108 112 msgstr "" 109 113 110 #: awsm-team.php:37 3, awsm-team.php:411, templates/table.php:17114 #: awsm-team.php:375, awsm-team.php:413, templates/table.php:17 111 115 msgid "Name" 112 116 msgstr "" 113 117 114 #: awsm-team.php:37 4118 #: awsm-team.php:376 115 119 msgid "Photo" 116 120 msgstr "" 117 121 118 #: awsm-team.php:37 5, includes/member-details.php:15, templates/table.php:20122 #: awsm-team.php:377, includes/member-details.php:15, templates/table.php:20 119 123 msgid "Designation" 120 124 msgstr "" 121 125 122 #: awsm-team.php:41 3126 #: awsm-team.php:415 123 127 msgid "Preset" 124 128 msgstr "" 125 129 126 #: awsm-team.php:41 4, includes/team-details.php:112130 #: awsm-team.php:416, includes/team-details.php:112 127 131 msgid "Style" 128 132 msgstr "" 129 133 130 #: awsm-team.php:41 5, awsm-team.php:455134 #: awsm-team.php:417, awsm-team.php:457 131 135 msgid "Shortcode" 132 136 msgstr "" 133 137 134 #: awsm-team.php:45 5138 #: awsm-team.php:457 135 139 msgid "Copy" 136 140 msgstr "" 137 141 138 #: awsm-team.php:49 4142 #: awsm-team.php:496 139 143 msgid "Member Details" 140 144 msgstr "" 141 145 142 #: awsm-team.php:49 5146 #: awsm-team.php:497 143 147 msgid "Team Details" 144 148 msgstr "" 145 149 146 #: awsm-team.php:49 6150 #: awsm-team.php:498 147 151 msgid "Upgrade to Pro" 148 152 msgstr "" 149 153 150 #: awsm-team.php:84 0154 #: awsm-team.php:842 151 155 msgid "Thanks for upgrading AWSM Team Pro! The free version ‘AWSM Team’ has now been deactivated." 152 156 msgstr "" -
awsm-team/trunk/readme.txt
r3101927 r3105295 54 54 == Changelog == 55 55 56 = V 1.3.2 - 2024-06-19 = 57 * Code improvements and other minor bug fixes. 58 56 59 = V 1.3.1 - 2024-06-11 = 57 60 * Fixed: Vulnerability fixes
Note: See TracChangeset
for help on using the changeset viewer.