Changeset 2444194
- Timestamp:
- 12/22/2020 08:30:46 AM (5 years ago)
- Location:
- legal-pages/trunk
- Files:
-
- 3 edited
-
adl-legal-pages.php (modified) (1 diff)
-
config.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
legal-pages/trunk/adl-legal-pages.php
r2358123 r2444194 2 2 /* 3 3 Plugin Name: Legal Pages 4 Plugin URI: https:// aazztech.com/product/legal-pages-pro4 Plugin URI: https://wpwax.com/product/legal-pages-pro 5 5 Description: 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. 47 Author: AazzTech8 Author URI: https:// aazztech.com6 Version: 1.0.5 7 Author: wpWax 8 Author URI: https://wpwax.com 9 9 License: GPLv2 or later 10 Text Domain: adl-legal-pages10 Text Domain: legal-pages 11 11 */ 12 12 -
legal-pages/trunk/config.php
r1579911 r2444194 10 10 if ( !defined('ADL_LP_TEMPLATES_DIR') ) { define('ADL_LP_TEMPLATES_DIR', ADL_LP_DIR.'templates/'); } 11 11 if ( !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'); }12 if ( !defined('ADL_LP_TEXTDOMAIN') ) { define('ADL_LP_TEXTDOMAIN', 'legal-pages'); } 13 13 if ( !defined('ADL_LP_LANG_DIR') ) { define('ADL_LP_LANG_DIR', dirname(plugin_basename( __FILE__ ) ) . '/languages'); } 14 14 if ( !defined('ADL_LP_PLUGIN_NAME') ) { define('ADL_LP_PLUGIN_NAME', 'Legal Pages'); } -
legal-pages/trunk/readme.txt
r2358123 r2444194 3 3 Tags: 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 4 4 Requires at least: 4.0 5 Tested up to: 5. 56 Stable tag: 1.0. 45 Tested up to: 5.6 6 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 * And many more features. 35 35 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).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://wpwax.com/product/legal-pages-pro). 37 37 38 38 = It contains all the features of the free version and including the following = … … 95 95 96 96 == Changelog == 97 = 1.0.5 = 98 * Add: WordPress 5.5 compatibility 97 99 = 1.0.4 = 98 100 * Add: WordPress 5.5 compatibility 99 * Fix: undefine issue in single template101 * Fix: undefined issue in single template 100 102 = 1.0.3 = 101 103 * Improved: WordPress version
Note: See TracChangeset
for help on using the changeset viewer.