Plugin Directory

Changeset 3452220


Ignore:
Timestamp:
02/02/2026 03:22:48 PM (2 weeks ago)
Author:
DannyCooper
Message:

Update to version 4.0.6 from GitHub

Location:
olympus-google-fonts
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • olympus-google-fonts/tags/4.0.6/changelog.txt

    r3450689 r3452220  
     1= 4.0.6 =
     2
     3* Fix issue with repeater control not saving values correctly
     4
    15= 4.0.5 =
    26
  • olympus-google-fonts/tags/4.0.6/class-olympus-google-fonts.php

    r3450689 r3452220  
    3939    public function constants() {
    4040        if ( ! defined( 'OGF_VERSION' ) ) {
    41             define( 'OGF_VERSION', '4.0.5' );
     41            define( 'OGF_VERSION', '4.0.6' );
    4242        }
    4343
  • olympus-google-fonts/tags/4.0.6/includes/customizer/controls/class-ogf-customize-repeater-control.php

    r3450516 r3452220  
    2929     */
    3030    public function enqueue() {
    31         wp_enqueue_script( 'customizer-repeater-script', OGF_DIR_URL . 'assets/js/customizer-repeater.js', array( 'jquery', 'jquery-ui-draggable', 'wp-color-picker' ), OGF_VERSION, true );
     31        wp_enqueue_script( 'ogf-customizer-repeater', OGF_DIR_URL . 'assets/js/customizer-repeater.js', array( 'jquery' ), OGF_VERSION, true );
    3232        $ogf_repeater = array( 'return_url' => esc_url( admin_url( '/customize.php?autofocus[section]=ogf_custom' ) ) );
    33         wp_localize_script( 'customizer-repeater-script', 'ogf_repeater', $ogf_repeater );
     33        wp_localize_script( 'ogf-customizer-repeater', 'ogf_repeater', $ogf_repeater );
    3434    }
    3535
  • olympus-google-fonts/tags/4.0.6/olympus-google-fonts.php

    r3450689 r3452220  
    66 * Plugin URI:  https://wordpress.org/plugins/olympus-google-fonts/
    77 * Description: The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts.
    8  * Version:     4.0.5
     8 * Version:     4.0.6
    99 * Author:      Fonts Plugin
    1010 * Author URI:  https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description
  • olympus-google-fonts/tags/4.0.6/readme.txt

    r3450689 r3452220  
    66Tested up to: 6.9
    77License: GPLv2 or later
    8 Stable tag: 4.0.5
     8Stable tag: 4.0.6
    99
    1010The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts.
  • olympus-google-fonts/trunk/changelog.txt

    r3450689 r3452220  
     1= 4.0.6 =
     2
     3* Fix issue with repeater control not saving values correctly
     4
    15= 4.0.5 =
    26
  • olympus-google-fonts/trunk/class-olympus-google-fonts.php

    r3450689 r3452220  
    3939    public function constants() {
    4040        if ( ! defined( 'OGF_VERSION' ) ) {
    41             define( 'OGF_VERSION', '4.0.5' );
     41            define( 'OGF_VERSION', '4.0.6' );
    4242        }
    4343
  • olympus-google-fonts/trunk/includes/customizer/controls/class-ogf-customize-repeater-control.php

    r3450516 r3452220  
    2929     */
    3030    public function enqueue() {
    31         wp_enqueue_script( 'customizer-repeater-script', OGF_DIR_URL . 'assets/js/customizer-repeater.js', array( 'jquery', 'jquery-ui-draggable', 'wp-color-picker' ), OGF_VERSION, true );
     31        wp_enqueue_script( 'ogf-customizer-repeater', OGF_DIR_URL . 'assets/js/customizer-repeater.js', array( 'jquery' ), OGF_VERSION, true );
    3232        $ogf_repeater = array( 'return_url' => esc_url( admin_url( '/customize.php?autofocus[section]=ogf_custom' ) ) );
    33         wp_localize_script( 'customizer-repeater-script', 'ogf_repeater', $ogf_repeater );
     33        wp_localize_script( 'ogf-customizer-repeater', 'ogf_repeater', $ogf_repeater );
    3434    }
    3535
  • olympus-google-fonts/trunk/olympus-google-fonts.php

    r3450689 r3452220  
    66 * Plugin URI:  https://wordpress.org/plugins/olympus-google-fonts/
    77 * Description: The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts.
    8  * Version:     4.0.5
     8 * Version:     4.0.6
    99 * Author:      Fonts Plugin
    1010 * Author URI:  https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description
  • olympus-google-fonts/trunk/readme.txt

    r3450689 r3452220  
    66Tested up to: 6.9
    77License: GPLv2 or later
    8 Stable tag: 4.0.5
     8Stable tag: 4.0.6
    99
    1010The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts.
Note: See TracChangeset for help on using the changeset viewer.