Changeset 2778877
- Timestamp:
- 09/01/2022 02:36:12 PM (4 years ago)
- Location:
- seo-content-randomizer/trunk
- Files:
-
- 3 edited
-
freemius/start.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
seo-content-randomizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-content-randomizer/trunk/freemius/start.php
r2688218 r2778877 16 16 * @var string 17 17 */ 18 $this_sdk_version = '2.4. 3';18 $this_sdk_version = '2.4.5'; 19 19 20 20 #region SDK Selection Logic -------------------------------------------------------------------- -
seo-content-randomizer/trunk/readme.txt
r2688218 r2778877 3 3 Tags: SEO, Content, Text, Random, Randomization, Randomizing, Dynamic Content 4 4 Requires at least: 4.9.0 5 Tested up to: 5.9.95 Tested up to: 6.1.0 6 6 Requires PHP: 5.6 7 Stable tag: 3.27. 07 Stable tag: 3.27.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html -
seo-content-randomizer/trunk/seo-content-randomizer.php
r2688218 r2778877 17 17 * Plugin URI: https://intellasoftplugins.com/ 18 18 * Description: Write multiple versions of a page’s content that will be randomly selected each time the page is loaded. This also works with images and keywords. 19 * Version: 3.27. 019 * Version: 3.27.1 20 20 * Author: IntellaSoft Solutions 21 21 * Author URI: https://intellasoftplugins.com/ … … 42 42 * Rename this for your plugin and update it as you release new versions. 43 43 */ 44 define( 'ISSSCR_VERSION', '3.27. 0' );44 define( 'ISSSCR_VERSION', '3.27.1' ); 45 45 define( 'ISSSCR_BASENAME', plugin_basename(__FILE__) ); 46 46
Note: See TracChangeset
for help on using the changeset viewer.