Plugin Directory

Changeset 3105295


Ignore:
Timestamp:
06/20/2024 06:20:29 PM (21 months ago)
Author:
awsmin
Message:

V 1.3.2 - 2024-06-19

  • Code improvements and minor bug fixes.
Location:
awsm-team
Files:
43 added
3 edited

Legend:

Unmodified
Added
Removed
  • awsm-team/trunk/awsm-team.php

    r3101927 r3105295  
    44 * Plugin URI: https://docs.awsm.in/team-pro-documentation
    55 * 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.1
     6 * Version: 1.3.2
    77 * Requires at least: 4.0
    88 * Requires PHP: 5.6
     
    6868                'plugin_base'    => dirname( plugin_basename( __FILE__ ) ),
    6969                'plugin_file'    => __FILE__,
    70                 'plugin_version' => '1.3.1',
     70                'plugin_version' => '1.3.2',
    7171            );
    7272            $this->load_plugin_textdomain();
     
    180180            }
    181181
    182             $template = $this->settings['plugin_path'] . 'templates/' . $options['team-style'] . '.php';
     182            $template = $this->settings['plugin_path'] . 'templates/' . $team_style . '.php';
    183183            if ( file_exists( $template ) ) {
    184184                ob_start();
     
    193193                wp_reset_postdata();
    194194                return ob_get_clean();
     195            } else {
     196                return '<div class="awsm-team-error">' . esc_html__( 'Template not found', 'awsm-team' ) . '</div>';
    195197            }
    196198        }
  • awsm-team/trunk/language/awsm-team.pot

    r3101927 r3105295  
    88"Content-Transfer-Encoding: 8bit\n"
    99"Language-Team: AWSM innovations <hello@awsm.in>\n"
    10 "POT-Creation-Date: 2024-06-11 05:47+0000\n"
     10"POT-Creation-Date: 2024-06-19 06:37+0000\n"
    1111"X-Poedit-Basepath: ..\n"
    1212"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"
     
    2828msgstr ""
    2929
    30 #: awsm-team.php:226
     30#: awsm-team.php:196
     31msgid "Template not found"
     32msgstr ""
     33
     34#: awsm-team.php:228
    3135msgid "Team Member"
    3236msgstr ""
    3337
    34 #: awsm-team.php:227
     38#: awsm-team.php:229
    3539msgid "Team Members"
    3640msgstr ""
    3741
    38 #: awsm-team.php:231
     42#: awsm-team.php:233
    3943msgid "AWSM Team"
    4044msgstr ""
    4145
    42 #: awsm-team.php:232
     46#: awsm-team.php:234
    4347msgid "Add New Member"
    4448msgstr ""
    4549
    4650#. translators: %s: singular term
    47 #: awsm-team.php:234, awsm-team.php:278
     51#: awsm-team.php:236, awsm-team.php:280
    4852msgid "Add %s"
    4953msgstr ""
    5054
    5155#. translators: %s: singular term
    52 #: awsm-team.php:236, awsm-team.php:280
     56#: awsm-team.php:238, awsm-team.php:282
    5357msgid "New %s"
    5458msgstr ""
    5559
    5660#. translators: %s: singular term
    57 #: awsm-team.php:238, awsm-team.php:282
     61#: awsm-team.php:240, awsm-team.php:284
    5862msgid "Edit %s"
    5963msgstr ""
    6064
    6165#. translators: %s: singular term
    62 #: awsm-team.php:240, awsm-team.php:284
     66#: awsm-team.php:242, awsm-team.php:286
    6367msgid "View %s"
    6468msgstr ""
    6569
    66 #: awsm-team.php:241, awsm-team.php:412, includes/team-details.php:18
     70#: awsm-team.php:243, awsm-team.php:414, includes/team-details.php:18
    6771msgid "Members"
    6872msgstr ""
    6973
    7074#. translators: %s: plural term
    71 #: awsm-team.php:243, awsm-team.php:287
     75#: awsm-team.php:245, awsm-team.php:289
    7276msgid "Search %s"
    7377msgstr ""
    7478
    7579#. translators: %s: plural term
    76 #: awsm-team.php:245, awsm-team.php:289
     80#: awsm-team.php:247, awsm-team.php:291
    7781msgid "No %s found"
    7882msgstr ""
    7983
    8084#. translators: %s: plural term
    81 #: awsm-team.php:247, awsm-team.php:291
     85#: awsm-team.php:249, awsm-team.php:293
    8286msgid "No %s found in trash"
    8387msgstr ""
    8488
    8589#. translators: %s: plural term
    86 #: awsm-team.php:252, awsm-team.php:296
     90#: awsm-team.php:254, awsm-team.php:298
    8791msgid "This is where you can create and manage %s."
    8892msgstr ""
    8993
    90 #: awsm-team.php:270
     94#: awsm-team.php:272
    9195msgid "Team"
    9296msgstr ""
    9397
    94 #: awsm-team.php:271, awsm-team.php:285
     98#: awsm-team.php:273, awsm-team.php:287
    9599msgid "Teams"
    96100msgstr ""
    97101
    98 #: awsm-team.php:275
     102#: awsm-team.php:277
    99103msgid "Awsm Team"
    100104msgstr ""
    101105
    102 #: awsm-team.php:276, awsm-team.php:485, awsm-team.php:485
     106#: awsm-team.php:278, awsm-team.php:487, awsm-team.php:487
    103107msgid "Add Team"
    104108msgstr ""
    105109
    106 #: awsm-team.php:356
     110#: awsm-team.php:358
    107111msgid "Please upload square-cropped photos with a minimum dimension of 500px"
    108112msgstr ""
    109113
    110 #: awsm-team.php:373, awsm-team.php:411, templates/table.php:17
     114#: awsm-team.php:375, awsm-team.php:413, templates/table.php:17
    111115msgid "Name"
    112116msgstr ""
    113117
    114 #: awsm-team.php:374
     118#: awsm-team.php:376
    115119msgid "Photo"
    116120msgstr ""
    117121
    118 #: awsm-team.php:375, includes/member-details.php:15, templates/table.php:20
     122#: awsm-team.php:377, includes/member-details.php:15, templates/table.php:20
    119123msgid "Designation"
    120124msgstr ""
    121125
    122 #: awsm-team.php:413
     126#: awsm-team.php:415
    123127msgid "Preset"
    124128msgstr ""
    125129
    126 #: awsm-team.php:414, includes/team-details.php:112
     130#: awsm-team.php:416, includes/team-details.php:112
    127131msgid "Style"
    128132msgstr ""
    129133
    130 #: awsm-team.php:415, awsm-team.php:455
     134#: awsm-team.php:417, awsm-team.php:457
    131135msgid "Shortcode"
    132136msgstr ""
    133137
    134 #: awsm-team.php:455
     138#: awsm-team.php:457
    135139msgid "Copy"
    136140msgstr ""
    137141
    138 #: awsm-team.php:494
     142#: awsm-team.php:496
    139143msgid "Member Details"
    140144msgstr ""
    141145
    142 #: awsm-team.php:495
     146#: awsm-team.php:497
    143147msgid "Team Details"
    144148msgstr ""
    145149
    146 #: awsm-team.php:496
     150#: awsm-team.php:498
    147151msgid "Upgrade to Pro"
    148152msgstr ""
    149153
    150 #: awsm-team.php:840
     154#: awsm-team.php:842
    151155msgid "Thanks for upgrading AWSM Team Pro! The free version ‘AWSM Team’ has now been deactivated."
    152156msgstr ""
  • awsm-team/trunk/readme.txt

    r3101927 r3105295  
    5454== Changelog ==
    5555
     56= V 1.3.2 - 2024-06-19 =
     57* Code improvements and other minor bug fixes.
     58
    5659= V 1.3.1 - 2024-06-11 =
    5760* Fixed: Vulnerability fixes
Note: See TracChangeset for help on using the changeset viewer.