Changeset 2923218
- Timestamp:
- 06/08/2023 07:40:39 AM (3 years ago)
- Location:
- wallkit
- Files:
-
- 6 edited
- 1 copied
-
tags/3.1.5 (copied) (copied from wallkit/trunk)
-
tags/3.1.5/public/class-wallkit-wp-public.php (modified) (1 diff)
-
tags/3.1.5/readme.txt (modified) (1 diff)
-
tags/3.1.5/wallkit-wp.php (modified) (2 diffs)
-
trunk/public/class-wallkit-wp-public.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wallkit-wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wallkit/tags/3.1.5/public/class-wallkit-wp-public.php
r2920539 r2923218 80 80 wp_enqueue_style( 81 81 $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 false82 'https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap', 83 array(), null 84 84 ); 85 85 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 27 27 28 28 == Changelog == 29 30 = 3.1.5 = 31 *Release Date - 8 June 2023* 32 33 #### Updates including: 34 - Fixed add fonts. 29 35 30 36 = 3.1.4 = -
wallkit/tags/3.1.5/wallkit-wp.php
r2920539 r2923218 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.1. 412 * Version: 3.1.5 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.1. 4' );29 define( 'WPWKP_VERSION', '3.1.5' ); 30 30 31 31 /** -
wallkit/trunk/public/class-wallkit-wp-public.php
r2920539 r2923218 80 80 wp_enqueue_style( 81 81 $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 false82 'https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap', 83 array(), null 84 84 ); 85 85 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 27 27 28 28 == Changelog == 29 30 = 3.1.5 = 31 *Release Date - 8 June 2023* 32 33 #### Updates including: 34 - Fixed add fonts. 29 35 30 36 = 3.1.4 = -
wallkit/trunk/wallkit-wp.php
r2920539 r2923218 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.1. 412 * Version: 3.1.5 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.1. 4' );29 define( 'WPWKP_VERSION', '3.1.5' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.