Plugin Directory

Changeset 1982736


Ignore:
Timestamp:
11/29/2018 04:57:00 PM (7 years ago)
Author:
avisverifies
Message:

new version 1.8.4

Location:
netreviews/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • netreviews/trunk/changelog.txt

    r1978997 r1982736  
     1version: 1.8.4 / 28/11/2018
     2-including font straight in our module. (Avoiding external calls).
     3
    14version: 1.8.3 / date 22/11/2018
    25- change wording nfservice
  • netreviews/trunk/functions.php

    r1978997 r1982736  
    55function ntav_update_version_plugin()
    66{
    7     ntav_updateValue('MODVERSION', '1.8.3');
     7    ntav_updateValue('MODVERSION', '1.8.4');
    88}
    99
  • netreviews/trunk/includes/av_backoffice.php

    r1910448 r1982736  
    2222
    2323wp_enqueue_style("av_backoffice", plugins_url('css/av_backoffice.css', __FILE__));
    24 wp_enqueue_style("av_source_sans_pro", 'https://fonts.googleapis.com/css?family=Source+Sans+Pro');
    2524
    2625$pluginImagesURL = plugins_url('includes/images/', dirname(__FILE__));
  • netreviews/trunk/includes/css/av_backoffice.css

    r1859148 r1982736  
    610610}
    611611
     612/* cyrillic-ext */
     613@font-face {
     614  font-family: 'Source Sans Pro';
     615  font-style: normal;
     616  font-weight: 400;
     617  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
     618  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
     619}
     620/* cyrillic */
     621@font-face {
     622  font-family: 'Source Sans Pro';
     623  font-style: normal;
     624  font-weight: 400;
     625  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
     626  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
     627}
     628/* greek-ext */
     629@font-face {
     630  font-family: 'Source Sans Pro';
     631  font-style: normal;
     632  font-weight: 400;
     633  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
     634  unicode-range: U+1F00-1FFF;
     635}
     636/* greek */@font-face {
     637  font-family: 'Source Sans Pro';
     638  font-style: normal;
     639  font-weight: 400;
     640  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
     641  unicode-range: U+0370-03FF;
     642}
     643/* vietnamese */
     644@font-face {
     645  font-family: 'Source Sans Pro';
     646  font-style: normal;
     647  font-weight: 400;
     648  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
     649  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
     650}
     651/* latin-ext */
     652@font-face {
     653  font-family: 'Source Sans Pro';
     654  font-style: normal;
     655  font-weight: 400;
     656  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
     657  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
     658}
     659/* latin */
     660@font-face {
     661  font-family: 'Source Sans Pro';
     662  font-style: normal;
     663  font-weight: 400;
     664  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
     665  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
     666}
  • netreviews/trunk/netreviews.php

    r1978997 r1982736  
    88 * Description: We provide you with a solution that enables you to collect customer reviews about your website and products which will show on your
    99 * website and on a attestation which will increase the credibility of published reviews.
    10  * Version: 1.8.3
     10 * Version: 1.8.4
    1111 * Author: NetReviews SAS <contact@avis-verifies.com>
    1212 * Author URI: www.avis-verifies.com
  • netreviews/trunk/readme.txt

    r1978997 r1982736  
    5757
    5858== Changelog ==
     59
     60version: 1.8.4 / 28/11/2018
     61-including font straight in our module. (Avoiding external calls).
    5962
    6063version: 1.8.3 / date 22/11/2018
Note: See TracChangeset for help on using the changeset viewer.