Plugin Directory

Changeset 2837162


Ignore:
Timestamp:
12/21/2022 09:26:47 AM (3 years ago)
Author:
pixeldima
Message:

Update to version 1.0.1 from GitHub

Location:
noor-starter-templates
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • noor-starter-templates/tags/1.0.1/class-noor-starter-templates.php

    r2837127 r2837162  
    354354
    355355    public function set_global_palette_fonts() {
    356         $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_URL . '/assets/colors.json', true );
    357         $this->default         = wp_json_file_decode( NOOR_STARTER_TEMPLATES_URL . '/assets/colors-default.json', true );
     356        $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors.json', true );
     357        $this->default         = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors-default.json', true );
    358358
    359359        if ( is_rtl() ) {
     
    514514        }
    515515        if ( ! defined( 'NOOR_STARTER_TEMPLATES_VERSION' ) ) {
    516             define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0.0' );
     516            define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0.1' );
    517517        }
    518518    }
  • noor-starter-templates/tags/1.0.1/noor-starter-templates.php

    r2837127 r2837162  
    44 * Plugin Name: Noor Starter Templates
    55 * Description: Choose the prebuilt website and click to import.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: PixelDima
    88 * Author URI: https://pixeldima.com/
  • noor-starter-templates/trunk/class-noor-starter-templates.php

    r2837127 r2837162  
    354354
    355355    public function set_global_palette_fonts() {
    356         $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_URL . '/assets/colors.json', true );
    357         $this->default         = wp_json_file_decode( NOOR_STARTER_TEMPLATES_URL . '/assets/colors-default.json', true );
     356        $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors.json', true );
     357        $this->default         = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors-default.json', true );
    358358
    359359        if ( is_rtl() ) {
     
    514514        }
    515515        if ( ! defined( 'NOOR_STARTER_TEMPLATES_VERSION' ) ) {
    516             define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0.0' );
     516            define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0.1' );
    517517        }
    518518    }
  • noor-starter-templates/trunk/noor-starter-templates.php

    r2837127 r2837162  
    44 * Plugin Name: Noor Starter Templates
    55 * Description: Choose the prebuilt website and click to import.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: PixelDima
    88 * Author URI: https://pixeldima.com/
Note: See TracChangeset for help on using the changeset viewer.