Make WordPress Themes

Changeset 192245 for jax-lite


Ignore:
Timestamp:
05/22/2023 03:11:27 PM (3 years ago)
Author:
themedropbox
Message:

New version of Jax Lite - 1.4.6

Location:
jax-lite/1.4.6
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jax-lite/1.4.6/core/extras/changelog.php

    r188714 r192245  
    11<div class="changelog_container">
     2
     3    <div class="changelog_element">
     4
     5        <span class="theme_version">
     6            <strong><?php echo esc_html__('v1.4.6', 'jax-lite'); ?></strong>
     7            <?php echo esc_html__('Release date : May, 22 - 2023', 'jax-lite'); ?>
     8            <span class="dashicons dashicons-arrow-down-alt2"></span>
     9        </span>
     10
     11        <div class="changelog_details" style="display: none; ">
     12            <ul>
     13                <li><?php echo esc_html__('Reflected XSS vulnerability', 'jax-lite'); ?></li>
     14            </ul>
     15        </div>
     16
     17    </div>
    218
    319    <div class="changelog_element">
  • jax-lite/1.4.6/core/includes/class-customize.php

    r148255 r192245  
    319319            <div class="inside">
    320320
    321                 <h2><?php esc_html_e('Premium features','jax-lite');?></h2>
    322                 <p><?php esc_html_e('Upgrade to the premium version of Jax, to enable all features.','jax-lite');?></p>
     321                <h2><?php esc_html_e('Pay what you want','jax-lite');?></h2>
     322               
     323                <p><?php esc_html_e('You have the freedom to set your own price for purchasing the Jax theme and receive an additional bundle of 12 WordPress products.','jax-lite');?></p>
     324
     325                <h2><?php esc_html_e('Pro features of Jax','jax-lite');?></h2>
    323326
    324327                <ul class="features-list">
     
    337340                    <li><span class="dashicon dashicons dashicons-yes"></span><?php esc_html_e('Backup section','jax-lite');?></li>
    338341                    <li><span class="dashicon dashicons dashicons-yes"></span><?php esc_html_e('Unlimited website usage','jax-lite');?></li>
    339                     <li><span class="dashicon dashicons dashicons-yes"></span><?php esc_html_e('60% discount on subscription renewal','jax-lite');?></li>
    340342                    <li><span class="dashicon dashicons dashicons-yes"></span><?php esc_html_e('7 days money back guarantee','jax-lite');?></li>
    341343
     
    345347               
    346348                    <li><a class="button demo-button" href="<?php echo esc_url( 'https://demo.themeinprogress.com/?theme=Jax' ); ?>" title="<?php esc_attr_e('View live demo','jax-lite');?>" target="_blank"><?php esc_html_e('View live demo','jax-lite');?></a></li>
    347                     <li><a class="button purchase-button" href="<?php echo esc_url( 'https://www.themeinprogress.com/jax-free-responsive-creative-wordpress-theme/?ref=2&campaign=jax-panel' ); ?>" title="<?php esc_attr_e('Upgrade to Jax Premium','jax-lite');?>" target="_blank"><?php esc_html_e('Upgrade to Jax Premium','jax-lite');?></a></li>
     349                    <li><a class="button purchase-button" href="<?php echo esc_url( 'https://www.themeinprogress.com/jax-free-responsive-creative-wordpress-theme/?ref=2&campaign=jax-panel' ); ?>" title="<?php esc_attr_e('Buy now','jax-lite');?>" target="_blank"><?php esc_html_e('Buy now','jax-lite');?></a></li>
    348350               
    349351                </ul>
  • jax-lite/1.4.6/core/includes/class-notice.php

    r140423 r192245  
    2323
    2424            if (
    25                 !get_option( 'jax-lite-dismissed-notice') &&
     25                !get_option( 'jax-lite-hidden-notice') &&
    2626                version_compare( PHP_VERSION, JAX_LITE_MIN_PHP_VERSION, '>=' )
    2727            ) {
     
    4242            if ( isset( $_GET['jax-lite-dismiss'] ) && check_admin_referer( 'jax-lite-dismiss-action' ) ) {
    4343
    44                 update_option( 'jax-lite-dismissed-notice', intval($_GET['jax-lite-dismiss']) );
     44                update_option( 'jax-lite-hidden-notice', intval($_GET['jax-lite-dismiss']) );
    4545                remove_action( 'admin_notices', array(&$this, 'admin_notice') );
    4646
     
    6565                        <?php
    6666
    67                             esc_html_e( 'Upgrade to the premium version of Jax, to enable 600+ Google Fonts, Unlimited sidebars, Portfolio section and much more. ', 'jax-lite' );
     67                            esc_html_e( 'Pay what you want for purchasing the Jax theme and receive an additional bundle of 12 WordPress products ', 'sean-lite' );
    6868
    6969                            printf(
     
    8080                <p>
    8181
    82                     <a target="_blank" href="<?php echo esc_url( 'https://www.themeinprogress.com/jax-free-responsive-creative-wordpress-theme/?ref=2&campaign=jax-notice' ); ?>" class="button button-primary"><?php esc_html_e( 'Upgrade to Jax Premium', 'jax-lite' ); ?></a>
     82                    <a target="_blank" href="<?php echo esc_url( 'https://www.themeinprogress.com/jax-free-responsive-creative-wordpress-theme/?ref=2&campaign=jax-notice' ); ?>" class="button button-primary"><?php esc_html_e( 'Buy now', 'jax-lite' ); ?></a>
    8383
    8484                </p>
  • jax-lite/1.4.6/core/templates/slogan.php

    r140423 r192245  
    3636        } elseif ( is_search() ) {
    3737
    38             $html = "<h1 class='title'>" . esc_html__( 'Search results for : ', "jax-lite" ) . $s . "</h1>";
     38            $html = "<h1 class='title'>" . esc_html__( 'Search results for : ', "jax-lite" ) . get_search_query() . "</h1>";
    3939       
    4040        } elseif ( is_404() ) {
  • jax-lite/1.4.6/readme.txt

    r188714 r192245  
    44Requires at least: 4.0
    55Tested up to: 6.2
    6 Stable tag: 1.4.5
     6Stable tag: 1.4.6
    77Requires PHP: 5.3
    88License: GPLv3 or later
     
    2121
    2222== Changelog ==
     23
     24= 1.4.6 =
     25Release date - May, 22 - 2023
     26
     27* Fixed - Reflected XSS vulnerability
    2328
    2429= 1.4.5 =
  • jax-lite/1.4.6/style.css

    r188714 r192245  
    66Author: Theme in Progress.
    77Author URI: https://www.themeinprogress.com
    8 Version: 1.4.5
     8Version: 1.4.6
    99Requires PHP: 5.3
    1010Tested up to: 6.2
Note: See TracChangeset for help on using the changeset viewer.