Plugin Directory

Changeset 2444194


Ignore:
Timestamp:
12/22/2020 08:30:46 AM (5 years ago)
Author:
aazztech
Message:

released 1.0.5

Location:
legal-pages/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • legal-pages/trunk/adl-legal-pages.php

    r2358123 r2444194  
    22/*
    33Plugin Name: Legal Pages
    4 Plugin URI: https://aazztech.com/product/legal-pages-pro
     4Plugin URI: https://wpwax.com/product/legal-pages-pro
    55Description: A very useful plugin to generate legal pages for your websites/ business. It is simple, easy and elegant to use. It comes with ready-made templates which gives you even better experience creating legal pages with ease. You can customize the page template too.
    6 Version: 1.0.4
    7 Author: AazzTech
    8 Author URI: https://aazztech.com
     6Version: 1.0.5
     7Author: wpWax
     8Author URI: https://wpwax.com
    99License: GPLv2 or later
    10 Text Domain: adl-legal-pages
     10Text Domain: legal-pages
    1111*/
    1212
  • legal-pages/trunk/config.php

    r1579911 r2444194  
    1010if ( !defined('ADL_LP_TEMPLATES_DIR') ) { define('ADL_LP_TEMPLATES_DIR', ADL_LP_DIR.'templates/'); }
    1111if ( !defined('ADL_LP_ADMIN_ASSETS') ) { define('ADL_LP_ADMIN_ASSETS', ADL_LP_URL.'admin/assets/'); }
    12 if ( !defined('ADL_LP_TEXTDOMAIN') ) { define('ADL_LP_TEXTDOMAIN', 'adl-legal-pages'); }
     12if ( !defined('ADL_LP_TEXTDOMAIN') ) { define('ADL_LP_TEXTDOMAIN', 'legal-pages'); }
    1313if ( !defined('ADL_LP_LANG_DIR') ) { define('ADL_LP_LANG_DIR', dirname(plugin_basename( __FILE__ ) ) . '/languages'); }
    1414if ( !defined('ADL_LP_PLUGIN_NAME') ) { define('ADL_LP_PLUGIN_NAME', 'Legal Pages'); }
  • legal-pages/trunk/readme.txt

    r2358123 r2444194  
    33Tags: legal, legal page, legal pages,  legal documents, law, legal page template, privacy policy, refund-policy, digital goods refund policy, linking policy, external links policy, cookie privacy policy, facebook policy, coppa - children’s online privacy policy, advertising disclosures, confidentiality disclosure, testimonials disclosure, affiliate disclosure, disclaimer, earnings disclaimer, medical disclaimer, terms of use, forced agreement to the terms, amazon affiliate, dmca, antispam, double dart cookie, about us, california privacy rights, end-user license agreement
    44Requires at least: 4.0
    5 Tested up to:  5.5
    6 Stable tag: 1.0.4
     5Tested up to:  5.6
     6Stable tag: 1.0.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434*   And many more features.
    3535
    36 If you like this free version and want to get more templates and features and also support us, then you may upgrade to the [__Pro version__](https://aazztech.com/product/legal-pages-pro).
     36If you like this free version and want to get more templates and features and also support us, then you may upgrade to the [__Pro version__](https://wpwax.com/product/legal-pages-pro).
    3737
    3838= It contains all the features of the free version and including the following =
     
    9595
    9696== Changelog ==
     97= 1.0.5 =
     98* Add: WordPress 5.5 compatibility
    9799= 1.0.4 =
    98100* Add: WordPress 5.5 compatibility
    99 * Fix: undefine issue in single template
     101* Fix: undefined issue in single template
    100102= 1.0.3 =
    101103* Improved: WordPress version
Note: See TracChangeset for help on using the changeset viewer.