Plugin Directory

Changeset 3444787


Ignore:
Timestamp:
01/22/2026 11:47:38 AM (2 months ago)
Author:
svgator
Message:

Support for authorization page logo customization added

Location:
svgator
Files:
52 added
5 edited

Legend:

Unmodified
Added
Removed
  • svgator/.idea/workspace.xml

    r3123949 r3444787  
    1616    <execution />
    1717  </component>
    18   <component name="PhpWorkspaceProjectConfiguration" interpreter_name="C:\php-8.3.3-Win32-vs16-x64\php.exe" />
     18  <component name="PhpWorkspaceProjectConfiguration" interpreter_name="C:\webserver\php-8.4\php.exe" />
    1919  <component name="ProjectColorInfo">{
    2020  &quot;associatedIndex&quot;: 6
     
    2525    <option name="showLibraryContents" value="true" />
    2626  </component>
    27   <component name="PropertiesComponent">{
    28   &quot;keyToString&quot;: {
    29     &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
    30     &quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
    31     &quot;last_opened_file_path&quot;: &quot;C:/webserver/wp-plugin-svn&quot;,
    32     &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
    33     &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
    34     &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
    35     &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
    36     &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
    37     &quot;settings.editor.selected.configurable&quot;: &quot;preferences.sourceCode.PHP&quot;,
    38     &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
     27  <component name="PropertiesComponent"><![CDATA[{
     28  "keyToString": {
     29    "RunOnceActivity.ShowReadmeOnStart": "true",
     30    "ignore.virus.scanning.warn.message": "true",
     31    "last_opened_file_path": "C:/webserver/SVGator/wp-svn",
     32    "node.js.detected.package.eslint": "true",
     33    "node.js.detected.package.tslint": "true",
     34    "node.js.selected.package.eslint": "(autodetect)",
     35    "node.js.selected.package.tslint": "(autodetect)",
     36    "nodejs_package_manager_path": "npm",
     37    "settings.editor.selected.configurable": "preferences.sourceCode.PHP",
     38    "vue.rearranger.settings.migration": "true"
    3939  }
    40 }</component>
     40}]]></component>
    4141  <component name="SharedIndexes">
    4242    <attachedChunks>
    4343      <set>
    44         <option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-PS-241.18034.69" />
    45         <option value="bundled-php-predefined-ba97393d7c68-48a1a656d44e-com.jetbrains.php.sharedIndexes-PS-241.18034.69" />
     44        <option value="bundled-js-predefined-d6986cc7102b-deb605915726-JavaScript-PS-243.22562.233" />
     45        <option value="bundled-php-predefined-a98d8de5180a-7980c7aaca61-com.jetbrains.php.sharedIndexes-PS-243.22562.233" />
    4646      </set>
    4747    </attachedChunks>
     
    4949  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
    5050  <component name="SvnConfiguration" cleanupOnStartRun="true">
    51     <configuration>C:\Users\louis\AppData\Roaming\Subversion</configuration>
     51    <configuration>C:\Users\Tibi\AppData\Roaming\Subversion</configuration>
    5252    <supportedVersion>125</supportedVersion>
    53   </component>
    54   <component name="SvnFileUrlMappingImpl">
    55     <option name="myMappingRoots">
    56       <list>
    57         <SvnCopyRootSimple>
    58           <option name="myVcsRoot" value="C:\webserver\wp-plugin-svn" />
    59           <option name="myCopyRoot" value="C:\webserver\wp-plugin-svn" />
    60         </SvnCopyRootSimple>
    61       </list>
    62     </option>
    63     <option name="myMoreRealMappingRoots">
    64       <list>
    65         <SvnCopyRootSimple>
    66           <option name="myVcsRoot" value="C:\webserver\wp-plugin-svn" />
    67           <option name="myCopyRoot" value="C:\webserver\wp-plugin-svn" />
    68         </SvnCopyRootSimple>
    69       </list>
    70     </option>
    7153  </component>
    7254  <component name="TaskManager">
     
    8163      <workItem from="1721711314777" duration="36000" />
    8264      <workItem from="1721711366156" duration="35000" />
     65      <workItem from="1769081517651" duration="773000" />
    8366    </task>
    8467    <servers />
  • svgator/trunk/admin/js/WP_SVGatorMenu.js

    r3201021 r3444787  
    239239                false,
    240240                endpoint,
     241                'wordpress',
    241242            ).then(function(resp) {
    242243                if (!resp || !resp.auth_code || !resp.app_id) {
  • svgator/trunk/readme.txt

    r3367203 r3444787  
    66Requires at least: 5.0
    77Requires PHP: 5.2
    8 Tested up to: 6.8
    9 Stable tag: 1.3.4
     8Tested up to: 6.9
     9Stable tag: 1.3.5
    1010License: GPLv2
    1111
     
    9090
    9191== Changelog ==
     92
     93= 1.3.5 =
     94* SVGator SDK updated to show wordpress logo on authorization screen
     95* Functionality retested for version 6.9
    9296
    9397= 1.3.4 =
     
    165169== Upgrade Notice ==
    166170
    167 For full functionality update to version 1.3.4
     171For full functionality update to version 1.3.5
    168172
    169173== Disclosure ==
  • svgator/trunk/sdk/class/SVGatorSDK/Main.php

    r3123220 r3444787  
    1515     * @return string
    1616     */
    17     public static function getLoginUrl( $appId, $redirectUrl ) {
    18         return 'https://app.svgator.com/app-auth/connect'
    19                . '?appId=' . urlencode( $appId )
    20                . '&redirect=' . urlencode( $redirectUrl );
    21     }
     17    public static function getLoginUrl($appId, $redirectUrl, $appName = null) {
     18        $queryParams = [
     19            'appId'    => $appId,
     20            'redirect' => $redirectUrl,
     21        ];
     22        if ($appName) {
     23            $queryParams['app_name'] = $appName;
     24        }
     25        return 'https://app.svgator.com/app-auth/connect?' . http_build_query($queryParams);
     26    }
    2227
    2328    /**
  • svgator/trunk/svgator.php

    r3367203 r3444787  
    44 * Plugin URI: https://www.svgator.com/help/getting-started/how-to-add-svg-to-wordpress
    55 * Description: Import your animated SVGs from SVGator.com
    6  * Version: 1.3.4
     6 * Version: 1.3.5
    77 * Author: SVGator
    88 * Author URI: https://www.svgator.com
     
    3737}
    3838
    39 const WP_SVGATOR_VERSION = '1.3.4';
     39const WP_SVGATOR_VERSION = '1.3.5';
    4040define( 'WP_SVGATOR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    4141define( 'WP_SVGATOR_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.