Plugin Directory

Changeset 2923218


Ignore:
Timestamp:
06/08/2023 07:40:39 AM (3 years ago)
Author:
wallkit
Message:

tagging version 3.1.5

Location:
wallkit
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wallkit/tags/3.1.5/public/class-wallkit-wp-public.php

    r2920539 r2923218  
    8080            wp_enqueue_style(
    8181                $this->plugin_name . '-google-fonts',
    82                 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Oswald:wght@400;500;700&display=swap',
    83                 false
     82                'https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap',
     83                array(), null
    8484            );
    8585            wp_enqueue_style($this->plugin_name, WPWKP_plugin_url() . '/public/css/wallkit-wp-public.min.css', array(), $this->version, 'all');
  • wallkit/tags/3.1.5/readme.txt

    r2920539 r2923218  
    2727
    2828== Changelog ==
     29
     30= 3.1.5 =
     31*Release Date - 8 June 2023*
     32
     33#### Updates including:
     34- Fixed add fonts.
    2935
    3036= 3.1.4 =
  • wallkit/tags/3.1.5/wallkit-wp.php

    r2920539 r2923218  
    1010 * Plugin URI:        https://wallkit.net
    1111 * Description:       A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales.
    12  * Version:           3.1.4
     12 * Version:           3.1.5
    1313 * Author:            Wallkit <dev@wallkit.net>
    1414 * Author URI:        https://wallkit.net/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WPWKP_VERSION', '3.1.4' );
     29define( 'WPWKP_VERSION', '3.1.5' );
    3030
    3131/**
  • wallkit/trunk/public/class-wallkit-wp-public.php

    r2920539 r2923218  
    8080            wp_enqueue_style(
    8181                $this->plugin_name . '-google-fonts',
    82                 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Oswald:wght@400;500;700&display=swap',
    83                 false
     82                'https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap',
     83                array(), null
    8484            );
    8585            wp_enqueue_style($this->plugin_name, WPWKP_plugin_url() . '/public/css/wallkit-wp-public.min.css', array(), $this->version, 'all');
  • wallkit/trunk/readme.txt

    r2920539 r2923218  
    2727
    2828== Changelog ==
     29
     30= 3.1.5 =
     31*Release Date - 8 June 2023*
     32
     33#### Updates including:
     34- Fixed add fonts.
    2935
    3036= 3.1.4 =
  • wallkit/trunk/wallkit-wp.php

    r2920539 r2923218  
    1010 * Plugin URI:        https://wallkit.net
    1111 * Description:       A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales.
    12  * Version:           3.1.4
     12 * Version:           3.1.5
    1313 * Author:            Wallkit <dev@wallkit.net>
    1414 * Author URI:        https://wallkit.net/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WPWKP_VERSION', '3.1.4' );
     29define( 'WPWKP_VERSION', '3.1.5' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.